/external/openssl/crypto/bn/asm/ |
D | s390x.S | 40 stg %r7,0(%r2,%r1) // rp[i]= 47 stg %r9,8(%r2,%r1) 54 stg %r7,16(%r2,%r1) 61 stg %r9,24(%r2,%r1) 81 stg %r7,0(%r2,%r1) // rp[i]= 113 stg %r7,0(%r2,%r1) // rp[i]= 118 stg %r9,8(%r2,%r1) 123 stg %r7,16(%r2,%r1) 128 stg %r9,24(%r2,%r1) 146 stg %r7,0(%r2,%r1) // rp[i]= [all …]
|
/external/valgrind/main/coregrind/m_dispatch/ |
D | dispatch-s390x-linux.S | 102 stg %r13,S390_LOC_SAVED_GSP 156 stg %r2,OFFSET_s390x_IA(%r13) 200 stg %r2,S390_LOC_SAVED_R2 236 stg %r2,OFFSET_s390x_IA(%r6) 338 stg %r2,160+64(SP) 346 stg %r2,16(%r1) 349 stg %r13,24(%r1)
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | ChangeLog | 10 * main.py, Python.stg (outputFile): Added simple __main__ section to 24 * Python.stg (genericParser, parser, treeParser): Use correct @init 29 * Python.stg (rule): Added support for @decorate {...} action for 34 * Python.stg (isolatedLookaheadRangeTest, lookaheadRangeTest):
|
D | TODO | 4 - did I miss a change to Python.stg/returnScope?
|
/external/openssl/crypto/ |
D | s390xcpuid.S | 9 stg %r0,8(%r2) 87 .Loop: stg %r0,0(%r2)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
D | Testlexer.m | 89 // This is not in the Java.stg 151 // This is not in the Java.stg 173 // This is not in the Java.stg
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | generate.dox | 13 …e, which drives code generation for all language targets. In fact you can make copies of the C.stg 14 /// and AST.stg templates and make changes to them (though you are encouraged not to, as it is bett…
|
/external/mksh/src/ |
D | eval.c | 382 char *beg, *mid, *end, *stg; in expand() local 387 stg = beg + (wdscan(sp, CSUBST) - sp); in expand() 388 if (mid >= stg) in expand() 397 if (end >= stg || in expand() 404 evaluate(substitute(stg = wdstrip(beg, 0), 0), in expand() 406 afree(stg, ATEMP); in expand() 408 evaluate(substitute(stg = wdstrip(mid, 0), 0), in expand() 410 afree(stg, ATEMP); in expand()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syscall-s390x-linux.S | 120 stg %r2, OFFSET_s390x_r2(%r9)
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 230 in lexer. Altered all target stg files. Set in codegen.g 254 altered Java.stg. 381 Java.stg: added filterMode to genericParser and treeParser. 563 * Changed messages in en.stg so that TOKEN_NONDETERMINISM correctly 588 state objects! Changed state to this.state in Dbg.stg constructors. 591 a circular ref. Just an ASTDbg.stg change. 694 ASTTreeParser.stg. Added unit tests. 861 in the ASTTreeParser.stg file to deal with this. added unit tests: 1021 * added noRewrite() template (to Java.stg) so we can insert code during 1278 src/org/antlr/codegen/templates/Java/Java.stg # edit [all …]
|
/external/libffi/src/s390/ |
D | sysv.S | 261 stg %r11,0(%r15) # Set up back chain 303 stg %r2,0(%r8) # Return long 338 stg %r1,0(%r15) # Set up back chain
|
/external/antlr/antlr-3.4/runtime/ObjC/ |
D | README | 19 and then copy the ObjC ".stg" files to
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/ |
D | gnu.stg | 30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
|
D | vs2005.stg | 30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
|
D | antlr.stg | 30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ |
D | LeftRecursiveRules.stg | 32 * templates in main language.stg
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | Dbg.stg | 32 * If ASTs are built, then you'll also get ASTDbg.stg loaded. 169 * Many of the following rules were merged into CSharp2.stg.
|
D | ST.stg | 32 * If debugging, then you'll also get STDbg.stg loaded.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | Dbg.stg | 33 * If ASTs are built, then you'll also get ASTDbg.stg loaded. 168 * Much of the following rules were merged into CSharp3.stg.
|
D | ST.stg | 33 * If debugging, then you'll also get STDbg.stg loaded.
|
/external/antlr/antlr-3.4/gunit/ |
D | CHANGES.txt | 109 * moved test result to string template (gUnitTestResult.stg)
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | ST.stg | 29 * If debugging, then you'll also get STDbg.stg loaded.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | ST.stg | 29 * If debugging, then you'll also get STDbg.stg loaded.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | Dbg.stg | 32 * If ASTs are built, then you'll also get ASTDbg.stg loaded.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ST4ObjC.stg | 29 * If debugging, then you'll also get STDbg.stg loaded.
|