/external/mdnsresponder/mDNSShared/ |
DebugServices.c | [all...] |
/external/one-true-awk/ |
FIXES | 295 right if CONVFMT is changed; by then the STR attribute of the [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-nios2.c | 305 /* Return true if STR starts with PREFIX, which should be a string literal. */ 306 #define strprefix(STR, PREFIX) \ 307 (strncmp ((STR), PREFIX, strlen (PREFIX)) == 0) 310 /* Return true if STR is prefixed with a special relocation operator. */ 312 nios2_special_relocation_p (const char *str) 314 return (strprefix (str, "%lo") 315 || strprefix (str, "%hi") 316 || strprefix (str, "%hiadj") 317 || strprefix (str, "%gprel") 318 || strprefix (str, "%got" 2755 char *str = strdup (token); local [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl3cTransformFeedbackTests.cpp | 45 #define _STR(s) STR(s) 46 #define STR(s) #s [all...] |
/system/core/libpixelflinger/codeflinger/ |
MIPS64Assembler.cpp | 244 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0) 248 "LDR(B)/STR(B)/PLD immediate too big (%08x)", 258 "LDR(B)/STR(B)/PLD immediate too big (%08x)", 771 Rn = R_sp; // convert STR thru Arm SP to STR thru Mips SP 813 void ArmToMips64Assembler::STR(int cc __unused, int Rd, int Rn, uint32_t offset) 825 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP [all...] |
MIPSAssembler.cpp | 255 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0) 259 "LDR(B)/STR(B)/PLD immediate too big (%08x)", 269 "LDR(B)/STR(B)/PLD immediate too big (%08x)", 783 Rn = R_sp; // convert STR thru Arm SP to STR thru Mips SP 825 void ArmToMipsAssembler::STR(int cc __unused, int Rd, int Rn, uint32_t offset) 837 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP [all...] |
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
mips64_assembler_test.cpp | 542 case INSTR_STR: a64asm->STR(test.cond, Rd,Rn,op2); break;
|
/external/v8/src/ppc/ |
simulator-ppc.cc | 176 #define STR(a) #a 177 #define XSTR(a) STR(a) 632 #undef STR [all...] |
/toolchain/binutils/binutils-2.27/bfd/ |
bfd-in2.h | 62 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1) 75 since there is no need to check for a NUL byte inside STR. We [all...] |
/external/v8/src/arm/ |
simulator-arm.cc | 184 #define STR(a) #a 185 #define XSTR(a) STR(a) 553 #undef STR [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | 343 #define STR(a) #a 344 #define XSTR(a) STR(a) 782 #undef STR [all...] |
/external/v8/src/mips64/ |
simulator-mips64.cc | 309 #define STR(a) #a 310 #define XSTR(a) STR(a) 715 #undef STR [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
tables.go | 653 /*1209*/ uint16(xSetOp), uint16(STR), 656 /*1213*/ uint16(xSetOp), uint16(STR), 659 /*1217*/ uint16(xSetOp), uint16(STR), [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
tables.go | 653 /*1209*/ uint16(xSetOp), uint16(STR), 656 /*1213*/ uint16(xSetOp), uint16(STR), 659 /*1217*/ uint16(xSetOp), uint16(STR), [all...] |
/external/annotation-tools/asmx/src/org/objectweb/asm/ |
ClassReader.java | 210 // case ClassWriter.STR: 303 // case ClassWriter.STR: [all...] |
/external/llvm/test/MC/AArch64/ |
arm64-memory.s | 81 str x4, [x3] 82 str x2, [sp, #32] 83 str w5, [x4, #20] 84 str b5, [sp, #1] 85 str h6, [sp, #2] 86 str s7, [sp, #4] 87 str d8, [sp, #8] 88 str q9, [sp, #16] 93 ; CHECK: str x4, [x3] ; encoding: [0x64,0x00,0x00,0xf9] 94 ; CHECK: str x2, [sp, #32] ; encoding: [0xe2,0x13,0x00,0xf9 [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nvfx_fragprog.c | 742 insn = arith(0, STR, dst, mask, none, none, none); [all...] |
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
arm64_assembler_test.cpp | 589 case INSTR_STR: a64asm->STR(test.cond, Rd,Rn,op2); break; [all...] |
/external/v8/src/arm64/ |
simulator-arm64.cc | [all...] |
/prebuilts/misc/common/asm/ |
asm-6.0.jar | |
/prebuilts/misc/common/robolectric/3.5.1/lib/ |
asm-6.0.jar | |
/prebuilts/misc/common/robolectric/3.6.1/lib/ |
asm-6.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.0/ |
asm-6.0.jar | |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 667 #define STR(a) CHOICE(str a, str a, str a) [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | 91 #define XSTR(x) STR(x) 92 #define STR(x) #x 2779 char *str; local 3565 char *str; local 3630 char *str; local 4653 char *str; local 4795 char *str; local [all...] |