Searched refs:safeRead24 (Results 1 – 2 of 2) sorted by relevance
3133 @system private uint safeRead24(scope const ubyte* ptr, size_t idx) pure nothrow @nogc in safeRead24() function3185 return __ctfe ? safeRead24(ptr, idx) : unalignedRead24(ptr, idx); in read24()3187 return safeRead24(ptr, idx); in read24()
3126 @system private uint safeRead24(scope const ubyte* ptr, size_t idx) pure nothrow @nogc3178 return __ctfe ? safeRead24(ptr, idx) : unalignedRead24(ptr, idx);3180 return safeRead24(ptr, idx);