Searched defs:MByteRef (Results 1 – 1 of 1) sorted by relevance
158 struct MByteRef { struct159 uintptr_t refVal; // initializer prefers this field to be a pointer164 static constexpr intptr_t kOffsetBound = 128 * 1024 * 1024;165 static constexpr intptr_t kOffsetMin = -kOffsetBound;166 static constexpr intptr_t kOffsetMax = kOffsetBound;168 static constexpr intptr_t kPositiveOffsetBias = 128 * 1024 * 1024;192 struct MByteRef32 { argument