/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 160 void ARMAssemblerProxy::dataProcessing( int opcode, int cc, int s, in dataProcessing() 166 void ARMAssemblerProxy::MLA(int cc, int s, int Rd, int Rm, int Rs, int Rn) { in MLA() 169 void ARMAssemblerProxy::MUL(int cc, int s, int Rd, int Rm, int Rs) { in MUL() 172 void ARMAssemblerProxy::UMULL(int cc, int s, in UMULL() 176 void ARMAssemblerProxy::UMUAL(int cc, int s, in UMUAL() 180 void ARMAssemblerProxy::SMULL(int cc, int s, in SMULL() 184 void ARMAssemblerProxy::SMUAL(int cc, int s, in SMUAL() 189 void ARMAssemblerProxy::B(int cc, uint32_t* pc) { in B() 192 void ARMAssemblerProxy::BL(int cc, uint32_t* pc) { in BL() 195 void ARMAssemblerProxy::BX(int cc, int Rn) { in BX() [all …]
|
D | ARMAssembler.cpp | 119 void ARMAssembler::B(int cc, const char* label) in B() 125 void ARMAssembler::BL(int cc, const char* label) in BL() 216 void ARMAssembler::dataProcessing(int opcode, int cc, in dataProcessing() 228 void ARMAssembler::MLA(int cc, int s, in MLA() 235 void ARMAssembler::MUL(int cc, int s, in MUL() 241 void ARMAssembler::UMULL(int cc, int s, in UMULL() 248 void ARMAssembler::UMUAL(int cc, int s, in UMUAL() 255 void ARMAssembler::SMULL(int cc, int s, in SMULL() 262 void ARMAssembler::SMUAL(int cc, int s, in SMUAL() 276 void ARMAssembler::B(int cc, uint32_t* pc) in B() [all …]
|
D | ARMAssemblerInterface.h | 224 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC() 228 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD() 232 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND() 236 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() 240 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() 244 MOV(int cc, int s, int Rd, uint32_t Op2) { in MOV() 248 MVN(int cc, int s, int Rd, uint32_t Op2) { in MVN() 252 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ORR() 256 RSB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSB() 260 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSC() [all …]
|
D | ARMAssemblerInterface.cpp | 68 void ARMAssemblerInterface::ADDR_LDR(int cc, int Rd, in ADDR_LDR() 73 void ARMAssemblerInterface::ADDR_STR(int cc, int Rd, in ADDR_STR() 78 void ARMAssemblerInterface::ADDR_ADD(int cc, int s, in ADDR_ADD() 83 void ARMAssemblerInterface::ADDR_SUB(int cc, int s, in ADDR_SUB()
|
D | MIPSAssembler.cpp | 417 void ArmToMipsAssembler::dataProcessing(int opcode, int cc, in dataProcessing() 613 void ArmToMipsAssembler::MLA(int cc, int s, in MLA() 626 void ArmToMipsAssembler::MUL(int cc, int s, in MUL() 636 void ArmToMipsAssembler::UMULL(int cc, int s, in UMULL() 649 void ArmToMipsAssembler::UMUAL(int cc, int s, in UMUAL() 665 void ArmToMipsAssembler::SMULL(int cc, int s, in SMULL() 680 void ArmToMipsAssembler::SMUAL(int cc, int s, in SMUAL() 705 void ArmToMipsAssembler::B(int cc, const char* label) in B() 735 void ArmToMipsAssembler::BL(int cc, const char* label) in BL() 742 void ArmToMipsAssembler::B(int cc, uint32_t* to_pc) in B() [all …]
|
D | Arm64Assembler.cpp | 269 void ArmToArm64Assembler::B(int cc, const char* label) in B() 408 void ArmToArm64Assembler::dataProcessing(int opcode, int cc, in dataProcessing() 463 void ArmToArm64Assembler::ADDR_ADD(int cc, in ADDR_ADD() 498 void ArmToArm64Assembler::ADDR_SUB(int cc, in ADDR_SUB() 519 void ArmToArm64Assembler::MLA(int cc, int s,int Rd, int Rm, int Rs, int Rn) in MLA() 527 void ArmToArm64Assembler::MUL(int cc, int s, int Rd, int Rm, int Rs) in MUL() 577 void ArmToArm64Assembler::dataTransfer(int op, int cc, in dataTransfer() 634 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_LDR() 638 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_STR() 642 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type) in LDR() [all …]
|
D | GGLAssembler.cpp | 707 int cc = NV; in build_alpha_test() local 732 int cc=AL, ic=AL; in build_depth_test() local
|
/system/bt/stack/smp/ |
D | aes.c | 508 uint_8t cc, rc, hi; local 673 { uint_8t cc; local 727 { uint_8t cc; local 780 { uint_8t cc; local 860 { uint_8t cc; local
|
D | p_256_multprecision.c | 179 DWORD cc[2*KEY_LENGTH_DWORDS_P256]; in multiprecision_mersenns_mult_mod() local
|
/system/core/libutils/ |
D | FileMap.cpp | 181 int cc, sysAdvice; in advise() local
|
/system/bt/osi/test/ |
D | ringbuffer_test.cpp | 93 uint8_t cc[] = {0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC}; in TEST() local
|
/system/bt/bta/jv/ |
D | bta_jv_act.c | 1069 tBTA_JV_API_L2CAP_CONNECT *cc = &(p_data->l2cap_connect); in bta_jv_l2cap_connect() local 1145 tBTA_JV_API_L2CAP_CLOSE *cc = &(p_data->l2cap_close); in bta_jv_l2cap_close() local 1590 tBTA_JV_API_RFCOMM_CONNECT *cc = &(p_data->rfcomm_connect); in bta_jv_rfcomm_connect() local 1691 tBTA_JV_API_RFCOMM_CLOSE *cc = &(p_data->rfcomm_close); in bta_jv_rfcomm_close() local 2597 tBTA_JV_API_L2CAP_CONNECT *cc = &(p_data->l2cap_connect); in bta_jv_l2cap_connect_le() local 2725 tBTA_JV_API_L2CAP_CLOSE *cc = &(p_data->l2cap_close); in bta_jv_l2cap_close_fixed() local
|
/system/core/cpio/ |
D | mkbootfs.c | 304 struct fs_config_entry* cc = canned_config + used; in read_canned_config() local
|
/system/bt/stack/avct/ |
D | avct_int.h | 105 tAVCT_CC cc; /* parameters from connection creation */ member
|
/system/bt/stack/avrc/ |
D | avrc_api.c | 920 tAVCT_CC cc; in AVRC_Open() local
|
/system/core/liblog/ |
D | fake_log_device.c | 518 int cc = writev(fileno(stderr), vec, v-vec); in showLog() local
|