Searched refs:baseIndex (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/package/hpkg/
H A DPackageFileHeapAccessorBase.cpp95 size_t totalChunkCount, size_t baseIndex, const uint16* chunkSizes,
107 uint64 offset = (*this)[baseIndex];
111 size_t index = baseIndex + i + 1;
112 // (baseIndex + i) is the index of the chunk whose size is stored in
114 // which we store at index (baseIndex + i + 1).
94 InitChunksOffsets( size_t totalChunkCount, size_t baseIndex, const uint16* chunkSizes, size_t chunkCount) argument
/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp127 int baseIndex = 0; local
129 baseIndex = strlen("_kern_");
131 baseIndex = strlen("sys_");
133 kernelName.append(string(fName, baseIndex));
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapAccessorBase.h157 size_t baseIndex, const uint16* chunkSizes,

Completed in 42 milliseconds