Home
last modified time | relevance | path

Searched defs:x8 (Results 1 – 25 of 35) sorted by relevance

12

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c42 word8 x8[MAXKC][4]; in rijndaelKeySched() member
145 word8 x8[16]; in rijndaelEncrypt() member
151 word8 x8[4][4]; in rijndaelEncrypt() member
310 word8 x8[16]; in rijndaelDecrypt() member
316 word8 x8[4][4]; in rijndaelDecrypt() member
/external/clang/test/Frontend/
Dbackend-diagnostic.c28 int x5, int x6, int x7, int x8, int x9) { in inlineAsmError()
/external/clang/test/SemaCXX/
Dattr-selectany.cpp36 __declspec(selectany) auto x8 = Internal(); // expected-error {{'selectany' can only be applied to … variable
/external/clang/test/CodeGen/
Dattr-mode-enums.c34 enum __attribute__((mode(QI))) { A8, B8 } x8 = B8; in main() local
Doverride-layout.c132 union X8 x8; in use_structs() local
/external/boringssl/src/third_party/fiat/
Dcurve25519_64.h80 fiat_25519_uint128 x8 = ((fiat_25519_uint128)(arg1[2]) * ((arg2[4]) * (uint64_t)UINT8_C(0x13))); in fiat_25519_carry_mul() local
146 uint64_t x8 = ((arg1[1]) * (uint64_t)0x2); in fiat_25519_carry_square() local
210 fiat_25519_uint128 x8 = (x6 + x4); in fiat_25519_carry_scmul_121666() local
251 uint64_t x8 = (x6 & UINT64_C(0x7ffffffffffff)); in fiat_25519_carry() local
365 fiat_25519_uint1 x8; in fiat_25519_to_bytes() local
505 uint64_t x8 = ((uint64_t)(arg1[24]) << 39); in fiat_25519_from_bytes() local
Dcurve25519_32.h112 uint64_t x8 = ((uint64_t)(arg1[9]) * ((arg2[2]) * (uint32_t)UINT8_C(0x13))); in fiat_25519_carry_mul() local
278 uint32_t x8 = (x7 * (uint32_t)0x2); in fiat_25519_carry_square() local
417 uint64_t x8 = ((uint64_t)UINT32_C(0x1db42) * (arg1[2])); in fiat_25519_carry_scmul_121666() local
483 uint32_t x8 = ((x7 >> 26) + (arg1[7])); in fiat_25519_carry() local
525 uint32_t x8 = ((arg1[7]) + (arg2[7])); in fiat_25519_add() local
555 uint32_t x8 = ((UINT32_C(0x3fffffe) + (arg1[7])) - (arg2[7])); in fiat_25519_sub() local
584 uint32_t x8 = (UINT32_C(0x3fffffe) - (arg1[7])); in fiat_25519_opp() local
622 uint32_t x8; in fiat_25519_selectznz() local
657 fiat_25519_uint1 x8; in fiat_25519_to_bytes() local
834 uint32_t x8 = ((uint32_t)(arg1[24]) << 13); in fiat_25519_from_bytes() local
Dp256_64.h102 uint64_t x8; in fiat_p256_mul() local
415 uint64_t x8; in fiat_p256_square() local
731 fiat_p256_uint1 x8; in fiat_p256_add() local
780 fiat_p256_uint1 x8; in fiat_p256_sub() local
819 fiat_p256_uint1 x8; in fiat_p256_opp() local
858 uint64_t x8; in fiat_p256_from_montgomery() local
1070 uint8_t x8 = (uint8_t)(x5 & UINT8_C(0xff)); in fiat_p256_to_bytes() local
1174 uint8_t x8 = (arg1[24]); in fiat_p256_from_bytes() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192K1FieldElement.java156 int[] x8 = x6; in sqrt() local
DSecP224K1FieldElement.java163 int[] x8 = Nat224.create(); in sqrt() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP192K1FieldElement.java160 int[] x8 = x6; in sqrt() local
DSecP224K1FieldElement.java167 int[] x8 = Nat224.create(); in sqrt() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorOrTest.cpp103 ErrorOr<CastsToErrorCode> x8{errc::no_such_file_or_directory}; in TEST() local
/external/llvm/unittests/Support/
DErrorOrTest.cpp103 ErrorOr<CastsToErrorCode> x8{errc::no_such_file_or_directory}; in TEST() local
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c59 __m128i x0[2], x1[2], x2[2], x3[2], x4[2], x5[2], x6[2], x7[2], x8[2], x9[2], in highbd_iadst16_4col_sse4_1() local
/external/clang/test/ASTMerge/Inputs/
Dstruct2.c36 struct S8 { int i; float f; } *x8; variable
Dstruct1.c39 struct S8 *x8; variable
/external/clang/test/Layout/
Dms-vtordisp-local.cpp196 int x8[sizeof(HasVtorDisp5)]; member
/external/lzma/Asm/x86/
D7zAsm.asm87 x8 equ r8d define
/external/openssh/
Dchacha.c92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/external/openssh/openbsd-compat/
Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm1d_sse4.c1080 __m128i x8[64]; in av1_fdct64_new_sse4_1() local
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans16_dspr2.c1071 int x8 = input[7]; in iadst16_dspr2() local
/external/flac/libFLAC/
Dbitreader.c481 FLAC__uint32 x8, x32 = 0; in FLAC__bitreader_read_uint32_little_endian() local
/external/clang/test/Analysis/
Ddead-stores.c562 …int x7 = 0, x8 = getInt(); //expected-warning {{Value stored to 'x8' during its initialization is … in testBOComma() local

12