Home
last modified time | relevance | path

Searched refs:unalignedRead24 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d3163 @system private uint unalignedRead24(scope const ubyte* ptr, size_t idx) pure nothrow @nogc in unalignedRead24() function
3185 return __ctfe ? safeRead24(ptr, idx) : unalignedRead24(ptr, idx); in read24()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d3156 @system private uint unalignedRead24(scope const ubyte* ptr, size_t idx) pure nothrow @nogc
3178 return __ctfe ? safeRead24(ptr, idx) : unalignedRead24(ptr, idx);