Home
last modified time | relevance | path

Searched defs:x5 (Results 1 – 25 of 63) sorted by relevance

123

/external/clang/test/CodeGen/
Dms-declspecs.cpp10 __declspec(selectany) int x5; variable
Dattr-mode-enums.c24 T5 x5 = A5; in main() local
Ddecl.c110 } x5; typedef
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
Dp1.cpp16 wchar_t x5[] = L"hello"; variable
/external/clang/test/CXX/temp/temp.names/
Dp3-0x.cpp9 Y<X<(6>>1)>> x5; variable
/external/libaom/libaom/aom_dsp/x86/
Dlpf_common_sse2.h21 __m128i *x4, __m128i *x5, in highbd_transpose6x6_sse2()
125 __m128i *x4, __m128i *x5, in highbd_transpose8x8_low_sse2()
159 __m128i *x4, __m128i *x5, in highbd_transpose8x8_high_sse2()
194 __m128i *x5, __m128i *x6, __m128i *x7, __m128i *d0, __m128i *d1, in highbd_transpose8x8_sse2()
205 __m128i *x5, __m128i *x6, __m128i *x7, __m128i *d0, __m128i *d1, in highbd_transpose8x16_sse2()
299 __m128i *x3, __m128i *x4, __m128i *x5, in transpose8x8_low_sse2()
346 __m128i *x3, __m128i *x4, __m128i *x5, in transpose8x8_sse2()
394 __m128i *x5, __m128i *x6, __m128i *x7, __m128i *x8, __m128i *x9, in transpose16x8_8x16_sse2()
446 __m128i *x5, __m128i *x6, __m128i *x7, __m128i *d0d1, __m128i *d2d3, in transpose8x16_16x8_sse2()
Dhighbd_subtract_sse2.c61 __m128i x0, x1, x2, x3, x4, x5, x6, x7; in subtract_4x8() local
141 __m128i x0, x1, x2, x3, x4, x5, x6, x7; in subtract_8x8() local
/external/clang/test/SemaCXX/
Ddependent-types.cpp10 T x5[Size]; in f() local
/external/libavc/common/
Dih264_resi_trans_quant.c125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_resi_trans_quant_4x4() local
273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_resi_trans_quant_chroma_4x4() local
422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; in ih264_hadamard_quant_4x4() local
550 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_hadamard_quant_2x2_uv() local
Dih264_ihadamard_scaling.c96 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_ihadamard_scaling_4x4() local
/external/clang/test/Frontend/
Dbackend-diagnostic.c28 int x5, int x6, int x7, int x8, int x9) { in inlineAsmError()
/external/boringssl/src/third_party/fiat/
Dcurve25519_64.h77 fiat_25519_uint128 x5 = ((fiat_25519_uint128)(arg1[3]) * ((arg2[4]) * (uint64_t)UINT8_C(0x13))); in fiat_25519_carry_mul() local
143 uint64_t x5 = (x4 * (uint64_t)0x2); in fiat_25519_carry_square() local
207 fiat_25519_uint128 x5 = (UINT32_C(0x1db42) * (fiat_25519_uint128)(arg1[0])); in fiat_25519_carry_scmul_121666() local
248 uint64_t x5 = ((x4 >> 51) + (arg1[4])); in fiat_25519_carry() local
275 uint64_t x5 = ((arg1[4]) + (arg2[4])); in fiat_25519_add() local
295 uint64_t x5 = ((UINT64_C(0xffffffffffffe) + (arg1[4])) - (arg2[4])); in fiat_25519_sub() local
314 uint64_t x5 = (UINT64_C(0xffffffffffffe) - (arg1[4])); in fiat_25519_opp() local
339 uint64_t x5; in fiat_25519_selectznz() local
361 uint64_t x5; in fiat_25519_to_bytes() local
502 uint64_t x5 = ((uint64_t)(arg1[27]) << 12); in fiat_25519_from_bytes() local
Dcurve25519_32.h109 uint64_t x5 = ((uint64_t)(arg1[9]) * ((arg2[5]) * ((uint32_t)0x2 * UINT8_C(0x13)))); in fiat_25519_carry_mul() local
275 uint64_t x5 = (x4 * (uint64_t)0x2); in fiat_25519_carry_square() local
414 uint64_t x5 = ((uint64_t)UINT32_C(0x1db42) * (arg1[5])); in fiat_25519_carry_scmul_121666() local
480 uint32_t x5 = ((x4 >> 25) + (arg1[4])); in fiat_25519_carry() local
522 uint32_t x5 = ((arg1[4]) + (arg2[4])); in fiat_25519_add() local
552 uint32_t x5 = ((UINT32_C(0x7fffffe) + (arg1[4])) - (arg2[4])); in fiat_25519_sub() local
581 uint32_t x5 = (UINT32_C(0x7fffffe) - (arg1[4])); in fiat_25519_opp() local
616 uint32_t x5; in fiat_25519_selectznz() local
653 uint32_t x5; in fiat_25519_to_bytes() local
831 uint32_t x5 = ((uint32_t)(arg1[27]) << 12); in fiat_25519_from_bytes() local
/external/clang/test/CXX/except/except.spec/
Dp14-ir.cpp28 void test(X2 x2, X3 x3, X5 x5) { in test()
/external/clang/test/CodeGenCXX/
Dpragma-visibility.cpp35 template<class T> struct x5 { struct
/external/clang/test/Lexer/
Dms-extensions.c8 __int64 x5 = 0x42i64; variable
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/
Drace_condition.pass.cpp40 WeakPtr x5 = x3; // increment weak count in operator ()() local
/external/clang/test/ASTMerge/Inputs/
Denum1.c34 } x5; variable
Denum2.c34 } x5; variable
/external/libvpx/libvpx/vpx_dsp/x86/
Dconvolve_ssse3.h97 const __m128i x5 = _mm_maddubs_epi16(s[2], _mm_set1_epi8(64)); in convolve8_8_odd_offset_ssse3() local
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht8x8_add_sse4.c58 __m128i x0[2], x1[2], x2[2], x3[2], x4[2], x5[2], x6[2], x7[2]; in highbd_iadst8_sse4_1() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorOrTest.cpp100 ErrorOr<CastsToErrorCode> x5(errc::no_such_file_or_directory); in TEST() local
/external/llvm/unittests/Support/
DErrorOrTest.cpp100 ErrorOr<CastsToErrorCode> x5(errc::no_such_file_or_directory); in TEST() local
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp233 ADDR_CHANNEL_SETTING x5 = InitChannel(1, 0, log2BytesPP + bankXStart + 2); in ComputeBankEquation() local
462 ADDR_CHANNEL_SETTING x5 = InitChannel(1, 0, 5 + log2BytesPP); in ComputePipeEquation() local
665 UINT_32 x5 = _BIT(tx,2); in ComputePipeFromCoord() local
814 UINT_32 x5 = 0; in ComputeTileCoordFromPipeAndElemIdx() local
2510 UINT_32 x5 = 0; in HwlComputeSurfaceCoord2DFromBankPipe() local
2619 UINT_32 x5 = _BIT(tileX, 2); in HwlPreAdjustBank() local
/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp119 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) { in test_X5() argument

123