Searched refs:write24 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 3190 @system private void write24(scope ubyte* ptr, uint val, size_t idx) pure nothrow @nogc in write24() function 6755 write24(isBig ? ptr_ : small_.ptr, ch, index); in opIndexAssign() 6937 write24(p, read24(small_.ptr, i), i); in convertToBig()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 3183 @system private void write24(scope ubyte* ptr, uint val, size_t idx) pure nothrow @nogc 7446 write24(isBig ? ptr_ : small_.ptr, ch, index); 7629 write24(p, read24(small_.ptr, i), i);
|