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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Differ.java 44 b[bCount++] = bStr;
78 if (max > bCount) max = bCount;
91 bTop = bCount;
96 if (aCount - maxSame < EQUALSIZE || bCount - maxSame < EQUALSIZE) return;
99 int match = find (a, aCount-EQUALSIZE, aCount, b, maxSame, bCount);
106 match = find (b, bCount-EQUALSIZE, bCount, a, maxSame, aCount);
108 bTop = bCount-EQUALSIZE;
113 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...]
  /libcore/luni/src/main/java/java/math/
BitLevel.java 64 int bCount = 0;
73 bCount += Integer.bitCount(val.digits[i]);
77 bCount += Integer.bitCount(-val.digits[i]);
79 bCount += Integer.bitCount(~val.digits[i]);
82 bCount = (val.numberLength << 5) - bCount;
84 return bCount;
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 449 uint32_t rCount, gCount, bCount;
454 bCount = pixel[Scene::B] * scale64x;
458 *px++ = bCount < 255*64 ? bCount / 64 : 255;
479 uint32_t rCount, gCount, bCount;
484 bCount = pixel[Scene::B] * scale64x;
488 *px++ = bCount < 255*64 ? bCount / 64 : 255;
523 int32_t rCount, gCount, bCount;
530 bCount = pixel[Scene::B] * scale64x
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
FeatureGroupInfoTest.java 131 final int bCount = b != null ? b.length : 0;
132 final int N = Math.min(aCount, bCount);
139 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)
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 72 __u8 bCount;
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 62 __u8 bCount;
137 * | 9 | bCount | U8 | number of ext. compat. |
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2psiparser.h 197 STDMETHOD_(HRESULT,Initialize)(THIS_ BYTE *pbDesc,BYTE bCount) PURE;
208 #define IGenericDescriptor_Initialize(This,pbDesc,bCount) (This)->lpVtbl->Initialize(This,pbDesc,bCount)
wbemdisp.h     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1022 milliseconds