Searched refs:STR (Results 1 – 10 of 10) sorted by relevance
/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 | 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 | 37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4)); in store() 38 else STR(AL, s.reg, addr.reg); in store()
|
D | ARMAssemblerProxy.h | 108 virtual void STR (int cc, int Rd,
|
D | GGLAssembler.h | 38 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 138 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1)); in Spill()
|
D | ARMAssembler.h | 120 virtual void STR (int cc, int Rd,
|
D | ARMAssemblerInterface.h | 157 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 | MIPSAssembler.h | 119 virtual void STR (int cc, int Rd,
|
D | MIPSAssembler.cpp | 831 void ArmToMipsAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) in STR() function in android::ArmToMipsAssembler
|