/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | dll.d | 129 …static __gshared ubyte[] jmp_LdrpInitialize = [ 0x33, 0xED, 0xE9 ]; // xor ebp,ebp; jmp _LdrpIniti… in version() local 130 static __gshared ubyte[] jmp__LdrpInitialize = [ 0x5D, 0xE9 ]; // pop ebp; jmp __LdrpInitialize in version() local 131 …static __gshared ubyte[] jmp__LdrpInitialize_xp64 = [ 0x5D, 0x90, 0x90, 0x90, 0x90, 0x90 ]; // pop… in version() local 132 …static __gshared ubyte[] call_LdrpInitializeThread = [ 0xFF, 0x75, 0x08, 0xE8 ]; // push [ebp+8]; … in version() local 133 …static __gshared ubyte[] call_LdrpAllocateTls = [ 0x00, 0x00, 0xE8 ]; // jne 0xc3; call _LdrpAlloc… in version() local 134 …static __gshared ubyte[] call_LdrpAllocateTls_svr03 = [ 0x65, 0xfc, 0x00, 0xE8 ]; // and [ebp+fc],… in version() local 135 static __gshared ubyte[] jne_LdrpAllocateTls = [ 0x0f, 0x85 ]; // jne body_LdrpAllocateTls in version() local 136 …static __gshared ubyte[] mov_LdrpNumberOfTlsEntries = [ 0x8B, 0x0D ]; // mov ecx, _LdrpNumberOfTls… in version() local 137 …static __gshared ubyte[] mov_NtdllBaseTag = [ 0x51, 0x8B, 0x0D ]; // push ecx; mov ecx, _NtdllBase… in version() local 138 …static __gshared ubyte[] mov_NtdllBaseTag_srv03 = [ 0x50, 0xA1 ]; // push eax; mov eax, _NtdllBase… in version() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
H A D | deh.d | 164 const(ubyte)* languageSpecificData; member 332 const(ubyte)* actionRecord; member 333 const(ubyte)* languageSpecificData; member 549 const(ubyte)* TType = null; in scanLSDA() local 567 const(ubyte)* actionTable = p + CSTableSize; in scanLSDA() local 587 const(ubyte)* actionRecord = null; in scanLSDA() local 720 const(ubyte)* tp = TType - ARFilter * encodedSize; in actionTableLookup() local 784 const(ubyte)* nextLsd = void; in getClassInfo() local 918 const(ubyte)* lsda; in __gdc_personality() local 966 const(ubyte)* nextLsd = void; in __gdc_personality() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | zip.d | 168 private ubyte[] _compressedData; variable 169 private ubyte[] _expandedData; variable 423 static immutable ubyte[] localFileHeaderSignature = [ 0x50, 0x4b, 0x03, 0x04 ]; variable 424 static immutable ubyte[] endOfCentralDirSignature = [ 0x50, 0x4b, 0x05, 0x06 ]; variable 425 static immutable ubyte[] archiveExtraDataSignature = [ 0x50, 0x4b, 0x06, 0x08 ]; variable 426 static immutable ubyte[] digitalSignatureSignature = [ 0x50, 0x4b, 0x05, 0x05 ]; variable 427 static immutable ubyte[] zip64EndOfCentralDirSignature = [ 0x50, 0x4b, 0x06, 0x06 ]; variable 428 static immutable ubyte[] zip64EndOfCentralDirLocatorSignature = [ 0x50, 0x4b, 0x06, 0x07 ]; variable 442 private ubyte[] _data; variable
|
H A D | encoding.d | 1343 immutable ubyte[128] tailTable = variable 2766 const(ubyte)[] r = s; in validLength() local 2767 const(ubyte)[] t = s; in validLength() local 2788 immutable(ubyte)[] sanitize()(immutable(ubyte)[] s) in immutable() argument 2798 const(ubyte)[] t = s[n..$]; in immutable() local 2840 const(ubyte)[] u = s; in firstSequence() local 2845 const(ubyte)[] t = s; variable 2893 const(ubyte)[] t = s; variable 2983 override @property immutable(ubyte)[] replacementSequence() @safe pure nothrow @nogc in immutable() argument 3067 override @property immutable(ubyte)[] replacementSequence() @safe pure nothrow @nogc in immutable() argument [all …]
|
H A D | uri.d | 57 private immutable ubyte[128] uri_flags = // indexed by character variable
|
H A D | outbuffer.d | 45 inout(ubyte)[] toBytes() scope inout { return data[0 .. offset]; } in inout() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
H A D | crc.d | 402 enum ubyte[4] input = cast(ubyte[4]) hexString!"c3fcd3d7"; variable 442 enum ubyte[8] input = cast(ubyte[8]) hexString!"c3fcd3d7efbeadde"; variable 482 enum ubyte[8] input = cast(ubyte[8]) hexString!"c3fcd3d7efbeadde"; variable
|
H A D | murmurhash.d | 62 const(ubyte)[] data1 = [1, 2, 3]; variable 63 const(ubyte)[] data2 = [4, 5, 6, 7]; variable 675 const(ubyte)[] data1 = [1, 2, 3]; variable 676 const(ubyte)[] data2 = [4, 5, 6, 7]; variable 823 immutable ubyte[1028] data = 0xAC; in testUnalignedHash() local
|
H A D | hmac.d | 66 private ubyte[blockSize / 8] key; variable
|
H A D | ripemd.d | 101 static immutable ubyte[64] _padding = member 645 enum ubyte[20] input = cast(ubyte[20]) hexString!"f71c27109c692c1b56bbdceb5b9d2865b3708dbc"; variable
|
H A D | md.d | 97 static immutable ubyte[64] _padding = member 476 enum ubyte[16] input = cast(ubyte[16]) hexString!"c3fcd3d76192e4007dfb496cca67e13b"; variable
|
H A D | sha.d | 300 static immutable ubyte[128] padding = in SHA() local 1072 enum ubyte[20] input = cast(ubyte[20]) hexString!"a9993e364706816aba3e25717850c26c9cd0d89d"; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | encoding.d | 1190 immutable ubyte[128] tailTable = variable 2606 const(ubyte)[] r = s; in validLength() local 2607 const(ubyte)[] t = s; in validLength() local 2628 immutable(ubyte)[] sanitize()(immutable(ubyte)[] s) in immutable() argument 2638 const(ubyte)[] t = s[n..$]; in immutable() local 2680 const(ubyte)[] u = s; in firstSequence() local 2685 const(ubyte)[] t = s; variable 2733 const(ubyte)[] t = s; variable 2823 override @property immutable(ubyte)[] replacementSequence() @safe pure nothrow @nogc in immutable() argument 2907 override @property immutable(ubyte)[] replacementSequence() @safe pure nothrow @nogc in immutable() argument [all …]
|
H A D | zip.d | 113 private ubyte[] _compressedData; variable 114 private ubyte[] _expandedData; variable 296 private ubyte[] _data; variable
|
H A D | uri.d | 50 private immutable ubyte[128] uri_flags = // indexed by character variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
H A D | murmurhash.d | 62 const(ubyte)[] data1 = [1, 2, 3]; variable 63 const(ubyte)[] data2 = [4, 5, 6, 7]; variable 675 const(ubyte)[] data1 = [1, 2, 3]; variable 676 const(ubyte)[] data2 = [4, 5, 6, 7]; variable 823 immutable ubyte[1028] data = 0xAC; in testUnalignedHash() local
|
H A D | hmac.d | 66 private ubyte[blockSize / 8] key; variable
|
H A D | md.d | 104 static immutable ubyte[64] _padding = member
|
H A D | ripemd.d | 108 static immutable ubyte[64] _padding = member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
H A D | hash.d | 789 const ubyte[7] a = [99, 4, 3, 2, 1, 5, 88]; in version() local 794 const ubyte[7] a = [99, 1, 2, 3, 4, 5, 88]; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
H A D | kickstart.d | 407 const(ubyte)* end = cast(ubyte*)(haystack.ptr + haystack.length); in ShiftOr() local 466 const(ubyte)* end = cast(ubyte*)(haystack.ptr + haystack.length); in ShiftOr() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | kickstart.d | 407 const(ubyte)* end = cast(ubyte*)(haystack.ptr + haystack.length); in ShiftOr() local 466 const(ubyte)* end = cast(ubyte*)(haystack.ptr + haystack.length); in ShiftOr() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
H A D | comparison.d | 94 …static @trusted ref inout(ubyte) at(inout(void)[] r, size_t i) { return (cast(inout(ubyte)*) r.ptr… in inout() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | utf.d | 426 static immutable ubyte[256] UTF8_STRIDE = in utf_decodeChar() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/ |
H A D | custom_gc.d | 29 __gshared ubyte[__traits(classInstanceSize, MallocGC)] buf; in initialize() local
|