Home
last modified time | relevance | path

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

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