HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 476 - 500 of 2504) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/test/intltest/
jamotest.cpp 401 int32_t total = 0; local
405 ++total;
434 errln((UnicodeString)"Test word failures: " + errors + " out of " + total);
436 logln((UnicodeString)"All " + total + " test words passed");
  /external/jemalloc/test/integration/
mallocx.c 170 size_t nsz, rsz, sz, alignment, total; local
180 total = 0;
207 total += rsz;
208 if (total >= (MAXALIGN << 1))
  /external/libmtp/examples/
pathutils.c 116 int progress (const uint64_t sent, const uint64_t total, void const * const data)
118 int percent = (sent*100)/total;
120 printf("Progress: %I64u of %I64u (%d%%)\r", sent, total, percent);
122 printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent);
  /external/libopus/celt/
rate.h 94 @param total Number of bands
96 @return Total number of bits allocated
99 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth);
  /external/libvncserver/common/
md5.h 89 md5_uint32 total[2]; member in struct:md5_ctx
  /external/lisa/tools/analysis/
runnable.py 44 parser.add_argument('--total', dest='lat_total', action='store_true', default=False,
45 help='sort by total runnable time')
128 total = latpids[pid].lat_total + lat
129 latpids[pid] = latpids[pid]._replace(lat_total=total)
188 "\t" + "start time".ljust(20) + "\t" + "end time".ljust(20) + "\t" + "total (secs)".ljust(20)
195 total = l.lat_total variable
199 "\t" + str(switch_time).ljust(20)[:20] + "\t" + str(total).ljust(20)[:20]
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 66 unsigned total = 0; local
315 ++total;
323 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]);
324 return passed != total;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_cs_state.c 137 if (cs_prog_data->push.total.size > 0) {
141 OUT_BATCH(ALIGN(cs_prog_data->push.total.size, 64));
228 if (cs_prog_data->push.total.size == 0) {
235 brw_state_batch(brw, type, ALIGN(cs_prog_data->push.total.size, 64),
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 138 int total; field in class:NettyHttpClient.HttpChannel
147 total = 0;
181 total += toRead;
187 total, TimeUnit.NANOSECONDS.toMillis(finish - start)));
  /external/opencv/cxcore/src/
cxmeansdv.cpp 312 #define ICV_MEAN_SDV_EXIT_CN( total, sqtotal, idx ) \
314 mean[idx] = tmp = scale*(double)total##idx; \
318 #define ICV_MEAN_SDV_EXIT_C1( total, sqtotal ) \
320 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 )
322 #define ICV_MEAN_SDV_EXIT_C2( total, sqtotal ) \
324 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ); \
325 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 1 )
327 #define ICV_MEAN_SDV_EXIT_C3( total, sqtotal ) \
329 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ); \
330 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 1 );
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 311 /* The total number of pools in the arena, whether or not available. */
344 /* Return total number of blocks in pool of size index I, as a uint. */
545 /* Total number of times malloc() called to allocate an arena. */
1486 size_t total; \/* nbytes + 4*SST *\/ local
1540 size_t total; \/* nbytes + 4*SST *\/ local
1813 size_t total; local
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.h 92 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
  /external/skia/tests/
skia_test.cpp 48 explicit Status(int total)
49 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
199 int total = 0; local
208 total++;
  /external/skqp/tests/
skia_test.cpp 48 explicit Status(int total)
49 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
199 int total = 0; local
208 total++;
  /external/syslinux/com32/lua/src/
lvm.h 39 LUAI_FUNC void luaV_concat (lua_State *L, int total);
  /external/v8/tools/
dumpcpp.js 51 var total = staticEntries.length;
52 for (var i = 0; i < total; ++i) {
  /external/valgrind/massif/tests/
basic.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
68 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
98 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
114 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
130 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
146 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
long-names.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
new-cpp.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
overloaded-new.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /external/webrtc/webrtc/common_audio/vad/
vad_core.h 52 int16_t total[3]; member in struct:VadInstT_
  /external/webrtc/webrtc/p2p/base/
stunrequest_unittest.cc 57 int total = 0; local
60 total += 100 << i;
62 total += 1600;
64 return total;
  /external/zlib/src/
inflate.h 92 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 96 uint total; /* Total packets (or bursts) */ member in struct:dhd_pktgen
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
md5.h 92 md5_uint32 total[2]; member in struct:md5_ctx

Completed in 512 milliseconds

<<11121314151617181920>>