/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
defaults.h | 1005 #define EXTRA_MEMORY_CONSTRAINT(C,STR) 0 1011 #define EXTRA_ADDRESS_CONSTRAINT(C,STR) 0 1018 #define DEFAULT_CONSTRAINT_LEN(C,STR) 1 1021 #define CONSTRAINT_LEN(C,STR) DEFAULT_CONSTRAINT_LEN (C, STR) 1025 #define CONST_OK_FOR_CONSTRAINT_P(VAL,C,STR) CONST_OK_FOR_LETTER_P (VAL, C) 1029 #define CONST_DOUBLE_OK_FOR_CONSTRAINT_P(OP,C,STR) \ 1034 #define REG_CLASS_FROM_CONSTRAINT(C,STR) REG_CLASS_FROM_LETTER (C) 1038 #define EXTRA_CONSTRAINT_STR(OP, C,STR) EXTRA_CONSTRAINT (OP, C) [all...] |
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
LLLexer.cpp | 141 static void UnEscapeLexed(std::string &Str) { 142 if (Str.empty()) return; 144 char *Buffer = &Str[0], *EndBuffer = Buffer+Str.size(); 164 Str.resize(BOut-Buffer); 470 #define KEYWORD(STR) \ 471 if (Len == strlen(#STR) && !memcmp(StartChar, #STR, strlen(#STR))) \ 472 return lltok::kw_##STR; [all...] |
/external/libchrome/base/strings/ |
string_number_conversions.cc | 23 template <typename STR, typename INT> 25 static STR IntToString(INT value) { 33 using CHR = typename STR::value_type; 54 return STR(i, end); 285 template <typename STR> 286 bool HexStringToBytesT(const STR& input, std::vector<uint8_t>* output) {
|
string_util.cc | 158 StringType ToLowerASCIIImpl(BasicStringPiece<StringType> str) { 160 ret.reserve(str.size()); 161 for (size_t i = 0; i < str.size(); i++) 162 ret.push_back(ToLowerASCII(str[i])); 167 StringType ToUpperASCIIImpl(BasicStringPiece<StringType> str) { 169 ret.reserve(str.size()); 170 for (size_t i = 0; i < str.size(); i++) 171 ret.push_back(ToUpperASCII(str[i])); 177 std::string ToLowerASCII(StringPiece str) { 178 return ToLowerASCIIImpl<std::string>(str); [all...] |
/external/annotation-tools/asmx/src/org/objectweb/asm/ |
Item.java | 51 * {@link ClassWriter#STR}, {@link ClassWriter#CLASS}, 221 case ClassWriter.STR: 297 case ClassWriter.STR:
|
/external/libxaac/decoder/armv7/ |
ixheaacd_dct3_32.s | 475 STR r4, [r1], #4 476 STR r5, [r1, #4] 484 STR r5, [r1], #8 485 STR r4, [r1], #8 488 STR r5, [r3], #-8 489 STR r4, [r3], #-8 495 STR r5, [r1], #8 496 STR r4, [r1], #8
|
ixheaacd_tns_parcor2lpc_32x16.s | 36 STR R6, [R4], #4 37 STR R6, [R4, #60]
|
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-ppc.h | 224 #define md_elf_section_type(STR, LEN) ppc_section_type (STR, LEN)
|
/external/snakeyaml/src/test/java/examples/ |
IgnoreTagsExampleTest.java | 70 return yamlConstructors.get(Tag.STR).construct(node);
|
/external/swiftshader/third_party/subzero/src/ |
IceTimerTree.cpp | 42 #define STR(s) #s 44 IDs[TT_##tag] = STR(tag); \ 45 IDsIndex[STR(tag)] = TT_##tag; 48 #undef STR 234 void dumpHelper(Ostream &Str, const DumpMapType &Map, double TotalTime, 251 Str << llvm::format(" %10.6f %4.1f%% %5.1f%% ", I.first, 255 Str << llvm::format(" %10.6f %4.1f%% ", I.first, 263 void TimerStack::dump(Ostream &Str, bool DumpCumulative) { 272 Str << Name << " - Cumulative times:\n" 291 dumpHelper(Str, CumulativeMap, TotalTime, NoAddPercents) [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
group-reloc-ldr-encoding-bad.s | 24 @ LDR/STR/LDRB/STRB only have 12 bits available for the magnitude of the addend. 27 ldrtest ldr str f "+ 4096" 29 ldrtest ldr str f "- 4096" 32 ldrtest ldr str localsym "+ 4096" 34 ldrtest ldr str localsym "- 4096"
|
group-reloc-ldr.s | 23 @ LDR/STR/LDRB/STRB only have 12 bits available for the magnitude of the addend. 26 ldrtest ldr str f "+ 4095" 28 ldrtest ldr str f "- 4095" 34 ldrtest ldr str localsym "+ 4095" 36 ldrtest ldr str localsym "- 4095"
|
/external/libedit/src/ |
hist.c | 159 const Char *str; local 166 if (argc == 1 || Strcmp(argv[1], STR("list")) == 0) { 169 for (str = HIST_LAST(el); str != NULL; str = HIST_PREV(el)) 171 el->el_history.ev.num, ct_encode_string(str, &el->el_scratch)); 180 if (Strcmp(argv[1], STR("size")) == 0) 183 if (Strcmp(argv[1], STR("unique")) == 0) 220 return ct_decode_string((const char *)(const void *)ev.str,
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_voice_gain_gnu.s | 120 STR tmp1, [pMixBuffer], #4
128 STR tmp2, [pMixBuffer], #4
154 STR tmp1, [pMixBuffer], #4 @ save and bump pointer
|
/external/swiftshader/third_party/subzero/crosstest/ |
test_sync_atomic_main.cpp | 68 { STR(inst), test_##inst, Subzero_::test_##inst } \ 69 , {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, \ 70 {STR(inst) "_const", test_const_##inst, Subzero_::test_const_##inst}, 189 { STR(inst), test_##inst, Subzero_::test_##inst } \ 190 , {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst},
|
/external/one-true-awk/ |
run.c | 90 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE }; 224 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE }; 296 oargs[i]->tval &= ~(STR|NUM|DONTFREE); 363 if ((y->tval & (STR|NUM)) == (STR|NUM)) { 368 else if (y->tval & STR) 480 x->tval &= ~(STR|NUM|DONTFREE); 484 z = setsymtab(buf, "", 0.0, STR|NUM, (Array *) x->sval); 504 x->tval &= ~STR; 544 ap->tval &= ~(STR|NUM|DONTFREE) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
ast.c | 58 #define NEW_IDENTIFIER(n) new_identifier(STR(n), c->c_arena)
232 c.c_encoding = STR(n);
492 switch (STR(n)[0]) {
498 if (STR(n)[1] == '/')
515 if (STR(n)[1] == '*')
520 PyErr_Format(PyExc_SystemError, "invalid augassign: %s", STR(n));
548 if (strcmp(STR(n), "in") == 0)
550 if (strcmp(STR(n), "is") == 0)
554 STR(n));
562 if (strcmp(STR(CHILD(n, 1)), "in") == 0) 1377 PyObject *str = parsestrplus(c, n); local 2433 PyObject *str, *name; local [all...] |
/external/clang/test/CXX/drs/ |
dr6xx.cpp | 202 #define STR(x) #x 203 char c[2] = STR(c); // ok, type matches 204 wchar_t w[2] = STR(w); // expected-error {{initializing wide char array with non-wide string literal}}
|
/external/libxaac/decoder/armv8/ |
ixheaacd_cos_sin_mod_loop2.s | 60 STR w6, [x0], #4 //psubband++; 67 STR w6, [x3], #-4 91 // str X7, [X11] 98 STR w6, [x10], #4
|
/external/tensorflow/tensorflow/compiler/xla/tools/parser/ |
hlo_lexer.cc | 203 #define KEYWORD(STR) \ 205 if (identifier == #STR) { \ 206 return TokKind::kw_##STR; \
|
/external/libnl/lib/route/cls/ |
ematch_syntax.y | 127 %token <s> STR 219 | EMATCH_TEXT "(" STR QUOTED text_from text_to ")" 405 | STR 434 STR
|
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/ |
null_syscall.c | 131 #define TIME(A, STR) \
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/ |
BooleanEnumTest.java | 87 return representScalar(Tag.STR, value);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
ast.c | 58 #define NEW_IDENTIFIER(n) new_identifier(STR(n), c->c_arena)
232 c.c_encoding = STR(n);
492 switch (STR(n)[0]) {
498 if (STR(n)[1] == '/')
515 if (STR(n)[1] == '*')
520 PyErr_Format(PyExc_SystemError, "invalid augassign: %s", STR(n));
548 if (strcmp(STR(n), "in") == 0)
550 if (strcmp(STR(n), "is") == 0)
554 STR(n));
562 if (strcmp(STR(CHILD(n, 1)), "in") == 0) 1377 PyObject *str = parsestrplus(c, n); local 2438 PyObject *str, *name; local [all...] |
/external/python/cpython2/Python/ |
ast.c | 58 #define NEW_IDENTIFIER(n) new_identifier(STR(n), c->c_arena) 232 c.c_encoding = STR(n); 492 switch (STR(n)[0]) { 498 if (STR(n)[1] == '/') 515 if (STR(n)[1] == '*') 520 PyErr_Format(PyExc_SystemError, "invalid augassign: %s", STR(n)); 548 if (strcmp(STR(n), "in") == 0) 550 if (strcmp(STR(n), "is") == 0) 554 STR(n)); 562 if (strcmp(STR(CHILD(n, 1)), "in") == 0 1377 PyObject *str = parsestrplus(c, n); local 2438 PyObject *str, *name; local [all...] |