/system/bt/embdrv/sbc/encoder/srce/ |
D | sbc_dct.c | 99 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/libufdt/utils/tests/data/ |
D | soc1v1.dts | 5 soc_id = <0x0 0x0 0x0 0x1>; 6 soc_rev = <0x1 0x0>;
|
D | board2v1.dts | 13 value = <0x1>;
|
D | board1v1.dts | 13 value = <0x1>;
|
D | soc2v1.dts | 6 soc_rev = <0x1 0x0>;
|
/system/bt/stack/smp/ |
D | p_256_ecc_pp.cc | 45 uint32_t* x1; in ECC_Double() local 57 x1 = p->x; in ECC_Double() 65 multiprecision_sub_mod(t2, x1, t1, keyLength); // t2=x1-t1 in ECC_Double() 66 multiprecision_add_mod(t1, x1, t1, keyLength); // t1=x1+t1 in ECC_Double() 76 multiprecision_mersenns_mult_mod(t3, y3, x1, keyLength); // 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, keyLength); // t1=t1-x1 in ECC_Add() 146 multiprecision_mersenns_mult_mod(y3, y3, x1, keyLength); // t3=t3*x1 in ECC_Add()
|
/system/core/debuggerd/seccomp_policy/ |
D | crash_dump.x86_64.policy | 28 mprotect: arg2 in 0x1|0x2 32 mmap: arg2 in 0x1|0x2
|
D | crash_dump.arm64.policy | 28 mprotect: arg2 in 0x1|0x2 32 mmap: arg2 in 0x1|0x2
|
D | crash_dump.arm.policy | 29 mprotect: arg2 in 0x1|0x2 33 mmap2: arg2 in 0x1|0x2
|
D | crash_dump.x86.policy | 29 mprotect: arg2 in 0x1|0x2 33 mmap2: arg2 in 0x1|0x2
|
D | crash_dump.policy.def | 42 #define PROT_READ 0x1
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 438 EXPAND_ASSIST(x0, x1, x2, x3, 85, aes_const); \ 444 EXPAND_ASSIST(x0, x1, x2, x3, 85, (aes_const * 2)); \ 451 __m128i x0, x1, x2; in AES_128_Key_Expansion() local 455 EXPAND_ASSIST(x0, x1, x2, x0, 255, 1); in AES_128_Key_Expansion() 457 EXPAND_ASSIST(x0, x1, x2, x0, 255, 2); in AES_128_Key_Expansion() 459 EXPAND_ASSIST(x0, x1, x2, x0, 255, 4); in AES_128_Key_Expansion() 461 EXPAND_ASSIST(x0, x1, x2, x0, 255, 8); in AES_128_Key_Expansion() 463 EXPAND_ASSIST(x0, x1, x2, x0, 255, 16); in AES_128_Key_Expansion() 465 EXPAND_ASSIST(x0, x1, x2, x0, 255, 32); in AES_128_Key_Expansion() 467 EXPAND_ASSIST(x0, x1, x2, x0, 255, 64); in AES_128_Key_Expansion() [all …]
|
/system/core/libpixelflinger/arch-arm64/ |
D | t32cb16blend.S | 167 ldr w4, [x1], #4 178 ldp w4,w5, [x1], #8 195 ldp w4,w5, [x1], #8
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | asm_test_jacket.S | 48 mov x28, x1 152 ldr x1, [x28,#8] 171 str x1, [x28,#8]
|
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_single_map_arm64/ |
D | regs.txt | 2 x1: 80
|
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_arm64/ |
D | regs.txt | 2 x1: 0
|
/system/core/libunwindstack/tests/files/offline/shared_lib_in_apk_memory_only_arm64/ |
D | regs.txt | 2 x1: 0
|
/system/core/libpixelflinger/ |
D | trap.cpp | 516 int32_t x1 = v1[0]; in trianglex_small() local 521 int32_t dx01 = x0 - x1; in trianglex_small() 529 swap(x0, x1); in trianglex_small() 531 dx01 = x0 - x1; in trianglex_small() 536 int32_t dx12 = x1 - x2; in trianglex_small() 540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS; in trianglex_small() 542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS; in trianglex_small() 555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my); in trianglex_small() 694 const int x1 = top[0]; in edge_setup() local 695 const int dx = bot[0] - x1; in edge_setup() [all …]
|
/system/core/debuggerd/crasher/arm64/ |
D | crashglue.S | 5 ldr x1, =0xa5a50001
|
/system/update_engine/fuzz/ |
D | xml.dict | 24 entity_hex=""
|
/system/core/libcutils/arch-arm64/ |
D | android_memset.S | 51 #define A_l x1
|
/system/ca-certificates/files/ |
D | b7db1890.0 | 25 Serial Number: 1 (0x1)
|
D | 3c58f906.0 | 29 Serial Number: 1 (0x1)
|
/system/ca-certificates/google/files/ |
D | 57692373.0 | 25 Serial Number: 1 (0x1)
|
D | a2df7ad7.0 | 28 Serial Number: 1 (0x1)
|