Searched refs:aSize (Results 1 – 14 of 14) sorted by relevance
/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/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/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/harfbuzz_ng/src/ |
D | hb-directwrite.cc | 82 DWriteFontFileStream (uint8_t *aData, uint32_t aSize) in DWriteFontFileStream() argument 85 mSize = aSize; in DWriteFontFileStream()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 4300 const unsigned aSize = code->fileSize(TGSI_FILE_ADDRESS); in Converter() local 4305 aData.setup(TGSI_FILE_ADDRESS, 0, 0, aSize, 4, 4, FILE_GPR, 0); in Converter()
|