Searched refs:peekUint (Results 1 – 4 of 4) sorted by relevance
333 data = cast(ulong) data.peekUint(0) & y;1211 … (data.uintLength == 1 && (data.peekUint(0) <= sign+cast(uint)(int.max)) // 1+int.max = |int.min|1212 ? cast(int)(data.peekUint(0))1432 return data.peekUint(n);2342 if (exponent.data.peekUint(0) & 1) in powmod()
813 … (data.uintLength == 1 && (data.peekUint(0) <= sign+cast(uint)(int.max)) // 1+int.max = |int.min| in toInt()814 ? cast(int)(data.peekUint(0)) in toInt()
158 uint peekUint(int n) pure nothrow const @safe @nogc in peekUint() function987 assert(r.peekUint(0) == 5U);990 assert(r.peekUint(0) == 0x9ABC_DEF0U);
301 uint peekUint(size_t n) pure nothrow const @safe @nogc scope1283 assert(r.peekUint(0) == 5U);1286 assert(r.peekUint(0) == 0x9ABC_DEF0U);