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()
199 const int64_t offset64 = reply.readInt64(); in getMemory() local201 const ssize_t o = (ssize_t)offset64; in getMemory()204 if (s == size64 && o == offset64 // ILP32 bounds check in getMemory()327 const int64_t offset64 = reply.readInt64(); in assertReallyMapped() local330 const off_t offset = (off_t)offset64; in assertReallyMapped()332 size != size64 || offset != offset64) { // ILP32 size check in assertReallyMapped()