Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 221) 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/core/debuggerd/seccomp_policy/
Dcrash_dump.arm64.policy28 mprotect: arg2 in 0x1|0x2
32 mmap: arg2 in 0x1|0x2
Dcrash_dump.arm.policy29 mprotect: arg2 in 0x1|0x2
33 mmap2: arg2 in 0x1|0x2
Dcrash_dump.x86_64.policy28 mprotect: arg2 in 0x1|0x2
32 mmap: arg2 in 0x1|0x2
Dcrash_dump.x86.policy29 mprotect: arg2 in 0x1|0x2
33 mmap2: arg2 in 0x1|0x2
Dcrash_dump.policy.def43 #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/bt/gd/facade/
Dcommon.proto12 PUBLIC_IDENTITY_ADDRESS = 0x2;
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Dasm_test_jacket.S49 mov x27, x2
153 ldr x2, [x28,#16]
172 str x2, [x28,#16]
/system/core/libunwindstack/tests/files/offline/load_bias_different_section_bias_arm64/
Dregs.txt3 x2: ffffffff
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_memory_only_arm64/
Dregs.txt3 x2: ffffffff
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_arm64/
Dregs.txt3 x2: ffffffff
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_single_map_arm64/
Dregs.txt3 x2: 0
/system/core/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/
D0d69c7e1.016 Version: 3 (0x2)
D7a7c655d.015 Version: 3 (0x2)
D6b03dec0.016 Version: 3 (0x2)
/system/ca-certificates/google/files/
D0d69c7e1.016 Version: 3 (0x2)
Dccc52f49.016 Version: 3 (0x2)

123456789