/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRReaderStream.m | 41 + (id) newANTLRReaderStream:(NSInputStream *)r size:(NSInteger)aSize 43 return [[ANTLRReaderStream alloc] initWithReader:r size:aSize readBufferSize:READ_BUFFER_SIZE]; 46 + (id) newANTLRReaderStream:(NSInputStream *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aRea… 48 // load(r, aSize, aReadChunkSize); 49 return [[ANTLRReaderStream alloc] initWithReader:r size:aSize readBufferSize:aReadChunkSize]; 64 - (id) initWithReader:(NSInputStream *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunk… 70 rbSize = aSize; 75 [self load:aSize readBufferSize:aReadChunkSize]; 81 - (void) load:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize 88 if ( aSize<=0 ) { [all …]
|
D | ANTLRReaderStream.h | 30 + (id) newANTLRReaderStream:(NSInputStream *)r size:(NSInteger)aSize; 31 + (id) newANTLRReaderStream:(NSInputStream *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aRea… 32 - (id) initWithReader:(NSInputStream *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunk… 33 - (void) load:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize;
|
D | NodeMapElement.m | 102 NSInteger aSize = 0; 103 if (node != nil) aSize += sizeof(id); 104 if (index != nil) aSize += sizeof(id); 105 return( aSize );
|
D | RuleMapElement.m | 106 NSInteger aSize = 0; 107 if (ruleNum != nil) aSize++; 108 if (index != nil) aSize++; 109 return( aSize );
|
D | MapElement.m | 147 NSInteger aSize = 0; 148 if ( name ) aSize += sizeof(id); 149 if ( node ) aSize += sizeof(id); 150 return aSize;
|
D | RuleStack.m | 96 NSInteger aSize = 0; 99 aSize++; 102 return aSize;
|
D | HashRule.m | 113 NSInteger aSize = 0; 117 aSize += sizeof(id); 120 return aSize;
|
D | PtrBuffer.m | 253 NSUInteger aSize = 0; 256 aSize += sizeof(id); 259 return aSize;
|
D | Map.m | 151 NSInteger aSize = 0; 155 aSize += (NSInteger)[anElement size]; 158 return aSize;
|
D | HashMap.m | 727 NSInteger aSize = 0; 731 aSize += sizeof(id); 734 return aSize;
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | MathOnByteBuffers.c | 54 UINT32 aSize, // IN: size of a in UnsignedCompareB() argument 61 if(aSize > bSize) in UnsignedCompareB() 63 else if(aSize < bSize) in UnsignedCompareB() 67 for(i = 0; i < aSize; i++) in UnsignedCompareB() 84 const UINT32 aSize, // IN: size of a in SignedCompareB() argument 106 return UnsignedCompareB(aSize, a, bSize, b); in SignedCompareB() 109 return 0 - UnsignedCompareB(aSize, a, bSize, b); in SignedCompareB()
|
D | TpmSizeChecks.c | 160 int aSize = sizeof(u.attributes); in TpmSizeChecks() local 169 if(aSize != uSize) // comparison of two sizeof() values annoys compiler in TpmSizeChecks()
|
/external/dng_sdk/source/ |
D | dng_string.cpp | 140 uint32 aSize = (uint32) strlen (otherString); in Assign_Multibyte() local 142 if (aSize > 0) in Assign_Multibyte() 145 uint32 aBufSize = aSize * 6 + 256; in Assign_Multibyte() 167 aSize, in Assign_Multibyte() 217 uint32 aSize = dngString.Length (); in Extract_Multibyte() local 219 if (aSize > 0) in Extract_Multibyte() 222 uint32 aBufSize = (aSize * 2) + 256; in Extract_Multibyte() 244 aSize, in Extract_Multibyte() 356 int aSize = (int) strlen (otherString); in Assign_Multibyte() local 358 if (aSize > 0) in Assign_Multibyte() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | MathOnByteBuffers_fp.h | 52 UINT32 aSize, // IN: size of a 66 const UINT32 aSize, // IN: size of a
|
D | CryptPrimeSieve_fp.h | 75 const UINT16 aSize, // IN: the size of the array to check
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptPrimeSieve.c | 181 unsigned int aSize // IN: the number of bytes to sum in BitsInArray() argument 185 for(; aSize; a++, aSize--) in BitsInArray() 199 const UINT16 aSize, // IN: the size of the array to check in FindNthSetBit() argument 210 for(i = 0; (i < (int)aSize) && (sum < n); i++) in FindNthSetBit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_pixeltransfer.c | 52 const GLuint aSize = ctx->PixelMaps.AtoA.Size; in load_color_map_texture() local 75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize]; in load_color_map_texture()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.hpp | 176 ExternalHostMemory(vk::VkDeviceSize aSize, vk::VkDeviceSize aAlignment) in ExternalHostMemory() 177 : size(deAlignSize(static_cast<size_t>(aSize), static_cast<size_t>(aAlignment))) in ExternalHostMemory()
|
/external/harfbuzz_ng/src/ |
D | hb-directwrite.cc | 94 DWriteFontFileStream (uint8_t *aData, uint32_t aSize) in DWriteFontFileStream() argument 97 mSize = aSize; in DWriteFontFileStream()
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2Polygon.java | 766 int aSize = smallest.getKey().intValue(); in destructiveUnionSloppy() local 778 int unionSize = aSize + bSize; in destructiveUnionSloppy()
|
/external/skia/tests/ |
D | GrBlockAllocatorTest.cpp | 522 size_t aSize = poolA->totalSize(); in DEF_TEST() local 531 REPORTER_ASSERT(r, poolA->totalSize() == aSize + theftSize); in DEF_TEST()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 4200 const unsigned aSize = code->fileSize(TGSI_FILE_ADDRESS); in Converter() local 4205 aData.setup(TGSI_FILE_ADDRESS, 0, 0, aSize, 4, 4, FILE_GPR, 0); in Converter()
|