Home
last modified time | relevance | path

Searched refs:ascii2hex (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duri.d189 private uint ascii2hex(dchar c) @nogc @safe pure nothrow in ascii2hex() function
246 B = cast(char)((ascii2hex(s[k + 1]) << 4) + ascii2hex(s[k + 2]));
280 B = cast(char)((ascii2hex(s[k + 1]) << 4) + ascii2hex(s[k + 2]));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Duri.d187 private uint ascii2hex(dchar c) @nogc @safe pure nothrow in ascii2hex() function
229 B = cast(char)((ascii2hex(s[k + 1]) << 4) + ascii2hex(s[k + 2]));
263 B = cast(char)((ascii2hex(s[k + 1]) << 4) + ascii2hex(s[k + 2]));
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Ddemangle.d150 static ubyte ascii2hex( char val ) in ascii2hex() function
1476 auto a = ascii2hex( front ); popFront();
1477 auto b = ascii2hex( front ); popFront();
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A DChangeLog1607 (ascii2hex): Remove function.
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A DChangeLog1116 (ascii2hex): Remove function.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A DChangeLog1197 (ascii2hex): Remove function.