Searched refs:startOffset (Results 1 – 3 of 3) sorted by relevance
87 static void decompressFile_orDie(const char* fname, unsigned startOffset, unsigned endOffset) in decompressFile_orDie() argument100 while (startOffset < endOffset) { in decompressFile_orDie()101 …STD_seekable_decompress(seekable, buffOut, MIN(endOffset - startOffset, buffOutSize), startOffset); in decompressFile_orDie()109 startOffset += result; in decompressFile_orDie()132 unsigned const startOffset = (unsigned) atoi(argv[2]); in main() local134 decompressFile_orDie(inFilename, startOffset, endOffset); in main()
1388 uint32_t startOffset = 0; in buildDataInCodeArray() local1399 entry.offset = si->address + info.offsetInSection + startOffset; in buildDataInCodeArray()1400 entry.length = ref->offsetInAtom() - startOffset; in buildDataInCodeArray()1406 startOffset = ref->offsetInAtom(); in buildDataInCodeArray()1412 entry.offset = si->address + info.offsetInSection + startOffset; in buildDataInCodeArray()1413 entry.length = info.atom->size() - startOffset; in buildDataInCodeArray()
1812 int64_t startOffset) in cd9660_compute_offsets() argument1840 CD9660_BLOCKS(diskStructure->sectorSize,startOffset); in cd9660_compute_offsets()1878 used_bytes + startOffset); in cd9660_compute_offsets()1908 used_bytes + startOffset); in cd9660_compute_offsets()