Lines Matching refs:indexLength
188 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff; in res_init() local
189 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) { in res_init()
195 (length<((1+indexLength)<<2) || in res_init()
202 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) { in res_init()
212 if(indexLength>URES_INDEX_ATTRIBUTES) { in res_init()
220 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
225 if( indexLength>URES_INDEX_16BIT_TOP && in res_init()
1352 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local
1401 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff; in ures_swap()
1402 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) { in ures_swap()
1407 keysBottom=1+indexLength; in ures_swap()
1409 if(indexLength>URES_INDEX_16BIT_TOP) { in ures_swap()
1423 if(keysTop>(1+indexLength)) { in ures_swap()