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