HomeSort by relevance Sort by last modified time
    Searched refs:bCount (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
IntDiffer.java 40 b[bCount++] = bStr;
69 if (max > bCount) max = bCount;
80 bTop = bCount;
84 if (aCount - maxSame < EQUALSIZE || bCount - maxSame < EQUALSIZE) return;
87 int match = find(a, aCount-EQUALSIZE, aCount, b, maxSame, bCount);
93 match = find(b, bCount-EQUALSIZE, bCount, a, maxSame, aCount);
95 bTop = bCount-EQUALSIZE;
99 if (aCount >= STACKSIZE || bCount >= STACKSIZE)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
Differ.java 41 b[bCount++] = bStr;
82 if (max > bCount) max = bCount;
95 bTop = bCount;
100 if (aCount - maxSame < EQUALSIZE || bCount - maxSame < EQUALSIZE) return;
103 int match = find(a, aCount - EQUALSIZE, aCount, b, maxSame, bCount);
110 match = find(b, bCount - EQUALSIZE, bCount, a, maxSame, aCount);
112 bTop = bCount - EQUALSIZE;
117 if (aCount >= STACKSIZE || bCount >= STACKSIZE)
    [all...]
  /external/deqp/framework/delibs/depool/
dePoolMultiSet.h 217 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); \
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 441 uint32_t rCount, gCount, bCount;
452 bCount = (pixel[Scene::B]+(outX+outY)%64) * scale64x;
456 *px++ = bCount < 255*64 ? bCount / 64 : 255;
479 uint32_t rCount, gCount, bCount;
490 bCount = (pixel[Scene::B]+(outX+outY)%64) * scale64x;
494 *px++ = bCount < 255*64 ? bCount / 64 : 255;
527 int32_t rCount, gCount, bCount;
542 bCount = (pixel[Scene::B]+(outX+outY)%64) * scale64x
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Sensor.cpp 436 uint32_t rCount, gCount, bCount;
441 bCount = pixel[Scene::B] * scale64x;
445 *px++ = bCount < 255 * 64 ? bCount / 64 : 255;
465 uint32_t rCount, gCount, bCount;
470 bCount = pixel[Scene::B] * scale64x;
474 *px++ = bCount < 255 * 64 ? bCount / 64 : 255;
510 int32_t rCount, gCount, bCount;
517 bCount = pixel[Scene::B] * scale64x
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
FeatureGroupInfoTest.java 133 final int bCount = b != null ? b.length : 0;
134 final int N = Math.min(aCount, bCount);
141 return Integer.compare(aCount, bCount);
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 147 final int bCount = lblocks.length;
148 data [0] += bCount;
150 for (int bID = 0; bID < bCount; ++ bID)
SrcFileItem.java 174 final int bCount = lblocks.length;
175 data [0] += bCount;
177 for (int bID = 0; bID < bCount; ++ bID)
  /external/guice/core/test/com/google/inject/
ProviderInjectionTest.java 145 void initialize(@Named("b") Count bCount) {
146 value = bCount.value + 1;
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 65 __u8 bCount;
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 66 __u8 bCount;
142 * | 9 | bCount | U8 | number of ext. compat. |
  /frameworks/av/media/mtp/
MtpDescriptors.cpp 185 .bCount = htole16(1),
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 615 milliseconds