/system/keymaster/include/keymaster/ |
D | logger.h | 58 #define STR(x) #x macro 59 #define STRINGIFY(x) STR(x)
|
/system/core/toolbox/ |
D | iftop.c | 52 #define STR(s) _STR(s) macro 143 ret = sscanf(p, "%" STR(IFNAMSIZ) "s", ifs->name); in get_interfaces()
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.cpp | 76 STR(cc, Rd, Rn, offset); in ADDR_STR()
|
D | ARMAssemblerProxy.cpp | 218 void ARMAssemblerProxy::STR(int cc, int Rd, int Rn, uint32_t offset) { in STR() function in android::ARMAssemblerProxy 219 mTarget->STR(cc, Rd, Rn, offset); in STR()
|
D | load_store.cpp | 33 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4)); in store() 34 else STR(AL, s.reg, addr.reg); in store()
|
D | GGLAssembler.h | 44 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 144 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1)); in Spill()
|
D | ARMAssemblerProxy.h | 108 virtual void STR (int cc, int Rd,
|
D | ARMAssembler.h | 119 virtual void STR (int cc, int Rd,
|
D | MIPS64Assembler.h | 124 virtual void STR (int cc, int Rd,
|
D | Arm64Assembler.h | 136 virtual void STR (int cc, int Rd,
|
D | ARMAssemblerInterface.h | 158 virtual void STR (int cc, int Rd,
|
D | MIPSAssembler.h | 119 virtual void STR (int cc, int Rd,
|
D | ARMAssembler.cpp | 305 void ARMAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) { in STR() function in android::ARMAssembler
|
D | Arm64Assembler.cpp | 650 void ArmToArm64Assembler::STR(int cc, int Rd, int Rn, uint32_t op_type) in STR() function in android::ArmToArm64Assembler
|
D | MIPS64Assembler.cpp | 823 void ArmToMips64Assembler::STR(int cc, int Rd, int Rn, uint32_t offset) in STR() function in android::ArmToMips64Assembler
|
D | MIPSAssembler.cpp | 831 void ArmToMipsAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) in STR() function in android::ArmToMipsAssembler
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 543 case INSTR_STR: a64asm->STR(test.cond, Rd,Rn,op2); break; in dataTransferTest()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 590 case INSTR_STR: a64asm->STR(test.cond, Rd,Rn,op2); break; in dataTransferTest()
|