Searched refs:safeWrite24 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 3145 @system private void safeWrite24(scope ubyte* ptr, uint val, size_t idx) pure nothrow @nogc in safeWrite24() function 3193 return __ctfe ? safeWrite24(ptr, val, idx) : unalignedWrite24(ptr, val, idx); in write24() 3195 return safeWrite24(ptr, val, idx); in write24()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 3138 @system private void safeWrite24(scope ubyte* ptr, uint val, size_t idx) pure nothrow @nogc 3186 return __ctfe ? safeWrite24(ptr, val, idx) : unalignedWrite24(ptr, val, idx); 3188 return safeWrite24(ptr, val, idx);
|