Searched defs:STR (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/
H A Diftop.c52 #define STR(s) _STR(s) macro
143 ret = sscanf(p, "%" STR(IFNAMSIZ) "s", ifs->name);
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp127 void ARMAssemblerProxy::STR(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
128 mTarget->STR(cc, Rd, Rn, offset);
H A DARMAssembler.cpp300 void ARMAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler

Completed in 82 milliseconds