Searched refs:currentStripe (Results 1 – 1 of 1) sorted by relevance
159 int currentStripe = stripes[i]; in bulkGet() local160 if (currentStripe == previousStripe) { in bulkGet()163 array[i] = getAt(currentStripe); in bulkGet()164 previousStripe = currentStripe; in bulkGet()