Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 47) sorted by relevance

12

/system/bt/gd/facade/
Dcommon.proto15 RANDOM_DEVICE_ADDRESS = 0x1;
22 USE_RANDOM_DEVICE_ADDRESS = 0x1;
34 RANDOM_DEVICE_OR_IDENTITY_ADDRESS = 0x1;
/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
105 x1 = (pInVect[3] + pInVect[5]) >> 1; in SBC_FastIDCT8()
142 x1 -= x3 >> 1; in SBC_FastIDCT8()
146 temp = x1; in SBC_FastIDCT8()
147 x1 = x1 + x5; in SBC_FastIDCT8()
164 SBC_IDCT_MULT((SBC_COS_PI_SUR_16), (x1 + x3), in SBC_FastIDCT8()
170 SBC_IDCT_MULT((SBC_COS_7PI_SUR_16), (x1 - x3), in SBC_FastIDCT8()
/system/bt/stack/smp/
Dp_256_ecc_pp.cc45 uint32_t* x1; in ECC_Double() local
57 x1 = p->x; in ECC_Double()
65 multiprecision_sub_mod(t2, x1, t1); // t2=x1-t1 in ECC_Double()
66 multiprecision_add_mod(t1, x1, t1); // t1=x1+t1 in ECC_Double()
76 multiprecision_mersenns_mult_mod(t3, y3, x1); // t3=y3*x1=x1*y1^2 in ECC_Double()
93 uint32_t* x1; in ECC_Add() local
103 x1 = p->x; in ECC_Add()
130 multiprecision_sub_mod(t1, t1, x1); // t1=t1-x1 in ECC_Add()
146 multiprecision_mersenns_mult_mod(y3, y3, x1); // t3=t3*x1 in ECC_Add()
/system/libufdt/utils/tests/data/
Dsoc1v1.dts5 soc_id = <0x0 0x0 0x0 0x1>;
6 soc_rev = <0x1 0x0>;
Dboard1v1.dts13 value = <0x1>;
Dboard2v1.dts13 value = <0x1>;
Dsoc2v1.dts6 soc_rev = <0x1 0x0>;
/system/bt/gd/security/ecc/
Dp_256_ecc_pp.cc50 const uint32_t* x1; in ECC_Double() local
62 x1 = p->x; in ECC_Double()
70 multiprecision_sub_mod(t2, x1, t1, modp); // t2=x1-t1 in ECC_Double()
71 multiprecision_add_mod(t1, x1, t1, modp); // t1=x1+t1 in ECC_Double()
81 multiprecision_mersenns_mult_mod(t3, y3, x1, modp); // t3=y3*x1=x1*y1^2 in ECC_Double()
98 uint32_t* x1; in ECC_Add() local
108 x1 = p->x; in ECC_Add()
135 multiprecision_sub_mod(t1, t1, x1, modp); // t1=t1-x1 in ECC_Add()
151 multiprecision_mersenns_mult_mod(y3, y3, x1, modp); // t3=t3*x1 in ECC_Add()
/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/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.def48 #define PROT_READ 0x1
/system/tools/hidl/hidl2aidl/test/1.2/
Dtypes.hal39 FIRST = 0x1 << 0,
40 SECOND = 0x1 << 1,
41 THIRD = 0x1 << 2,
/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
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()
478 EXPAND_ASSIST(x0, x1, x2, x0, 255, 64); in AES_128_Key_Expansion()
[all …]
/system/tools/hidl/hidl2aidl/test/extension/1.2/
Dtypes.hal7 FOURTH = 0x1 << 3,
/system/bt/gd/hci/facade/
Dle_advertising_manager_facade.proto21 ADV_DIRECT_IND = 0x1;
29 LISTED_SCAN = 0x1;
/system/unwinding/libunwindstack/tests/files/offline/load_bias_different_section_bias_arm64/
Dregs.txt2 x1: 0
/system/unwinding/libunwindstack/tests/files/offline/shared_lib_in_apk_single_map_arm64/
Dregs.txt2 x1: 80
/system/unwinding/libunwindstack/tests/files/offline/shared_lib_in_apk_arm64/
Dregs.txt2 x1: 0
/system/unwinding/libunwindstack/tests/files/offline/shared_lib_in_apk_memory_only_arm64/
Dregs.txt2 x1: 0
/system/unwinding/libunwindstack/tests/files/offline/pauth_pc_arm64/
Dregs.txt2 x1: b400007cdec53361
/system/unwinding/libunwindstack/tests/files/offline/empty_arm64/
Dregs.txt2 x1: c0306201
/system/core/debuggerd/crasher/arm64/
Dcrashglue.S5 ldr x1, =0xa5a50001

12