Searched refs:x7 (Results 1 - 17 of 17) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; local
111 x7 = (pInVect[11] - pInVect[13]) >> 1;
138 /* rearrangement of x1,x3,x5,x7 as in (15) */
139 x7 <<= 1;
140 x5 = (x5 << 1) - x7;
150 /* rearrangement of x3 and x7 as in (15) */
151 x3 -= x7;
152 x7 <<= 1;
153 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, x7, x7); /*x
[all...]
/system/core/libunwindstack/
H A DArmExidx.cpp275 uint8_t end_reg = byte & 0x7;
289 for (size_t i = 4; i <= 4 + (byte & 0x7); i++) {
438 uint8_t last_reg = (byte & 0x7);
448 cfa_ += (byte & 0x7) * 8 + 12;
485 uint8_t bits = byte & 0x7;
548 uint8_t nnn = byte & 0x7;
558 cfa_ += (byte & 0x7) * 8 + 8;
566 uint8_t bits = byte & 0x7;
624 uint8_t end_reg = byte & 0x7;
633 cfa_ += (byte & 0x7) *
[all...]
/system/bt/vendor_libs/test_vendor_lib/src/
H A Ddevice_properties.cc65 local_extended_features_ = {0xffffffffffffffff, 0x7};
/system/core/debuggerd/crasher/arm64/
H A Dcrashglue.S11 ldr x7, =0xa5a50007
/system/core/libpixelflinger/codeflinger/
H A Darmreg.h252 #define CPU_CT_xSIZE_ASSOC(x) (((x) >> 3) & 0x7) /* associativity */
253 #define CPU_CT_xSIZE_SIZE(x) (((x) >> 6) & 0x7) /* size */
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Dasm_test_jacket.S158 ldr x7, [x28,#56]
177 str x7, [x28,#56]
/system/core/libpixelflinger/
H A Dfixed.cpp95 x = ggl_sqrt_reciproc_approx_tab[(a>>(28-lz))&0x7];
151 f = (f >> 12) & 0x7;
/system/extras/simpleperf/
H A Devent_type_table.h75 EVENT_TYPE_TABLE_ENTRY("raw-store-retired", PERF_TYPE_RAW, 0x7, "store (instruction architecturally executed)", "arm")
/system/core/libunwindstack/tests/
H A DRegsTest.cpp119 EXPECT_EQ(0U, mips.GetPcAdjustment(0x7, elf_.get()));
131 EXPECT_EQ(0U, mips64.GetPcAdjustment(0x7, elf_.get()));
/system/nfc/src/nfc/include/
H A Drw_api.h31 #define RW_T1T_BLD_ADD(a, k, y) (a) = (((k) & 0xF) << 3) | ((y) & 0x7);
/system/nvram/messages/
H A Dio.cpp251 wire_type_ = wire_tag & 0x7;
/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c272 #define TYPE_UNION 0x7
H A Dchre_slpi_stub.c272 #define TYPE_UNION 0x7
/system/tpm/trunks/
H A Dtpm_state_test.cc188 fake_tpm_properties_[TPM_PT_STARTUP_CLEAR] = 0x7;
/system/core/toolbox/
H A Dgetevent.c182 else if((count & (print_flags & PRINT_LABELS ? 0x3 : 0x7)) == 0 || i == EV_ABS)
/system/bt/stack/btm/
H A Dbtm_sco.cc1680 voice_settings |= (uint16_t)(((p_params->input_pcm_payload_msb_position & 0x7)
/system/nfc/src/nfc/tags/
H A Drw_t3t.cc2272 a = (mrti & 0x7) + 1; /* A is bit 0 ~ bit 2 */
2274 b = (mrti & 0x7) + 1; /* B is bit 3 ~ bit 5 */

Completed in 334 milliseconds