Lines Matching refs:indexLength
184 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff; in res_init() local
185 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) { in res_init()
191 (length<((1+indexLength)<<2) || in res_init()
198 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) { in res_init()
201 if(indexLength>URES_INDEX_ATTRIBUTES) { in res_init()
207 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
212 if( indexLength>URES_INDEX_16BIT_TOP && in res_init()
978 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local
1026 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff; in ures_swap()
1027 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) { in ures_swap()
1032 keysBottom=1+indexLength; in ures_swap()
1034 if(indexLength>URES_INDEX_16BIT_TOP) { in ures_swap()
1048 if(keysTop>(1+indexLength)) { in ures_swap()