Home
last modified time | relevance | path

Searched refs:x102 (Results 1 – 25 of 45) sorted by relevance

12

/external/turbine/javatests/com/google/turbine/lower/testdata/
Dhex_int.test8 E = -0x102,
/external/llvm-project/flang/test/Semantics/
Dexpr-errors02.f9045 type(t(modulefunc1(0))) :: x102 ! ok local
/external/curl/m4/
Dcurl-openssl.m471 0x102) tst_show="1.0.2" ;;
154 tst_api="0x102"
230 0x102) tst_show="1.0.2" ;;
/external/strace/xlat/
Dnt_descriptor_types.in22 NT_PPC_VSX 0x102
Devdev_keycode.in276 BTN_2 0x102
/external/llvm-project/llvm/test/CodeGen/X86/
Dtwoaddr-coalesce.ll25 ; CHECK-NEXT: cmpl $258, %ebx # imm = 0x102
/external/rust/crates/quiche/deps/boringssl/src/third_party/fiat/
Dp256_32.h275 uint32_t x102; in fiat_p256_mul() local
277 fiat_p256_addcarryx_u32(&x102, &x103, 0x0, x55, x85); in fiat_p256_mul()
304 fiat_p256_mulx_u32(&x120, &x121, x102, UINT32_C(0xffffffff)); in fiat_p256_mul()
307 fiat_p256_mulx_u32(&x122, &x123, x102, UINT32_C(0xffffffff)); in fiat_p256_mul()
310 fiat_p256_mulx_u32(&x124, &x125, x102, UINT32_C(0xffffffff)); in fiat_p256_mul()
313 fiat_p256_mulx_u32(&x126, &x127, x102, UINT32_C(0xffffffff)); in fiat_p256_mul()
323 fiat_p256_addcarryx_u32(&x133, &x134, 0x0, x102, x126); in fiat_p256_mul()
341 fiat_p256_addcarryx_u32(&x145, &x146, x144, x114, x102); in fiat_p256_mul()
1282 uint32_t x102; in fiat_p256_square() local
1284 fiat_p256_addcarryx_u32(&x102, &x103, 0x0, x55, x85); in fiat_p256_square()
[all …]
Dp256_64.h277 fiat_p256_uint1 x102; in fiat_p256_mul() local
278 fiat_p256_addcarryx_u64(&x101, &x102, x100, x77, x92); in fiat_p256_mul()
281 fiat_p256_addcarryx_u64(&x103, &x104, x102, x79, x94); in fiat_p256_mul()
572 fiat_p256_uint1 x102; in fiat_p256_square() local
573 fiat_p256_addcarryx_u64(&x101, &x102, x100, x77, x92); in fiat_p256_square()
576 fiat_p256_addcarryx_u64(&x103, &x104, x102, x79, x94); in fiat_p256_square()
Dcurve25519_32.h246 uint64_t x102 = (x101 >> 26); in fiat_25519_carry_mul() local
257 uint64_t x113 = (x102 + x112); in fiat_25519_carry_mul()
416 uint64_t x102 = (x101 >> 26); in fiat_25519_carry_square() local
418 uint64_t x104 = (x102 + x79); in fiat_25519_carry_square()
771 uint8_t x102 = (uint8_t)(x99 & UINT8_C(0xff)); in fiat_25519_to_bytes() local
811 out1[23] = x102; in fiat_25519_to_bytes()
/external/boringssl/src/third_party/fiat/
Dp256_32.h275 uint32_t x102; in fiat_p256_mul() local
277 fiat_p256_addcarryx_u32(&x102, &x103, 0x0, x55, x85); in fiat_p256_mul()
304 fiat_p256_mulx_u32(&x120, &x121, x102, UINT32_C(0xffffffff)); in fiat_p256_mul()
307 fiat_p256_mulx_u32(&x122, &x123, x102, UINT32_C(0xffffffff)); in fiat_p256_mul()
310 fiat_p256_mulx_u32(&x124, &x125, x102, UINT32_C(0xffffffff)); in fiat_p256_mul()
313 fiat_p256_mulx_u32(&x126, &x127, x102, UINT32_C(0xffffffff)); in fiat_p256_mul()
323 fiat_p256_addcarryx_u32(&x133, &x134, 0x0, x102, x126); in fiat_p256_mul()
341 fiat_p256_addcarryx_u32(&x145, &x146, x144, x114, x102); in fiat_p256_mul()
1282 uint32_t x102; in fiat_p256_square() local
1284 fiat_p256_addcarryx_u32(&x102, &x103, 0x0, x55, x85); in fiat_p256_square()
[all …]
Dcurve25519_32.h246 uint64_t x102 = (x101 >> 26); in fiat_25519_carry_mul() local
257 uint64_t x113 = (x102 + x112); in fiat_25519_carry_mul()
416 uint64_t x102 = (x101 >> 26); in fiat_25519_carry_square() local
418 uint64_t x104 = (x102 + x79); in fiat_25519_carry_square()
771 uint8_t x102 = (uint8_t)(x99 & UINT8_C(0xff)); in fiat_25519_to_bytes() local
811 out1[23] = x102; in fiat_25519_to_bytes()
Dp256_64.h277 fiat_p256_uint1 x102; in fiat_p256_mul() local
278 fiat_p256_addcarryx_u64(&x101, &x102, x100, x77, x92); in fiat_p256_mul()
281 fiat_p256_addcarryx_u64(&x103, &x104, x102, x79, x94); in fiat_p256_mul()
572 fiat_p256_uint1 x102; in fiat_p256_square() local
573 fiat_p256_addcarryx_u64(&x101, &x102, x100, x77, x92); in fiat_p256_square()
576 fiat_p256_addcarryx_u64(&x103, &x104, x102, x79, x94); in fiat_p256_square()
/external/llvm-project/clang/test/Sema/
Dmany-parameters.c112 int x102,
/external/clang/test/Sema/
Dmany-parameters.c112 int x102,
/external/rust/crates/ring/third_party/fiat/
Dcurve25519_32.h246 uint64_t x102 = (x101 >> 26); in fiat_25519_carry_mul() local
257 uint64_t x113 = (x102 + x112); in fiat_25519_carry_mul()
416 uint64_t x102 = (x101 >> 26); in fiat_25519_carry_square() local
418 uint64_t x104 = (x102 + x79); in fiat_25519_carry_square()
771 uint8_t x102 = (uint8_t)(x99 & UINT8_C(0xff)); in fiat_25519_to_bytes() local
811 out1[23] = x102; in fiat_25519_to_bytes()
/external/llvm/include/llvm/Support/ELFRelocs/
DAArch64.def10 ELF_RELOC(R_AARCH64_ABS32, 0x102)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSystemRegister.inc266 { "eapsr", 0x802, 0x102, 0x802, {} }, // 12
434 { 0x102, 12 },
/external/llvm-project/lldb/test/API/commands/settings/use_source_cache/
Dmain.cpp115 int x102 = x101 * x100 + x99; in calc() local
116 int x103 = x102 * x101 + x100; in calc()
117 int x104 = x103 * x102 + x101; in calc()
118 int x105 = x104 * x103 + x102; in calc()
/external/llvm-project/lld/test/COFF/
Dhello32.test19 HEADER-NEXT: Characteristics [ (0x102)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DAArch64.def11 ELF_RELOC(R_AARCH64_ABS32, 0x102)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DAArch64.def11 ELF_RELOC(R_AARCH64_ABS32, 0x102)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DAArch64.def11 ELF_RELOC(R_AARCH64_ABS32, 0x102)
/external/OpenCSD/decoder/tests/snapshots/a57_single_step/
Ddevice2.ini121 TRCACVR1(id:0x102,size:64)=0x0000000000000000
/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/
Ddevice2.ini121 TRCACVR1(id:0x102,size:64)=0x0000000000000000
/external/llvm-project/openmp/runtime/src/include/
Domp-tools.h.var66 macro (ompt_state_undefined, 0x102) /* undefined thread state */ \
446 ompt_state_undefined = 0x102

12