HomeSort by relevance Sort by last modified time
    Searched defs:count (Results 476 - 500 of 9532) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/misc/
create_inode.h 20 int count; member in struct:hdlinks_s
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 129 inline Eigen::Index DenseBase<Derived>::count() const function in class:Eigen::DenseBase
  /external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh 36 count = 0;
50 ++count;
53 iterations.push_back(count);
55 count = 0;
72 unsigned long count; member in class:STL_Timer
  /external/elfutils/libebl/
libebl.h 374 Dwarf_Half count; /* Consecutive register numbers here. */ member in struct:__anon20128
384 Dwarf_Half count; member in struct:__anon20129
  /external/freetype/src/psaux/
psarrst.h 59 size_t count; /* number of elements allocated */ member in struct:CF2_ArrStackRec_
  /external/gemmlowp/meta/
quantized_mul_kernels.h 32 int count; member in struct:gemmlowp::meta::QuantizedStaticPreprocessed
70 std::cout << " kernel.count: " << params.kernel.count << std::endl;
80 int count; member in struct:gemmlowp::meta::QuantizedStaticPreprocessedAsInt32
114 std::cout << " kernel.count: " << params.kernel.count << std::endl;
124 int count; member in struct:gemmlowp::meta::QuantizedStaticPreprocessedAsFloat
159 std::cout << " kernel.count: " << params.kernel.count << std::endl;
  /external/google-breakpad/src/processor/
basic_code_modules.cc 59 unsigned int count = that->module_count(); local
61 module_sequence < count;
  /external/google-breakpad/src/third_party/libdisasm/
x86_operand_list.c 18 * explicit count automatically, and ia32_insn_implicit_ops
150 size_t * count = (size_t *) arg; local
151 *count = *count + 1;
155 size_t count = 0; local
164 x86_operand_foreach( insn, count_operand, &count, type );
165 return count;
  /external/gptfdisk/
android_popt.cc 28 int count = 0; local
29 for (; options[count].longName; count++) {
33 calloc(count, sizeof(struct option));
  /external/guava/guava/src/com/google/common/collect/
DescendingImmutableSortedMultiset.java 33 public int count(@Nullable Object element) { method in class:DescendingImmutableSortedMultiset
34 return forward.count(element);
RegularImmutableMultiset.java 49 public int count(@Nullable Object element) { method in class:RegularImmutableMultiset
  /external/guava/guava/src/com/google/common/io/
CountingInputStream.java 36 private long count; field in class:CountingInputStream
50 return count;
56 count++;
64 count += result;
71 count += result;
77 mark = count;
90 count = mark;
CountingOutputStream.java 36 private long count; field in class:CountingOutputStream
49 return count;
54 count += len;
59 count++;
  /external/guice/core/test/com/google/inject/
IntegrationTest.java 44 assertEquals(1, counter.count);
49 assertEquals(2, counter.count);
61 int count; field in class:IntegrationTest.CountingInterceptor
64 count++;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsDictionaryMatcher.java 33 // TODO: should numChars count Character.charCount?
35 int count = 0; local
38 if (count < limit) {
40 values[count] = uct.getValue();
42 lengths[count] = numChars;
43 count++;
63 count_[0] = count;
  /external/icu/icu4c/source/common/
uenumimp.h 50 * This function should count the number of elements
122 UEnumCount *count; member in struct:UEnumeration
util_props.cpp 29 int32_t count = 0; local
41 count = 1;
52 ++count;
63 if (count > 0) {
  /external/icu/icu4c/source/i18n/
collationweights.h 81 int32_t length, count; member in struct:CollationWeights::WeightRange
quant.cpp 70 uint32_t count = 0; local
71 while (count < maxCount) {
75 ++count;
90 if (count >= minCount) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsDictionaryMatcher.java 32 // TODO: should numChars count Character.charCount?
34 int count = 0; local
37 if (count < limit) {
39 values[count] = uct.getValue();
41 lengths[count] = numChars;
42 count++;
62 count_[0] = count;
  /external/iptables/include/linux/netfilter/
xt_connbytes.h 20 __aligned_u64 from; /* count to be matched */
21 __aligned_u64 to; /* count to be matched */
22 } count; member in struct:xt_connbytes_info
xt_multiport.h 17 __u8 count; /* Number of ports */ member in struct:xt_multiport
23 __u8 count; /* Number of ports */ member in struct:xt_multiport_v1
  /external/iptables/iptables/
ip6tables-save.c 88 struct xt_counters count; local
90 ip6tc_get_policy(chain, &count, h));
91 printf("[%llu:%llu]\n", (unsigned long long)count.pcnt, (unsigned long long)count.bcnt);
iptables-save.c 86 struct xt_counters count; local
88 iptc_get_policy(chain, &count, h));
89 printf("[%llu:%llu]\n", (unsigned long long)count.pcnt, (unsigned long long)count.bcnt);
  /external/iw/
vendor.c 18 int data, count = 0; local
21 if (count >= size)
23 buf[count] = data;
24 count++;
27 return count;
55 int res, count = 0; local
78 count = read_file(file, buf, sizeof(buf));
81 count = read_hex(argc - 2, &argv[2], buf, sizeof(buf));
83 if (count < 0)
86 if (count > 0
    [all...]

Completed in 786 milliseconds

<<11121314151617181920>>