/external/boringssl/src/third_party/fiat/ |
D | curve25519_32.h | 258 uint64_t x114 = (x113 >> 25); in fiat_25519_carry_mul() local 260 uint64_t x116 = (x114 + x111); in fiat_25519_carry_mul() 428 uint64_t x114 = (x76 + x113); in fiat_25519_carry_square() local 429 uint32_t x115 = (uint32_t)(x114 >> 26); in fiat_25519_carry_square() 430 uint32_t x116 = (uint32_t)(x114 & UINT32_C(0x3ffffff)); in fiat_25519_carry_square() 783 uint8_t x114 = (uint8_t)(x112 & UINT8_C(0xff)); in fiat_25519_to_bytes() local 816 out1[28] = x114; in fiat_25519_to_bytes()
|
D | p256_64.h | 295 uint64_t x114; in fiat_p256_mul() local 296 fiat_p256_mulx_u64(&x113, &x114, x99, UINT64_C(0xffffffffffffffff)); in fiat_p256_mul() 299 fiat_p256_addcarryx_u64(&x115, &x116, 0x0, x114, x111); in fiat_p256_mul() 590 uint64_t x114; in fiat_p256_square() local 591 fiat_p256_mulx_u64(&x113, &x114, x99, UINT64_C(0xffffffffffffffff)); in fiat_p256_square() 594 fiat_p256_addcarryx_u64(&x115, &x116, 0x0, x114, x111); in fiat_p256_square()
|
D | p256_32.h | 293 uint32_t x114; in fiat_p256_mul() local 295 fiat_p256_addcarryx_u32(&x114, &x115, x113, x67, x97); in fiat_p256_mul() 341 fiat_p256_addcarryx_u32(&x145, &x146, x144, x114, x102); in fiat_p256_mul() 1300 uint32_t x114; in fiat_p256_square() local 1302 fiat_p256_addcarryx_u32(&x114, &x115, x113, x67, x97); in fiat_p256_square() 1348 fiat_p256_addcarryx_u32(&x145, &x146, x144, x114, x102); in fiat_p256_square() 2555 uint32_t x114; in fiat_p256_from_montgomery() local 2557 fiat_p256_addcarryx_u32(&x114, &x115, 0x0, x86, x108); in fiat_p256_from_montgomery()
|
/external/rust/crates/ring/third_party/fiat/ |
D | curve25519_32.h | 258 uint64_t x114 = (x113 >> 25); in fiat_25519_carry_mul() local 260 uint64_t x116 = (x114 + x111); in fiat_25519_carry_mul() 428 uint64_t x114 = (x76 + x113); in fiat_25519_carry_square() local 429 uint32_t x115 = (uint32_t)(x114 >> 26); in fiat_25519_carry_square() 430 uint32_t x116 = (uint32_t)(x114 & UINT32_C(0x3ffffff)); in fiat_25519_carry_square() 783 uint8_t x114 = (uint8_t)(x112 & UINT8_C(0xff)); in fiat_25519_to_bytes() local 816 out1[28] = x114; in fiat_25519_to_bytes()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/fiat/ |
D | curve25519_32.h | 258 uint64_t x114 = (x113 >> 25); in fiat_25519_carry_mul() local 260 uint64_t x116 = (x114 + x111); in fiat_25519_carry_mul() 428 uint64_t x114 = (x76 + x113); in fiat_25519_carry_square() local 429 uint32_t x115 = (uint32_t)(x114 >> 26); in fiat_25519_carry_square() 430 uint32_t x116 = (uint32_t)(x114 & UINT32_C(0x3ffffff)); in fiat_25519_carry_square() 783 uint8_t x114 = (uint8_t)(x112 & UINT8_C(0xff)); in fiat_25519_to_bytes() local 816 out1[28] = x114; in fiat_25519_to_bytes()
|
D | p256_64.h | 295 uint64_t x114; in fiat_p256_mul() local 296 fiat_p256_mulx_u64(&x113, &x114, x99, UINT64_C(0xffffffffffffffff)); in fiat_p256_mul() 299 fiat_p256_addcarryx_u64(&x115, &x116, 0x0, x114, x111); in fiat_p256_mul() 590 uint64_t x114; in fiat_p256_square() local 591 fiat_p256_mulx_u64(&x113, &x114, x99, UINT64_C(0xffffffffffffffff)); in fiat_p256_square() 594 fiat_p256_addcarryx_u64(&x115, &x116, 0x0, x114, x111); in fiat_p256_square()
|
D | p256_32.h | 293 uint32_t x114; in fiat_p256_mul() local 295 fiat_p256_addcarryx_u32(&x114, &x115, x113, x67, x97); in fiat_p256_mul() 341 fiat_p256_addcarryx_u32(&x145, &x146, x144, x114, x102); in fiat_p256_mul() 1300 uint32_t x114; in fiat_p256_square() local 1302 fiat_p256_addcarryx_u32(&x114, &x115, x113, x67, x97); in fiat_p256_square() 1348 fiat_p256_addcarryx_u32(&x145, &x146, x144, x114, x102); in fiat_p256_square() 2555 uint32_t x114; in fiat_p256_from_montgomery() local 2557 fiat_p256_addcarryx_u32(&x114, &x115, 0x0, x86, x108); in fiat_p256_from_montgomery()
|
/external/llvm-project/clang/test/Sema/ |
D | many-parameters.c | 124 int x114,
|
/external/clang/test/Sema/ |
D | many-parameters.c | 124 int x114,
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | AArch64.def | 30 ELF_RELOC(R_AARCH64_ADR_PREL_PG_HI21_NC, 0x114)
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSystemRegister.inc | 281 { "control", 0x814, 0x114, 0x814, {} }, // 27 447 { 0x114, 27 },
|
/external/llvm-project/lldb/test/API/commands/settings/use_source_cache/ |
D | main.cpp | 127 int x114 = x113 * x112 + x111; in calc() local 128 int x115 = x114 * x113 + x112; in calc() 129 int x116 = x115 * x114 + x113; in calc() 130 int x117 = x116 * x115 + x114; in calc()
|
/external/bcc/tools/ |
D | criticalstat_example.txt | 81 kthread+0x114
|
/external/llvm-project/llvm/test/tools/llvm-readobj/XCOFF/ |
D | basic.test | 128 # RELOCSEXP: Virtual Address: 0x114
|
D | symbols.test | 189 SYMBOL32-NEXT: Value (RelocatableAddress): 0x114
|
/external/sonivox/jet_tools/JetCreator/ |
D | img_Print.py | 39 \xfa\xfb\xd14\x8dpX\xf5X\x98p$L\xa4\xc1"D"\x114\xcdk\x1aZ\x87F\x87c\x00\xbb\
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | AArch64.def | 29 ELF_RELOC(R_AARCH64_ADR_PREL_PG_HI21_NC, 0x114)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | AArch64.def | 29 ELF_RELOC(R_AARCH64_ADR_PREL_PG_HI21_NC, 0x114)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | AArch64.def | 29 ELF_RELOC(R_AARCH64_ADR_PREL_PG_HI21_NC, 0x114)
|
/external/OpenCSD/decoder/tests/snapshots/a57_single_step/ |
D | device2.ini | 130 TRCACVR10(id:0x114,size:64)=0x0000000000000000
|
/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/ |
D | device2.ini | 130 TRCACVR10(id:0x114,size:64)=0x0000000000000000
|
/external/strace/xlat/ |
D | evdev_keycode.in | 289 BTN_EXTRA 0x114
|
/external/cpuinfo/test/dmesg/ |
D | nexus-s.log | 361 …4>] (gpio_direction_output+0x0/0x158) from [<c004cc40>] (s5pv210_setup_sdhci0_cfg_gpio+0x100/0x114) 362 <4>[ 3.270807] [<c004cb40>] (s5pv210_setup_sdhci0_cfg_gpio+0x0/0x114) from [<c04b2564>] (sdhci_s…
|
/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/ds-5-dumps/ |
D | Trace_Report_0x11_cpu_1_2015Sep17_104748.txt | 96 EL1N:0xFFFFFFC0000C5864 B40008A0 CBZ x0,{pc}+0x114 ; 0xffffffc0000c5978
|
D | Trace_Report_0x13_cpu_3_2015Sep17_104147.txt | 273 EL1N:0xFFFFFFC0000C5864 B40008A0 CBZ x0,{pc}+0x114 ; 0xffffffc0000c5978
|