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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 95 total := 0
97 total += val
104 pct := 100 * float64(val) / float64(total)
105 s += fmt.Sprintf("%d/%d (%0.1f%%)", val, total, pct)
  /prebuilts/go/darwin-x86/src/runtime/
fastlog2_test.go 21 // Check 1K total values, down from 64M.
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 95 total := 0
97 total += val
104 pct := 100 * float64(val) / float64(total)
105 s += fmt.Sprintf("%d/%d (%0.1f%%)", val, total, pct)
  /prebuilts/go/linux-x86/src/runtime/
fastlog2_test.go 21 // Check 1K total values, down from 64M.
  /external/pdfium/core/fdrm/crypto/
fx_crypt_sha.cpp 442 ctx->total[0] = 0;
443 ctx->total[1] = 0;
460 uint32_t left = ctx->total[0] & 0x3F;
462 ctx->total[0] += length;
463 ctx->total[0] &= 0xFFFFFFFF;
464 if (ctx->total[0] < length)
465 ctx->total[1]++;
485 uint32_t high = (ctx->total[0] >> 29) | (ctx->total[1] << 3);
486 uint32_t low = (ctx->total[0] << 3)
    [all...]
  /external/elfutils/lib/
sha1.c 59 ctx->total[0] = ctx->total[1] = 0;
100 ctx->total[0] += bytes;
101 if (ctx->total[0] < bytes)
102 ++ctx->total[1];
108 const uint64_t bit_length = ((ctx->total[0] << 3)
109 + ((uint64_t) ((ctx->total[1] << 3) |
110 (ctx->total[0] >> 29)) << 32));
231 ctx->total[0] += len;
232 if (ctx->total[0] < len
    [all...]
  /external/libvncserver/common/
md5.c 75 ctx->total[0] = ctx->total[1] = 0;
112 ctx->total[0] += bytes;
113 if (ctx->total[0] < bytes)
114 ++ctx->total[1];
120 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
121 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
122 (ctx->total[0] >> 29));
314 ctx->total[0] += len;
315 if (ctx->total[0] < len
    [all...]
  /external/webrtc/webrtc/common_audio/vad/
vad_core.c 120 // - total_power [i] : Total power in audio frame.
153 totalTest = self->total[0];
158 totalTest = self->total[1];
163 totalTest = self->total[2];
551 memcpy(self->total, kGlobalThresholdQ,
552 sizeof(self->total));
562 memcpy(self->total, kGlobalThresholdLBR,
563 sizeof(self->total));
573 memcpy(self->total, kGlobalThresholdAGG,
574 sizeof(self->total));
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
md5.c 72 ctx->total[0] = ctx->total[1] = 0;
110 ctx->total[0] += bytes;
111 if (ctx->total[0] < bytes)
112 ++ctx->total[1];
120 swap_bytes = SWAP (ctx->total[0] << 3);
122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
295 ctx->total[0] += len;
296 ctx->total[1] += ((len >> 31) >> 1) + (ctx->total[0] < len)
    [all...]
sha1.c 66 ctx->total[0] = ctx->total[1] = 0;
100 ctx->total[0] += bytes;
101 if (ctx->total[0] < bytes)
102 ++ctx->total[1];
105 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
106 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3);
302 ctx->total[0] += len;
303 ctx->total[1] += ((len >> 31) >> 1) + (ctx->total[0] < len)
    [all...]
  /external/webp/src/enc/
frame_enc.c 105 static int CalcSkipProba(uint64_t nb, uint64_t total) {
106 return (int)(total ? (total - nb) * 255 / total : 255);
127 // Return the total bit-cost for coding the probability updates.
128 static int CalcTokenProba(int nb, int total) {
129 assert(nb <= total);
130 return nb ? (255 - nb * 255 / total) : 255;
133 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability.
134 static int BranchCost(int nb, int total, int proba)
153 const int total = (stats >> 16) & 0xffff; local
183 const int total = a + b; local
    [all...]
  /frameworks/base/core/proto/android/os/
batterystats.proto 45 // Total power (mAh) consumed by the controller in all states. The value may
76 // Total realtime duration (= SINCE_UNPLUGGED battery_realtime_millis.)
85 // Total realtime duration measured with screen off or dozing.
87 // Total uptime duration measured with screen off or dozing.
89 // Total time the screen was dozing while the device was running on battery.
120 // Total amount of battery discharged in mAh. This will only be non-zero for
123 // Total amount of battery discharged while the screen was off in mAh.
127 // Total amount of battery discharged while the screen was dozing in mAh.
132 // Total amount of battery discharged in mAh while the device was in light doze mode.
136 // Total amount of battery discharged in mAh while the device was in deep doze mode
    [all...]
  /external/valgrind/massif/tests/
peak.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
72 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)
96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_test.c 1102 int total = 0; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 182 long long total, available; local
184 int status = pReader->Length(&total, &available);
185 if (status < 0 || (total >= 0 && available > total))
404 long long total = 0; local
407 const long status = pReader->Length(&total, &available);
408 if (status < 0 || (total >= 0 && available > total))
442 long long total = 0; local
445 long status = pReader->Length(&total, &available)
519 long long total, available; local
714 long long total, available; local
828 long long total, available; local
1043 long long total, avail; local
1635 long long total, avail; local
2476 long long total, avail; local
2728 long long total, avail; local
2835 long long total, avail; local
6010 long long total, avail; local
6241 long long total, avail; local
6421 long long total, avail; local
6519 long long total, avail; local
6832 long long total, avail; local
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Site.java 53 // The total size of objects allocated in this site (including child sites),
208 // Count up the total sizes by heap.
247 * @return the total shallow size of objects in this site
316 * @return total shallow size of objects in this site
319 Size total = Size.ZERO; local
321 total = total.plus(size);
323 return total;
  /development/scripts/
compare-installed-size.py 81 total = 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.h 39 LUAI_FUNC void luaV_concat (lua_State *L, int total);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 281 /* The total number of pools in the arena, whether or not available. */
314 /* Return total number of blocks in pool of size index I, as a uint. */
512 /* Total number of times malloc() called to allocate an arena. */
1437 size_t total; \/* nbytes + 4*SST *\/ local
1491 size_t total; \/* nbytes + 4*SST *\/ local
1764 size_t total; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
automata.c 204 register total;
206 total=0;
214 total+=j;
217 fprintf(f,"total = %d\n",total);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 92 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
  /external/autotest/client/cros/
memory_bandwidth_logger.py 39 total: True if we should count this in the number
40 for total bandwidth
42 def __init__(self, name, idx, total):
45 self.total = total
49 # name idx total
176 # TOTAL is always given as a rate, though.
191 # because the "total" field uses it even when we are in
199 total_rate = sum(mb_diff[c.name] for c in counters if c.total)
202 ' ' + (RATE_FIELD_FORMAT % ('TOTAL', total_rate)
    [all...]
  /external/capstone/
cs.c 480 void *total = NULL; local
481 size_t total_size = 0; // total size of output buffer containing all insns
515 total = cs_mem_malloc(total_size);
516 if (total == NULL) {
522 insn_cache = total;
620 tmp = cs_mem_realloc(total, total_size);
623 insn_cache = (cs_insn *)total;
628 cs_mem_free(total);
634 total = tmp;
636 insn_cache = (cs_insn *)((char *)total + sizeof(cs_insn) * c)
    [all...]
  /external/harfbuzz_ng/src/
gen-indic-table.py 155 total = 0 variable
159 global total, used, last_block
176 total += end - start + 1
220 occupancy = used * 100. / total

Completed in 633 milliseconds

<<11121314151617181920>>