Searched refs:currentOffset (Results 1 – 5 of 5) sorted by relevance
50 int currentOffset = offset; variable168 WRITE_32(header + 42, currentOffset);
1220 unsigned currentOffset = 0; in getBlocks() local1230 assert(offset >= currentOffset); in getBlocks()1233 if (offset >= currentOffset + commandBlocks) in getBlocks()1235 currentOffset += commandBlocks; in getBlocks()1240 unsigned commandOffset = offset - currentOffset; in getBlocks()