Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 213) sorted by relevance

123456789

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_dct.c99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local
106 x2 = (pInVect[2] + pInVect[6]) >> 1; in SBC_FastIDCT8()
121 x2 -= x6; in SBC_FastIDCT8()
126 temp = x2; in SBC_FastIDCT8()
127 SBC_IDCT_MULT(SBC_COS_PI_SUR_8, (x2 + x6), in SBC_FastIDCT8()
128 x2); /*x2 = ( x2 + x6 ) * cos(1*pi/8) ; */ in SBC_FastIDCT8()
133 res_even[0] = x0 + x2; in SBC_FastIDCT8()
136 res_even[3] = x0 - x2; in SBC_FastIDCT8()
231 int32_t temp, x2; in SBC_FastIDCT4() local
234 x2 = pInVect[2] >> 1; in SBC_FastIDCT4()
[all …]
/system/media/audio_utils/include/audio_utils/
DLinearMap.h241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { in checkedDiff() argument
243 const int64_t diff64 = x2 - x1; in checkedDiff()
248 (unsigned long long)x2, (unsigned long long)x1); in checkedDiff()
253 (unsigned long long)x2, (unsigned long long)x1); in checkedDiff()
260 *diff = x2 - x1; in checkedDiff()
263 coord, *diff, (unsigned)x2, (unsigned)x1); in checkedDiff()
/system/bt/gd/facade/
Dcommon.proto16 PUBLIC_IDENTITY_ADDRESS = 0x2;
23 RESOLVABLE_OR_PUBLIC_ADDRESS = 0x2;
/system/core/debuggerd/seccomp_policy/
Dcrash_dump.x86_64.policy29 mprotect: arg2 in 0x1|0x2
33 mmap: arg2 in 0x1|0x2
Dcrash_dump.arm.policy30 mprotect: arg2 in 0x1|0x2
34 mmap2: arg2 in 0x1|0x2
Dcrash_dump.x86.policy30 mprotect: arg2 in 0x1|0x2
34 mmap2: arg2 in 0x1|0x2
Dcrash_dump.arm64.policy29 mprotect: arg2 in 0x1|0x2
33 mmap: arg2 in 0x1|0x2
Dcrash_dump.policy.def49 #define PROT_WRITE 0x2
/system/keymaster/key_blob_utils/
Docb.c449 EXPAND_ASSIST(x0, x1, x2, x3, 85, aes_const); \
455 EXPAND_ASSIST(x0, x1, x2, x3, 85, (aes_const * 2)); \
462 __m128i x0, x1, x2; in AES_128_Key_Expansion() local
465 x2 = _mm_setzero_si128(); in AES_128_Key_Expansion()
466 EXPAND_ASSIST(x0, x1, x2, x0, 255, 1); in AES_128_Key_Expansion()
468 EXPAND_ASSIST(x0, x1, x2, x0, 255, 2); in AES_128_Key_Expansion()
470 EXPAND_ASSIST(x0, x1, x2, x0, 255, 4); in AES_128_Key_Expansion()
472 EXPAND_ASSIST(x0, x1, x2, x0, 255, 8); in AES_128_Key_Expansion()
474 EXPAND_ASSIST(x0, x1, x2, x0, 255, 16); in AES_128_Key_Expansion()
476 EXPAND_ASSIST(x0, x1, x2, x0, 255, 32); in AES_128_Key_Expansion()
[all …]
/system/libufdt/utils/tests/data/
Dboard1v1_1.dts14 value = <0x2>;
Dsoc2v1.dts5 soc_id = <0x0 0x0 0x0 0x2>;
/system/bt/gd/hci/facade/
Dle_advertising_manager_facade.proto22 ADV_SCAN_IND = 0x2;
30 LISTED_CONNECT = 0x2;
/system/unwinding/libunwindstack/tests/files/offline/load_bias_different_section_bias_arm64/
Dregs.txt3 x2: ffffffff
/system/unwinding/libunwindstack/tests/files/offline/shared_lib_in_apk_single_map_arm64/
Dregs.txt3 x2: 0
/system/unwinding/libunwindstack/tests/files/offline/shared_lib_in_apk_arm64/
Dregs.txt3 x2: ffffffff
/system/unwinding/libunwindstack/tests/files/offline/shared_lib_in_apk_memory_only_arm64/
Dregs.txt3 x2: ffffffff
/system/unwinding/libunwindstack/tests/files/offline/pauth_pc_arm64/
Dregs.txt3 x2: 0
/system/unwinding/libunwindstack/tests/files/offline/empty_arm64/
Dregs.txt3 x2: 7ffb6c0c50
/system/bt/stack/smp/
Dp_256_ecc_pp.cc94 uint32_t* x2; in ECC_Add() local
106 x2 = q->x; in ECC_Add()
127 multiprecision_mersenns_mult_mod(t1, x2, t1); // t1=t1*x2 in ECC_Add()
/system/bt/gd/security/ecc/
Dp_256_ecc_pp.cc99 const uint32_t* x2; in ECC_Add() local
111 x2 = q->x; in ECC_Add()
132 multiprecision_mersenns_mult_mod(t1, x2, t1, modp); // t1=t1*x2 in ECC_Add()
/system/core/debuggerd/crasher/arm64/
Dcrashglue.S6 ldr x2, =0xa5a50002
/system/ca-certificates/files/
D7a7c655d.015 Version: 3 (0x2)
D0d69c7e1.016 Version: 3 (0x2)
D1ae85e5e.018 Version: 3 (0x2)
/system/ca-certificates/google/files/
D0d69c7e1.016 Version: 3 (0x2)

123456789