Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 25 of 1490) sorted by relevance

12345678910>>...60

/external/nos/test/system-test-harness/src/test-data/NIST-CAVP/
DgcmDecrypt192.rsp13 Count = 0
21 Count = 1
29 Count = 2
37 Count = 3
45 Count = 4
53 Count = 5
61 Count = 6
69 Count = 7
77 Count = 8
85 Count = 9
[all …]
DgcmDecrypt128.rsp13 Count = 0
21 Count = 1
29 Count = 2
37 Count = 3
45 Count = 4
53 Count = 5
61 Count = 6
69 Count = 7
77 Count = 8
85 Count = 9
[all …]
DgcmDecrypt256.rsp13 Count = 0
21 Count = 1
29 Count = 2
37 Count = 3
45 Count = 4
53 Count = 5
61 Count = 6
69 Count = 7
77 Count = 8
85 Count = 9
[all …]
DgcmEncryptExtIV256.rsp13 Count = 0
21 Count = 1
29 Count = 2
37 Count = 3
45 Count = 4
53 Count = 5
61 Count = 6
69 Count = 7
77 Count = 8
85 Count = 9
[all …]
DgcmEncryptExtIV192.rsp13 Count = 0
21 Count = 1
29 Count = 2
37 Count = 3
45 Count = 4
53 Count = 5
61 Count = 6
69 Count = 7
77 Count = 8
85 Count = 9
[all …]
DgcmEncryptExtIV128.rsp13 Count = 0
21 Count = 1
29 Count = 2
37 Count = 3
45 Count = 4
53 Count = 5
61 Count = 6
69 Count = 7
77 Count = 8
85 Count = 9
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DPluralRanges.java5 import org.unicode.cldr.util.SupplementalDataInfo.PluralInfo.Count;
25 private byte[] data = new byte[Count.LENGTH * Count.LENGTH];
37 public void set(Count start, Count end, Count result) { in set()
38 …data[start.ordinal() * Count.LENGTH + end.ordinal()] = result == null ? (byte) -1 : (byte) result.… in set()
46 public void setIfNew(Count start, Count end, Count result) { in setIfNew()
47 byte old = data[start.ordinal() * Count.LENGTH + end.ordinal()]; in setIfNew()
50 start + ", " + end + ", " + Count.VALUES.get(old) + ">"); in setIfNew()
52 …data[start.ordinal() * Count.LENGTH + end.ordinal()] = result == null ? (byte) -1 : (byte) result.… in setIfNew()
60 public Count get(Count start, Count end) { in get()
61 byte result = data[start.ordinal() * Count.LENGTH + end.ordinal()]; in get()
[all …]
/external/boringssl/src/crypto/cmac/
Dcavp_aes192_cmac_tests.txt9 Count = 0
18 Count = 1
27 Count = 2
36 Count = 3
45 Count = 4
54 Count = 5
63 Count = 6
72 Count = 7
81 Count = 8
90 Count = 9
[all …]
Dcavp_aes256_cmac_tests.txt7 Count = 0
16 Count = 1
25 Count = 2
34 Count = 3
43 Count = 4
52 Count = 5
61 Count = 6
70 Count = 7
79 Count = 8
88 Count = 9
[all …]
Dcavp_aes128_cmac_tests.txt7 Count = 0
16 Count = 1
25 Count = 2
34 Count = 3
43 Count = 4
52 Count = 5
61 Count = 6
70 Count = 7
79 Count = 8
88 Count = 9
[all …]
Dcavp_3des_cmac_tests.txt9 Count = 0
20 Count = 1
31 Count = 2
42 Count = 3
53 Count = 4
64 Count = 5
75 Count = 6
86 Count = 7
97 Count = 8
108 Count = 9
[all …]
/external/e2fsprogs/tests/progs/test_data/
Dexpect.icount22 Count is 0
25 Count is 1
28 Count is 2
31 Count is 3
34 Count is 1
37 Count is 0
39 Count is 0
42 Count is 0
45 Count is 3
48 Count is 0
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLEB128.h27 unsigned Count = 0; variable
34 Count++;
35 if (More || Count < PadTo)
41 if (Count < PadTo) {
43 for (; Count < PadTo - 1; ++Count)
46 Count++;
48 return Count;
55 unsigned Count = 0; variable
63 Count++;
64 if (More || Count < PadTo)
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventHub.cs79 for ( int i = 0; i < _listeners.Count; i++ ) in EnterRule()
88 for ( int i = 0; i < _listeners.Count; i++ ) in ExitRule()
97 for ( int i = 0; i < _listeners.Count; i++ ) in EnterAlt()
106 for ( int i = 0; i < _listeners.Count; i++ ) in EnterSubRule()
115 for ( int i = 0; i < _listeners.Count; i++ ) in ExitSubRule()
124 for ( int i = 0; i < _listeners.Count; i++ ) in EnterDecision()
133 for ( int i = 0; i < _listeners.Count; i++ ) in ExitDecision()
142 for ( int i = 0; i < _listeners.Count; i++ ) in Location()
151 for ( int i = 0; i < _listeners.Count; i++ ) in ConsumeToken()
160 for ( int i = 0; i < _listeners.Count; i++ ) in ConsumeHiddenToken()
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventHub.cs73 for (int i = 0; i < _listeners.Count; i++) { in EnterRule()
80 for (int i = 0; i < _listeners.Count; i++) { in ExitRule()
87 for (int i = 0; i < _listeners.Count; i++) { in EnterAlt()
94 for (int i = 0; i < _listeners.Count; i++) { in EnterSubRule()
101 for (int i = 0; i < _listeners.Count; i++) { in ExitSubRule()
108 for (int i = 0; i < _listeners.Count; i++) { in EnterDecision()
115 for (int i = 0; i < _listeners.Count; i++) { in ExitDecision()
122 for (int i = 0; i < _listeners.Count; i++) { in Location()
129 for (int i = 0; i < _listeners.Count; i++) { in ConsumeToken()
136 for (int i = 0; i < _listeners.Count; i++) { in ConsumeHiddenToken()
[all …]
/external/guice/core/test/com/google/inject/
DProviderInjectionTest.java140 bind(Count.class) in testCreationTimeInjectionOrdering()
143 new Count(0) { in testCreationTimeInjectionOrdering()
145 void initialize(@Named("b") Count bCount) { in testCreationTimeInjectionOrdering()
151 bind(Count.class) in testCreationTimeInjectionOrdering()
154 new Provider<Count>() { in testCreationTimeInjectionOrdering()
155 Count count; in testCreationTimeInjectionOrdering()
158 void initialize(@Named("c") Count cCount) { in testCreationTimeInjectionOrdering()
159 count = new Count(cCount.value + 2); in testCreationTimeInjectionOrdering()
163 public Count get() { in testCreationTimeInjectionOrdering()
169 bind(Count.class) in testCreationTimeInjectionOrdering()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/
DExtractCountItems.java24 import org.unicode.cldr.util.SupplementalDataInfo.PluralInfo.Count;
35 EnumMap<Count, String> countToString = new EnumMap<Count, String>(Count.class);
36 …Relation<String, Count> stringToCount = Relation.of(new HashMap<String, Set<Count>>(), HashSet.cla…
43 public int put(Count count, String value) { in put()
53 public Set<Entry<Count, String>> entrySet() { in entrySet()
103 for (Entry<Count, String> entry : sampleData.entrySet()) { in gatherData()
115 EnumSet<Count> realKeywords = EnumSet.noneOf(Count.class); in gatherData()
117 realKeywords.add(Count.valueOf(s)); in gatherData()
119 Set<Pair<Count, Count>> missingPairs = new HashSet<Pair<Count, Count>>(); in gatherData()
120 for (Count i : realKeywords) { in gatherData()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralRanges.java26 import org.unicode.cldr.util.SupplementalDataInfo.PluralInfo.Count;
79 Set<Count> counts3 = pluralInfo3.getCounts(); in generateSamples()
111 Set<Count> counts = pluralInfo.getCounts(); in getRangeInfo()
145 for (Count s : counts) { in getRangeInfo()
146 for (Count e : counts) { in getRangeInfo()
150 Count r = pluralRanges.getExplicit(s, e); in getRangeInfo()
168 public RangeSample(Count start, Count end, Count result, in RangeSample()
181 final Count start;
182 final Count end;
183 final Count result;
[all …]
/external/tcpdump/tests/
Daoe_1-v.out3 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
6 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
10 AFlags: [none], Err/Feature: 0, Sector Count: 1, Cmd/Status: 236
15 AFlags: [none], Err/Feature: 0, Sector Count: 0, Cmd/Status: 64
20 AFlags: [Ext48], Err/Feature: 0, Sector Count: 2, Cmd/Status: 36
25 AFlags: [Ext48], Err/Feature: 0, Sector Count: 2, Cmd/Status: 36
30 AFlags: [Ext48], Err/Feature: 0, Sector Count: 2, Cmd/Status: 36
35 AFlags: [Ext48], Err/Feature: 0, Sector Count: 2, Cmd/Status: 36
40 AFlags: [Ext48], Err/Feature: 0, Sector Count: 0, Cmd/Status: 64
45 AFlags: [Ext48], Err/Feature: 0, Sector Count: 0, Cmd/Status: 64
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp122 UP.Count = 0; in gatherUnrollingPreferences()
167 UP.Count = *UserCount; in gatherUnrollingPreferences()
593 unsigned Count = in UnrollCountPragmaValue() local
595 assert(Count >= 1 && "Unroll count must be positive."); in UnrollCountPragmaValue()
596 return Count; in UnrollCountPragmaValue()
706 UP.Count = UnrollCount; in computeUnrollCount()
710 (LoopSize - BEInsns) * UP.Count + BEInsns < UP.Threshold) in computeUnrollCount()
717 UP.Count = PragmaCount; in computeUnrollCount()
722 (LoopSize - BEInsns) * UP.Count + BEInsns < PragmaUnrollThreshold) in computeUnrollCount()
727 UP.Count = TripCount; in computeUnrollCount()
[all …]
/external/compiler-rt/lib/esan/
Desan_circular_buffer.h42 Count = 0; in initialize()
49 CHECK_LT(Idx, Count);
54 CHECK_LT(Idx, Count);
60 uptr ArrayIdx = (StartIdx + Count) % Capacity; in push_back()
62 if (Count < Capacity) in push_back()
63 ++Count; in push_back()
68 CHECK_GT(Count, 0); in back()
69 uptr ArrayIdx = (StartIdx + Count - 1) % Capacity; in back()
73 CHECK_GT(Count, 0); in pop_back()
74 --Count; in pop_back()
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DRewriteRuleXxxxStreamFixture.cs103 Assert.AreEqual(0, tokenTest.Count, "The number of elements should be zero."); in CheckRRTokenStreamBehaviourWhileEmpty1()
106 Assert.AreEqual(0, tokenTest.Count, in CheckRRTokenStreamBehaviourWhileEmpty1()
122 Assert.AreEqual(0, subtreeTest.Count, "The number of elements should be zero."); in CheckRRSubtreeStreamBehaviourWhileEmpty1()
125 Assert.AreEqual(0, subtreeTest.Count, in CheckRRSubtreeStreamBehaviourWhileEmpty1()
140 Assert.AreEqual(0, nodeTest.Count, "The number of elements should be zero."); in CheckRRNodeStreamBehaviourWhileEmpty1()
143 Assert.AreEqual(0, nodeTest.Count, in CheckRRNodeStreamBehaviourWhileEmpty1()
198 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (1)."); in CheckRRTokenStreamBehaviourWithElements()
205 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (2)."); in CheckRRTokenStreamBehaviourWithElements()
208 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (3)."); in CheckRRTokenStreamBehaviourWithElements()
215 Assert.AreEqual(1, tokenTest.Count, "tokenTest should have the size 1 (4)."); in CheckRRTokenStreamBehaviourWithElements()
[all …]
/external/libchrome/base/metrics/
Dpersistent_sample_map.cc16 typedef HistogramBase::Count Count; typedef
26 typedef std::map<HistogramBase::Sample, HistogramBase::Count*>
37 HistogramBase::Count* count) const override;
67 Count* count) const { in Get()
95 Count count; // The count associated with the above value.
111 void PersistentSampleMap::Accumulate(Sample value, Count count) { in Accumulate()
115 Count* local_count_ptr = GetOrCreateSampleCountStorage(value); in Accumulate()
133 Count PersistentSampleMap::GetCount(Sample value) const { in GetCount()
136 Count* count_pointer = in GetCount()
141 Count PersistentSampleMap::TotalCount() const { in TotalCount()
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs22 if ( startIndex > endIndex || endIndex >= source.Count ) in SubList()
53 for ( int i = 0; i < Count; i++ ) in IndexOf()
97 if ( index < 0 || index >= Count )
104 if ( index < 0 || index >= Count )
123 if ( index + Count > array.Length ) in CopyTo()
126 for ( int i = 0; i < Count; i++ ) in CopyTo()
132 public int Count property in Antlr.Runtime.JavaExtensions.SubList
183 if ( startIndex > endIndex || endIndex >= source.Count ) in SubList()
210 if ( index + Count > array.Length ) in ICollection.CopyTo()
213 for ( int i = 0; i < Count; i++ ) in ICollection.CopyTo()
[all …]
/external/libchrome/base/test/metrics/
Dhistogram_tester.h36 using CountsMap = std::map<std::string, HistogramBase::Count>;
47 HistogramBase::Count expected_count) const;
51 HistogramBase::Count expected_count) const { in ExpectUniqueSample()
61 HistogramBase::Count expected_count) const;
65 HistogramBase::Count expected_count) const { in ExpectBucketCount()
74 HistogramBase::Count count) const;
80 HistogramBase::Count count) const;
101 HistogramBase::Count GetBucketCount(const std::string& name,
140 Histogram::Count expected_count,
147 Histogram::Count expected_count,
[all …]

12345678910>>...60