Home
last modified time | relevance | path

Searched refs:bCount (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java40 b[bCount++] = bStr; in addB()
69 if (max > bCount) max = bCount; in checkMatch()
80 bTop = bCount; in checkMatch()
84 if (aCount - maxSame < EQUALSIZE || bCount - maxSame < EQUALSIZE) return; in checkMatch()
87 int match = find(a, aCount-EQUALSIZE, aCount, b, maxSame, bCount); in checkMatch()
93 match = find(b, bCount-EQUALSIZE, bCount, a, maxSame, aCount); in checkMatch()
95 bTop = bCount-EQUALSIZE; in checkMatch()
99 if (aCount >= STACKSIZE || bCount >= STACKSIZE) { in checkMatch()
102 bCount = (bCount + maxSame) / 2; in checkMatch()
135 int newCount = bCount-bTop; in flush()
[all …]
/external/deqp/framework/delibs/depool/
DdePoolMultiSet.h217 int bCount = TYPENAME##HashIter_getValue(&iter); \
219 int count = deMax32(aCount, bCount); \
220 if (bCount && !TYPENAME##_setKeyCount(a, key, aCount + bCount)) \
236 int bCount = TYPENAME##_getKeyValue(b, key); \
237 int count = deMin32(aCount, bCount); \
264 int bCount = TYPENAME##HashIter_getValue(&iter); \
265 int count = aCount + bCount; \
281 int bCount = TYPENAME##_getKeyValue(b, key); \
282 int count = deMax32(0, aCount - bCount); \
/external/emma/core/java12/com/vladium/emma/report/
DClassItem.java147 final int bCount = lblocks.length; in getAggregate() local
148 data [0] += bCount; in getAggregate()
150 for (int bID = 0; bID < bCount; ++ bID) in getAggregate()
DSrcFileItem.java174 final int bCount = lblocks.length; in getAggregate() local
175 data [0] += bCount; in getAggregate()
177 for (int bID = 0; bID < bCount; ++ bID) in getAggregate()
/external/guice/core/test/com/google/inject/
DProviderInjectionTest.java124 @Inject void initialize(@Named("b") Count bCount) { in testCreationTimeInjectionOrdering()
125 value = bCount.value + 1; in testCreationTimeInjectionOrdering()
/external/kernel-headers/original/uapi/linux/usb/
Dfunctionfs.h65 __u8 bCount; member