/system/core/libunwindstack/ |
D | DwarfCfa.cpp | 184 uint8_t reg) { in LogOffsetRegisterString() 350 AddressType reg = operands_[0]; in cfa_offset() local 357 AddressType reg = operands_[0]; in cfa_restore() local 374 AddressType reg = operands_[0]; in cfa_undefined() local 381 AddressType reg = operands_[0]; in cfa_same_value() local 388 AddressType reg = operands_[0]; in cfa_register() local 455 AddressType reg = operands_[0]; in cfa_expression() local 463 AddressType reg = operands_[0]; in cfa_offset_extended_sf() local 493 AddressType reg = operands_[0]; in cfa_val_offset() local 501 AddressType reg = operands_[0]; in cfa_val_offset_sf() local [all …]
|
D | ArmExidx.cpp | 210 for (size_t reg = 4; reg < 16; reg++) { in DecodePrefix_10_00() local 223 for (size_t reg = 4; reg < 16; reg++) { in DecodePrefix_10_00() local 236 for (size_t reg = 4; reg < 16; reg++) { in DecodePrefix_10_00() local 315 for (uint8_t reg = 4; reg <= end_reg; reg++) { in DecodePrefix_10_10() local 407 for (size_t reg = 0; reg < 4; reg++) { in DecodePrefix_10_11_0001() local 420 for (size_t reg = 0; reg < 4; reg++) { in DecodePrefix_10_11_0001() local
|
D | DwarfSection.cpp | 418 bool DwarfSectionImpl<AddressType>::EvalRegister(const DwarfLocation* loc, uint32_t reg, in EvalRegister() 536 uint32_t reg = entry.first; in Eval() local
|
D | DwarfOp.cpp | 1906 uint16_t reg = cur_op() - 0x70; in op_breg() local 1917 AddressType reg = OperandAt(0); in op_bregx() local
|
/system/core/libpixelflinger/codeflinger/ |
D | Arm64Disassembler.cpp | 126 static void decode_rx_zr_token(uint32_t reg, const char *prefix, char *instr_part) in decode_rx_zr_token() 195 uint32_t reg = bits_unsigned(code, 20,16); in decode_token() local 229 uint32_t reg = bits_unsigned(code, 9, 5); in decode_token() local 237 uint32_t reg = bits_unsigned(code, 4, 0); in decode_token() local
|
D | GGLAssembler.h | 111 int reg = mRegFile.obtain(); in obtain() local 115 void recycle(int reg) { in recycle() 119 bool isUsed(int reg) { in isUsed() 143 int reg = 31 - __builtin_clz(mRegList); in Spill() local 155 int reg = 31 - __builtin_clz(mRegList); in ~Spill() local 210 : reg(r), flags(f) { in reg() function 215 int reg; member
|
D | GGLAssembler.cpp | 1034 int RegisterAllocator::reserveReg(int reg) in reserveReg() 1044 void RegisterAllocator::recycleReg(int reg) in recycleReg() 1095 int RegisterAllocator::RegisterFile::reserve(int reg) in reserve() 1126 int i, r, reg; in obtain() local 1164 void RegisterAllocator::RegisterFile::recycle(int reg) in recycle()
|
D | Arm64Assembler.cpp | 694 int reg = i; in LDM() local 716 int reg = i; in STM() local
|
D | MIPS64Assembler.h | 221 int reg; member
|
D | MIPSAssembler.h | 210 int reg; member
|
/system/extras/tests/kernel.config/ |
D | scrape_mmap_addr.cpp | 13 …std::regex reg(std::string("^([a-f0-9]+)\\-[0-9a-f]+\\s+.+\\s+(\\d+)\\s+.+\\s+\\d+\\s+") + std::st… in main() local
|
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 40 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 44 # define cfi_restore(reg) .cfi_restore reg argument
|
D | android_memset16.S | 40 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 44 # define cfi_restore(reg) .cfi_restore reg argument
|
/system/core/libunwindstack/tests/ |
D | RegsInfoTest.cpp | 73 uint64_t* reg = info.Save(i); in TEST() local
|
D | RegsIterateTest.cpp | 245 for (const auto& reg : expected) { in TYPED_TEST() local
|
/system/nfc/src/nfa/include/ |
D | nfa_sys_int.h | 43 tNFA_SYS_REG* reg[NFA_ID_MAX]; /* registration structures */ member
|
D | nfa_snep_api.h | 157 tNFA_SNEP_REG reg; /* NFA_SNEP_REG_EVT */ member
|
/system/extras/simpleperf/ |
D | perf_regs.cpp | 120 int reg = static_cast<int>(regno); in GetRegName() local
|
/system/bt/bta/sys/ |
D | bta_sys_int.h | 54 tBTA_SYS_REG* reg[BTA_ID_MAX]; /* registration structures */ member
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 200 const std::string reg = XMLAttribute(var, "assert"); in ExtractGetVars() local
|
/system/bt/bta/ag/ |
D | bta_ag_act.cc | 116 tBTA_AG_REGISTER reg = {}; in bta_ag_register() local
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 502 AvdtpRcb reg; in bta_av_api_register() local
|
/system/bt/bta/include/ |
D | bta_hf_client_api.h | 254 tBTA_HF_CLIENT_REGISTER reg; member
|
D | bta_ag_api.h | 384 tBTA_AG_REGISTER reg; member
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 167 std::regex reg("partition-size[[:s:]]*:[[:s:]]*([[:w:]]+)[[:s:]]*:[[:s:]]*0x([[:xdigit:]]+)"); in Partitions() local
|