Searched refs:aSize (Results 1 – 25 of 26) sorted by relevance
12
41 + (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)aSize43 return [[ANTLRReaderStream alloc] initWithReader:r size:aSize readBufferSize:READ_BUFFER_SIZE];46 + (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aRead…48 // load(r, aSize, aReadChunkSize);49 return [[ANTLRReaderStream alloc] initWithReader:r size:aSize readBufferSize:aReadChunkSize];63 - (id) initWithReader:(NSFileHandle *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkS…68 rbSize = aSize;70 [self load:aSize readBufferSize:aReadChunkSize];75 - (void) load:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize81 if ( aSize<=0 ) {[all …]
29 + (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)aSize;30 + (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aRead…31 - (id) initWithReader:(NSFileHandle *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkS…32 - (void) load:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize;
105 NSInteger aSize = 0;106 if (ruleNum != nil) aSize++;107 if (index != nil) aSize++;108 return( aSize );
102 NSInteger aSize = 0;103 if (node != nil) aSize += sizeof(id);104 if (index != nil) aSize += sizeof(id);105 return( aSize );
147 NSInteger aSize = 0;148 if ( name ) aSize += sizeof(id);149 if ( node ) aSize += sizeof(id);150 return aSize;
96 NSInteger aSize = 0;99 aSize++;102 return aSize;
113 NSInteger aSize = 0;117 aSize += sizeof(id);120 return aSize;
253 NSUInteger aSize = 0;256 aSize += sizeof(id);259 return aSize;
151 NSInteger aSize = 0;155 aSize += (NSInteger)[anElement size];158 return aSize;
136 NSInteger aSize = 0;140 aSize += sizeof(id);143 return aSize;
62 static void* LocalPcreMalloc(size_t aSize) in LocalPcreMalloc() argument64 return malloc(aSize); in LocalPcreMalloc()
91 NSInteger aSize = 0;94 aSize++;97 return aSize;
117 NSInteger aSize = 0;121 aSize += sizeof(id);124 return aSize;
134 NSInteger aSize = 0;138 aSize += sizeof(id);141 return aSize;
99 const GLuint aSize = ctx->PixelMaps.AtoA.Size; in load_color_map_texture() local123 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize]; in load_color_map_texture()
2307 const unsigned aSize = code->fileSize(TGSI_FILE_ADDRESS); in Converter() local2312 aData.setup(TGSI_FILE_ADDRESS, 0, 0, aSize, 4, 4, FILE_ADDRESS, 0); in Converter()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
67728 static const u8 aSize[] = { 0, 1, 2, 3, 4, 6, 8, 8, 0, 0, 0, 0 };67729 return aSize[serial_type];