total              55 core/autoiso.c     int total = ((vp_width + HISTO_STEP_SIZE/2)/HISTO_STEP_SIZE) * vp_height;
total              77 core/autoiso.c         h[0] = total; 
total              80 core/autoiso.c     return total;
total              83 core/autoiso.c static int live_histogram_get_range(unsigned short *histo, int total,int from, int to)
total              92 core/autoiso.c     return (rv * 100) / total;
total             162 core/autoiso.c             int total = live_histogram_read_y(histo);
total             165 core/autoiso.c             if (live_histogram_get_range(histo,total,255-conf.autoiso2_over,255) >= conf.overexp_threshold)
total             298 lib/lua/lvm.c  LUAI_FUNC void luaV_concat (lua_State *L, int total, int last) {
total             313 lib/lua/lvm.c        for (n = 1; n < total && tostring(L, top-n-1); n++) {
total             327 lib/lua/lvm.c      total -= n-1;  /* got `n' strings to create 1 new */
total             329 lib/lua/lvm.c    } while (total > 1);  /* repeat until only 1 result left */
total              34 lib/lua/lvm.h  LUAI_FUNC void luaV_concat (lua_State *L, int total, int last);
total            1635 modules/luascript.c   int total=live_histogram_read_y(h);
total            1643 modules/luascript.c   lua_pushnumber(L,total);