Searched refs:offset64 (Results 1 – 2 of 2) sorted by relevance
223 uint64_t offset64; in getChunkOffset() local226 &offset64, in getChunkOffset()227 sizeof(offset64)) < (ssize_t)sizeof(offset64)) { in getChunkOffset()231 *offset = ntoh64(offset64); in getChunkOffset()
198 const int64_t offset64 = reply.readInt64(); in getMemory() local200 const ssize_t o = (ssize_t)offset64; in getMemory()203 if (s == size64 && o == offset64 // ILP32 bounds check in getMemory()326 const int64_t offset64 = reply.readInt64(); in assertReallyMapped() local329 const off_t offset = (off_t)offset64; in assertReallyMapped()331 size != size64 || offset != offset64) { // ILP32 size check in assertReallyMapped()