| /openbsd/src/usr.bin/file/magdir/ |
| D | acorn | 39 0 string \x02\x01\x13\x13\x13\x01\x0d\x10 Digital Symphony sound sample (RISC OS), 50 0 string \x02\x01\x13\x13\x14\x12\x01\x0b Digital Symphony song (RISC OS), 59 0 string \x02\x01\x13\x13\x10\x14\x12\x0e
|
| D | os9 | 62 >0x13 byte 1 machine language 63 >0x13 byte 2 BASIC I-code 64 >0x13 byte 3 Pascal P-code 65 >0x13 byte 4 C I-code 66 >0x13 byte 5 COBOL I-code 67 >0x13 byte 6 Fortran I-code
|
| D | ti-8x | 32 >0x00003B byte 0x13 (backup) 67 >0x00003B byte 0x13 (backup) 85 >0x00003B byte 0x13 (backup) 111 >0x00003B byte 0x13 (range) 144 >0x00003B byte 0x13 (range) 167 >0x000048 byte 0x13 (function) 185 >0x000048 byte 0x13 (function) 202 >0x000048 byte 0x13 (function)
|
| /openbsd/src/libexec/ld.so/ |
| D | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 136 x13 = j13; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 180 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 204 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
|
| /openbsd/src/usr.bin/ssh/ |
| D | chacha.c | 89 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 134 x13 = j13; in chacha_encrypt_bytes() 139 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 144 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 160 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 177 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 200 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
|
| /openbsd/src/lib/libc/crypt/ |
| D | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 136 x13 = j13; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 180 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 204 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
|
| /openbsd/src/sys/crypto/ |
| D | chacha_private.h | 130 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 175 x13 = j13; in chacha_encrypt_bytes() 180 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 185 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 201 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 219 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 243 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
|
| D | curve25519.c | 264 const uint32_t x13 = in1[4]; in fe_add_impl() local 283 out[4] = (x13 + x31); in fe_add_impl() 306 const uint32_t x13 = in1[4]; in fe_sub_impl() local 325 out[4] = ((0x7fffffe + x13) - x31); in fe_sub_impl() 348 const uint32_t x13 = in1[4]; in fe_mul_impl() local 367 …(0x2 * (((uint64_t)x25 * x11) + ((uint64_t)x29 * x7)))) + ((uint64_t)x23 * x13)) + ((uint64_t)x31 … in fe_mul_impl() 368 …uint64_t x45 = (((((((uint64_t)x27 * x11) + ((uint64_t)x29 * x9)) + ((uint64_t)x25 * x13)) + ((uin… in fe_mul_impl() 369 … x11) + ((uint64_t)x25 * x15)) + ((uint64_t)x33 * x7))) + ((uint64_t)x27 * x13)) + ((uint64_t)x31 … in fe_mul_impl() 370 …uint64_t x47 = (((((((((uint64_t)x29 * x13) + ((uint64_t)x31 * x11)) + ((uint64_t)x27 * x15)) + ((… in fe_mul_impl() 371 …uint64_t x48 = (((((((uint64_t)x31 * x13) + (0x2 * (((((uint64_t)x29 * x15) + ((uint64_t)x33 * x11… in fe_mul_impl() [all …]
|
| /openbsd/src/lib/libcrypto/chacha/ |
| D | chacha-merged.c | 122 u32 x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 170 x13 = j13; in chacha_encrypt_bytes() 175 QUARTERROUND(x1, x5, x9, x13) in chacha_encrypt_bytes() 180 QUARTERROUND(x2, x7, x8, x13) in chacha_encrypt_bytes() 196 x13 = PLUS(x13, j13); in chacha_encrypt_bytes() 214 U32TO8_LITTLE(x->ks + 52, x13); in chacha_encrypt_bytes() 232 x13 = XOR(x13, U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 258 U32TO8_LITTLE(c + 52, x13); in chacha_encrypt_bytes()
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | locore0.S | 304 1: orr x13, x12, x9, lsl #PAGE_SHIFT 307 str x13, [x6, x11, lsl #3] 341 1: orr x13, x12, x9, lsl #PAGE_SHIFT 344 str x13, [x6, x11, lsl #3] 380 1: orr x13, x12, x9, lsl #L2_SHIFT 383 str x13, [x6, x11, lsl #3]
|
| D | exception.S | 49 stp x12, x13, [sp, #(TF_X + 12 * 8)] 89 ldp x12, x13, [sp, #(TF_X + 12 * 8)]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| D | scope02.C | 128 X x13 (68); in main() 129 px = &x13; in main()
|
| /openbsd/src/usr.bin/signify/ |
| D | ge25519_base.data | 31 …, 0xfd, 0x46, 0xe8, 0xb8, 0xa8, 0x79, 0x1d, 0x87, 0xf9, 0x90, 0xf2, 0x9c, 0x13, 0x29, 0xf8, 0x0b, … 36 …{{0x1c, 0x59, 0x1c, 0x65, 0x5d, 0x34, 0xa4, 0x09, 0xcd, 0x13, 0x9c, 0x70, 0x7d, 0xb1, 0x2a, 0xc5, … 47 {{{0xf7, 0x17, 0x13, 0xbd, 0xfb, 0xbc, 0xd2, 0xec, 0x45, 0xb3, 0x15, 0x31, 0xe9, 0xaf, 0x82, 0x84, … 51 … 0x2f, 0x8e, 0x00, 0x92, 0x26, 0x4f, 0x52, 0xeb, 0x47, 0x1b, 0x89, 0x8b, 0x24, 0xc0, 0x13, 0x7d}} , 55 {{{0x64, 0x1d, 0x49, 0x13, 0x2f, 0x71, 0xec, 0x69, 0x87, 0xd0, 0x42, 0xee, 0x13, 0xec, 0xe3, 0xed, … 58 …, 0x78, 0xaa, 0x29, 0x03, 0xc8, 0x74, 0x95, 0x03, 0x3e, 0xdc, 0xbd, 0x07, 0x13, 0xa8, 0xa2, 0x20, … 63 …, 0x34, 0xe1, 0x9f, 0xa3, 0x54, 0xcd, 0x07, 0xca, 0x79, 0x1f, 0x54, 0x2f, 0x13, 0x70, 0x4e, 0xee, … 67 …, 0xd8, 0x32, 0xd5, 0xd1, 0x11, 0x28, 0x60, 0x63, 0x36, 0x32, 0x37, 0xb5, 0x13, 0x1c, 0xa0, 0x37, … 83 …, 0x33, 0x8f, 0x68, 0xff, 0x1f, 0x3d, 0x73, 0x6b, 0xbf, 0x68, 0xcc, 0x7d, 0x13, 0x6c, 0x24, 0x4b, … 93 …, 0x7d, 0xa0, 0xc5, 0xd6, 0xb1, 0xb0, 0xe5, 0x57, 0x1b, 0x5b, 0xf5, 0x45, 0x13, 0x14, 0x64, 0x5a, … [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_tag_mismatch_riscv64.S | 105 sd x13, 104(sp)
|
| D | hwasan_tag_mismatch_aarch64.S | 135 stp x12, x13, [sp, #96]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/ucm/ |
| D | ctrl.ucm | 29 <U0013> \x13 |0 # <control>
|
| D | macUkraine.ucm | 32 <U0013> \x13 |0 # <control>
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | ARM64_ehframe_Registers.h | 32 x13, enumerator
|
| D | ARM64_DWARF_Registers.h | 30 x13, enumerator
|
| /openbsd/src/regress/sys/kern/extent/ |
| D | tests | 90 # 0x10 - 0x13 96 alloc_subregion 0x10 0x13 0x4
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteRegisterFallback.cpp | 29 R64(x7), R64(x8), R64(x9), R64(x10), R64(x11), R64(x12), R64(x13), in GetRegisters_aarch64()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrCall.td | 81 0x13>,
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| D | RegisterInfos_riscv64.h | 84 DEFINE_GPR64_ALT(a3, x13, LLDB_REGNUM_GENERIC_ARG4),
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| D | ARM.def | 26 ELF_RELOC(R_ARM_TLS_TPOFF32, 0x13)
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsInstrFormats.td | 743 let Inst{31-26} = 0x13; 759 let Inst{31-26} = 0x13; 774 let Inst{31-26} = 0x13;
|