HomeSort by relevance Sort by last modified time
    Searched refs:bCount (Results 1 - 23 of 23) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
napcommon.h 70 UINT16 *bCount,
74 UINT16 bCount,
108 UINT16 *bCount,
113 UINT16 bCount,
131 #define INapComponentConfig_GetConfig(This,bCount,data) (This)->lpVtbl->GetConfig(This,bCount,data)
132 #define INapComponentConfig_SetConfig(This,bCount,data) (This)->lpVtbl->SetConfig(This,bCount,data)
151 static FORCEINLINE HRESULT INapComponentConfig_GetConfig(INapComponentConfig* This,UINT16 *bCount,BYTE **data) {
152 return This->lpVtbl->GetConfig(This,bCount,data)
    [all...]
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/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 441 uint32_t rCount, gCount, bCount;
446 bCount = pixel[Scene::B] * scale64x;
450 *px++ = bCount < 255*64 ? bCount / 64 : 255;
471 uint32_t rCount, gCount, bCount;
476 bCount = pixel[Scene::B] * scale64x;
480 *px++ = bCount < 255*64 ? bCount / 64 : 255;
518 int32_t rCount, gCount, bCount;
525 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)
  /external/guice/core/test/com/google/inject/
ProviderInjectionTest.java 124 @Inject void initialize(@Named("b") Count bCount) {
125 value = bCount.value + 1;
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 65 __u8 bCount;
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 65 __u8 bCount;
141 * | 9 | bCount | U8 | number of ext. compat. |
  /system/core/adb/daemon/
usb.cpp 212 .bCount = cpu_to_le32(1),
  /frameworks/av/media/mtp/
MtpFfsHandle.cpp 300 .bCount = htole16(1),
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 377 milliseconds