Lines Matching full:indexes
313 int32_t indexes[IX_TOTAL_SIZE+1]; in swapFormatVersion4() local
324 int32_t indexesLength=indexes[0]=udata_readInt32(ds, inIndexes[0]); in swapFormatVersion4()
334 indexes[i]=udata_readInt32(ds, inIndexes[i]); in swapFormatVersion4()
337 indexes[i]=-1; in swapFormatVersion4()
339 inIndexes=NULL; // Make sure we do not accidentally use these instead of indexes[]. in swapFormatVersion4()
344 size=indexes[IX_TOTAL_SIZE]; in swapFormatVersion4()
346 size=indexes[indexesLength-1]; in swapFormatVersion4()
365 // Swap the int32_t indexes[]. in swapFormatVersion4()
369 // Here we use indexes[] not inIndexes[] because in swapFormatVersion4()
371 int32_t index; // one of the indexes[] slots in swapFormatVersion4()
376 offset = indexes[index]; in swapFormatVersion4()
377 length = indexes[index + 1] - offset; in swapFormatVersion4()
385 offset = indexes[index]; in swapFormatVersion4()
386 length = indexes[index + 1] - offset; in swapFormatVersion4()
392 offset = indexes[index]; in swapFormatVersion4()
393 length = indexes[index + 1] - offset; in swapFormatVersion4()
401 offset = indexes[index]; in swapFormatVersion4()
402 length = indexes[index + 1] - offset; in swapFormatVersion4()
408 offset = indexes[index]; in swapFormatVersion4()
409 length = indexes[index + 1] - offset; in swapFormatVersion4()
417 offset = indexes[index]; in swapFormatVersion4()
418 length = indexes[index + 1] - offset; in swapFormatVersion4()
424 offset = indexes[index]; in swapFormatVersion4()
425 length = indexes[index + 1] - offset; in swapFormatVersion4()
431 offset = indexes[index]; in swapFormatVersion4()
432 length = indexes[index + 1] - offset; in swapFormatVersion4()
438 offset = indexes[index]; in swapFormatVersion4()
439 length = indexes[index + 1] - offset; in swapFormatVersion4()
445 offset = indexes[index]; in swapFormatVersion4()
446 length = indexes[index + 1] - offset; in swapFormatVersion4()
452 offset = indexes[index]; in swapFormatVersion4()
453 length = indexes[index + 1] - offset; in swapFormatVersion4()
461 offset = indexes[index]; in swapFormatVersion4()
462 length = indexes[index + 1] - offset; in swapFormatVersion4()