Searched refs:offset64 (Results 1 – 2 of 2) sorted by relevance
224 uint64_t offset64; in getChunkOffset() local227 &offset64, in getChunkOffset()228 sizeof(offset64)) < (ssize_t)sizeof(offset64)) { in getChunkOffset()232 *offset = ntoh64(offset64); in getChunkOffset()
195 const int64_t offset64 = reply.readInt64(); in getMemory() local197 const ssize_t o = (ssize_t)offset64; in getMemory()200 if (s == size64 && o == offset64 // ILP32 bounds check in getMemory()323 const int64_t offset64 = reply.readInt64(); in assertReallyMapped() local326 const off_t offset = (off_t)offset64; in assertReallyMapped()328 size != size64 || offset != offset64) { // ILP32 size check in assertReallyMapped()