Home | History | Annotate | Download | only in common

Lines Matching defs:indexLength

181         int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff;
182 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
188 (length<((1+indexLength)<<2) ||
195 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
198 if(indexLength>URES_INDEX_ATTRIBUTES) {
204 if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) {
209 if( indexLength>URES_INDEX_16BIT_TOP &&
963 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top;
1011 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff;
1012 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
1017 keysBottom=1+indexLength;
1019 if(indexLength>URES_INDEX_16BIT_TOP) {
1033 if(keysTop>(1+indexLength)) {