Lines Matching refs:indexLength
187 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff; in res_init() local
188 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) { in res_init()
194 (length<((1+indexLength)<<2) || in res_init()
201 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) { in res_init()
211 if(indexLength>URES_INDEX_ATTRIBUTES) { in res_init()
219 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
224 if( indexLength>URES_INDEX_16BIT_TOP && in res_init()
1312 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local
1361 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff; in ures_swap()
1362 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) { in ures_swap()
1367 keysBottom=1+indexLength; in ures_swap()
1369 if(indexLength>URES_INDEX_16BIT_TOP) { in ures_swap()
1383 if(keysTop>(1+indexLength)) { in ures_swap()