HomeSort by relevance Sort by last modified time
    Searched full:counts (Results 701 - 725 of 2525) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/docs/internals/
xml-output.txt 421 unique tag </unique>. The counts do not have to give a count for each
424 As at Valgrind rev 3793, error counts are only emitted at program
426 error counts as the program is running. Doing so would facilitate a
  /external/zlib/src/contrib/infback9/
inftree9.c 101 The length counts are used for other purposes as well, i.e. finding
104 at length counts to determine sub-table sizes when building the
159 counts are used for this, and so count[] is decremented as codes are
  /external/zlib/src/
inftrees.c 99 The length counts are used for other purposes as well, i.e. finding
102 at length counts to determine sub-table sizes when building the
165 counts are used for this, and so count[] is decremented as codes are
  /external/jpeg/
jchuff.c 222 /* We also validate that the counts represent a legal Huffman code tree. */
560 * Then we build a Huffman coding tree for the observed counts.
677 * Generate the best Huffman code table for the given counts, fill htbl.
757 /* Else merge the two counts/trees */
819 /* Return final symbol counts (only for lengths 0..16) */
856 * per table, because it clobbers the input frequency counts!
  /external/qemu/distrib/jpeg-6b/
jchuff.c 222 /* We also validate that the counts represent a legal Huffman code tree. */
560 * Then we build a Huffman coding tree for the observed counts.
677 * Generate the best Huffman code table for the given counts, fill htbl.
757 /* Else merge the two counts/trees */
819 /* Return final symbol counts (only for lengths 0..16) */
856 * per table, because it clobbers the input frequency counts!
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h 77 * counts, it is placed at the very front of the partition. Historically,
534 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
542 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
548 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
576 __fs32 cg_frsum[8]; /* counts of available frags */
707 __u32 c_clustersumoff;/* (u_int32) counts of avail clusters */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h 77 * counts, it is placed at the very front of the partition. Historically,
534 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
542 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
548 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
576 __fs32 cg_frsum[8]; /* counts of available frags */
707 __u32 c_clustersumoff;/* (u_int32) counts of avail clusters */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h 77 * counts, it is placed at the very front of the partition. Historically,
534 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
542 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
548 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
576 __fs32 cg_frsum[8]; /* counts of available frags */
707 __u32 c_clustersumoff;/* (u_int32) counts of avail clusters */
    [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 687 // Debug event handler which counts the break points which have been hit.
791 // Debug event handler which counts a number of events and collects the stack
    [all...]
  /external/v8/test/cctest/
test-debug.cc 648 // Debug event handler which counts the break points which have been hit.
750 // Debug event handler which counts a number of events and collects the stack
865 // Debug event handler which counts break points hit and performs a step
883 // Debug event handler which counts break points hit and performs a step
    [all...]
  /bionic/libc/arch-mips/string/
memset.S 189 # Here a3 counts bytes in 16w chunks
204 # Here t5 counts bytes in 16w "safe" chunks
  /external/bison/lib/
bbitset.h 60 overflow when converting bit counts to byte or word counts.
  /external/chromium/base/metrics/
histogram.cc 166 while (0 == snapshot.counts(largest_non_empty_bucket)) {
175 if (snapshot.counts(i)) {
186 Count current = snapshot.counts(i);
194 if (0 == current && i < bucket_count() - 1 && 0 == snapshot.counts(i + 1)) {
195 while (i < bucket_count() - 1 && 0 == snapshot.counts(i + 1))
314 count += snapshot.counts(index);
604 double current_size = GetBucketSize(snapshot.counts(i), i);
696 for (Counts::const_iterator it = counts_.begin();
    [all...]
  /external/chromium/chrome/browser/download/
download_util.h 122 // histogram "Download.Counts".
157 // Increment one of the above counts.
  /external/chromium_org/ppapi/shared_impl/
var_tracker.h 120 // and their reference counts are unaffected.
123 // Retrieves the internal reference counts for testing. Returns 0 if we
  /external/chromium_org/ppapi/tests/
test_audio.cc 59 // frame counts.
68 // Include some "okay-looking" frame counts; check their validity below.
  /external/chromium_org/rlz/mac/lib/
rlz_value_store_mac.mm 102 // Reading a non-existent access point counts as success.
232 // This counts the nesting depth.
  /external/chromium_org/third_party/icu/source/i18n/
strrepl.cpp 211 // Outside the output string, cursorPos counts code points
220 // Outside the output string, cursorPos counts code points
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.inspector_memory.html 54 <dl><dt><a name="InspectorMemory-GetDOMCounters"><strong>GetDOMCounters</strong></a>(self, timeout)</dt><dd><tt>Retrieves&nbsp;DOM&nbsp;element&nbsp;counts.<br>
61 &nbsp;&nbsp;A&nbsp;dictionary&nbsp;containing&nbsp;the&nbsp;counts&nbsp;associated&nbsp;with&nbsp;"nodes",&nbsp;"documents",<br>
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 909 const SymbolRef *CountS = State->get<ContainerCountMap>(CollectionS);
910 if (!CountS)
916 nonloc::SymbolVal(*CountS),
917 SvalBuilder.makeIntVal(0, (*CountS)->getType()),
    [all...]
  /external/elfutils/libdwfl/
cu.c 202 One increment in MOD->lazycu counts not having hit EOF yet. */
310 less_lazy (mod); /* Each arange with null ->cu counts once. */
  /external/icu4c/i18n/
strrepl.cpp 210 // Outside the output string, cursorPos counts code points
219 // Outside the output string, cursorPos counts code points
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 112 int fb_idx_ref_cnt[NUM_YV12_BUFFERS]; /* reference counts */
198 FRAME_COUNTS counts; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 303 nmv_context_counts *counts) {
308 vp9_inc_mv(&diff, counts);
  /external/llvm/test/Transforms/LoopUnroll/
scevunroll.ll 3 ; Unit tests for loop unrolling using ScalarEvolution to compute trip counts.
102 ; a known trip count, regardless of the early exit trip counts. The

Completed in 702 milliseconds

<<21222324252627282930>>