HomeSort by relevance Sort by last modified time
    Searched refs:aSize (Results 1 - 25 of 32) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRReaderStream.h 29 + (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)aSize;
30 + (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize;
31 - (id) initWithReader:(NSFileHandle *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize;
32 - (void) load:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize;
  /external/tpm2/
MathFunctions.c 97 const UINT32 aSize, // IN: size of a
101 UINT16 *cSize, // OUT: set to MAX(aSize, bSize)
110 *cSize = (UINT16)((aSize > bSize) ? aSize : bSize);
112 i = (aSize > bSize) ? bSize : aSize;
114 a = &a[aSize - 1];
124 if(aSize > bSize)
134 else if(aSize < bSize)
163 UINT32 aSize, // IN: size of
    [all...]
MathFunctions_fp.h 10 LIB_EXPORT int _math__Comp(const UINT32 aSize, // IN: size of a
33 LIB_EXPORT int _math__sub(const UINT32 aSize, // IN: size of a
37 UINT16 *cSize, // OUT: set to MAX(aSize, bSize)
40 LIB_EXPORT int _math__uComp(const UINT32 aSize, // IN: size of a
MemoryLib_fp.h 38 UINT16 aSize // IN: The size of aInOut.buffer (max values for aInOut.size)
MemoryLib.c 127 UINT16 aSize // IN: The size of aInOut.buffer (max values for
134 aSize - aInOut->size);
CryptUtil_fp.h 20 LIB_EXPORT int CryptCompare(const UINT32 aSize, // IN: size of a
35 int CryptCompareSigned(UINT32 aSize, // IN: size of a
RSAKeySieve.c 103 const UINT16 aSize, // IN: the size of the array to check
112 (aSize);
CryptUtil.c     [all...]
  /prebuilts/go/darwin-x86/src/math/big/
gcd_test.go 22 func runGCD(b *testing.B, aSize, bSize uint) {
23 if isRaceBuilder && (aSize > 1000 || bSize > 1000) {
27 runGCDExt(b, aSize, bSize, false)
30 runGCDExt(b, aSize, bSize, true)
34 func runGCDExt(b *testing.B, aSize, bSize uint, calcXY bool) {
37 aa := randInt(r, aSize)
  /prebuilts/go/linux-x86/src/math/big/
gcd_test.go 22 func runGCD(b *testing.B, aSize, bSize uint) {
23 if isRaceBuilder && (aSize > 1000 || bSize > 1000) {
27 runGCDExt(b, aSize, bSize, false)
30 runGCDExt(b, aSize, bSize, true)
34 func runGCDExt(b *testing.B, aSize, bSize uint, calcXY bool) {
37 aa := randInt(r, aSize)
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 52 const GLuint aSize = ctx->PixelMaps.AtoA.Size;
75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
  /external/dng_sdk/source/
dng_string.cpp 140 uint32 aSize = (uint32) strlen (otherString);
142 if (aSize > 0)
145 uint32 aBufSize = aSize * 6 + 256;
167 aSize,
217 uint32 aSize = dngString.Length ();
219 if (aSize > 0)
222 uint32 aBufSize = (aSize * 2) + 256;
244 aSize,
356 int aSize = (int) strlen (otherString);
358 if (aSize > 0
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 558 size_t aSize;
588 if (attrib->aSize) {
589 pixel |= htonl((uint32_t) round((((1 << attrib->aSize) - 1) * alpha))
591 - (attrib->aOffset + attrib->aSize)));
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp 148 sint32 aSize = endXRef - startXRef - 1;
150 sint32 *tmpArray = (sint32 *) malloc(aSize * 20);
153 for (int i = 0; i < aSize + 1; i++, xRefI++) {
158 for (int i = 0; i < aSize + 1; i += 2, xRefI++) {
164 xRefI = aSize;
165 for (int i = start + 1, j = aSize; i < end + 2; i++, start++, xRefI--, j--) {
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInteger.java     [all...]
  /external/harfbuzz_ng/src/
hb-directwrite.cc 76 DWriteFontFileStream(uint8_t *aData, uint32_t aSize)
79 mSize = aSize;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 321 milliseconds

1 2