Searched refs:epilogue (Results 1 - 25 of 56) sorted by relevance

123

/external/clang/test/Preprocessor/
H A Dmacro_paste_spacing2.c4 #define epilogue(r1) movl r1 ## E; macro
5 epilogue(R1)
/external/elfutils/tests/
H A Drun-get-lines.sh26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
36 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
39 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestContext.java27 String epilogue; field in class:TestContext.ContextCase
34 epilogue = epi;
72 String prologue, epilogue, src, dest;
84 epilogue = pseudoToU16(cc.epilogue);
85 /* in the call below, prologue and epilogue are swapped to show
87 bidi.setContext(epilogue, prologue);
88 bidi.setContext(prologue, epilogue);
96 "\nEpilogue: " + cc.epilogue +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestContext.java23 String epilogue; field in class:TestContext.ContextCase
30 epilogue = epi;
68 String prologue, epilogue, src, dest;
80 epilogue = pseudoToU16(cc.epilogue);
81 /* in the call below, prologue and epilogue are swapped to show
83 bidi.setContext(epilogue, prologue);
84 bidi.setContext(prologue, epilogue);
92 "\nEpilogue: " + cc.epilogue +
/external/boringssl/win-x86_64/crypto/rand/
H A Drdrand-x86_64.asm29 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
63 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
68 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
/external/v8/test/mjsunit/strong/
H A Ddeclaration-after-use.js19 let epilogue = " } })();";
21 assertThrows("'use strong'; " + prologue + code + epilogue, ReferenceError);
25 assertDoesNotThrow("'use strict'; " + prologue + code + epilogue);
/external/llvm/test/MC/ARM/
H A Deh-directive-multiple-offsets.s83 @ epilogue:
114 @ epilogue:
153 @ epilogue:
/external/opencv3/modules/core/src/
H A Dout.cpp69 String epilogue; member in class:cv::FormattedImpl
89 epilogue = el;
159 return epilogue.c_str();
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
H A Dreporter.py81 msg.preamble = msg.epilogue = ''
/external/bison/src/
H A Dparse-gram.y186 %token EPILOGUE "epilogue"
230 prologue_declarations "%%" grammar epilogue.opt
669 epilogue.opt:
677 muscle_code_grow ("epilogue", plain_code.code, @2);
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex45 \emph{prologue}, a \emph{body}, and an \emph{epilogue}. Each of them
50 frame state in any way. If non-empty, the epilogue restores the
52 the prologue. In fact, a single epilogue may undo the effect of the
55 We should point out that even though the prologue, body, and epilogue
60 exact set of instructions that make up an epilogue is also irrelevant.
61 The only point in the epilogue that needs to be described explicitly
244 those procedures share a common prologue and epilogue (their bodies
246 prologue, the body, and a canned epilogue. This could be described by
247 two regions: one covering the prologue and one covering the epilogue.
/external/icu/icu4c/source/common/unicode/
H A Dubidi.h1053 * appearing before ("prologue") and/or after ("epilogue") the main text
1056 * This function specifies the prologue and/or the epilogue for the next
1058 * epilogue should not be modified by the calling program until the call
1075 * Calling ubidi_setContext() with specification of an epilogue will change
1077 * by the first strong character or digit appearing in the epilogue, if any.<p>
1085 * cancels any previous setting of non-empty prologue or epilogue.
1087 * prologue or epilogue.<p>
1092 * would have been if all the text, including prologue and epilogue, had
1096 * &nbsp;&nbsp;epilogue = none<br>
1116 * @param epilogue i
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp1836 BasicBlock *epilogue = BasicBlock::get(func->cfgExit); local
1838 if (!epilogue->getExit() ||
1839 epilogue->getExit()->op != OP_EXIT) // only main will use OP_EXIT
1842 if (epilogue->getEntry()->op != OP_EXIT) {
1843 Instruction *insn = epilogue->getExit()->prev;
1857 epilogue->binSize -= 8;
1859 delete_Instruction(func->getProgram(), epilogue->getExit());
/external/boringssl/win-x86_64/crypto/aes/
H A Dvpaes-x86_64.asm658 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
714 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
760 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
806 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
884 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
/external/boringssl/win-x86_64/crypto/rc4/
H A Drc4-x86_64.asm25 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
535 $L$epilogue:
536 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
618 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
646 lea r10,[$L$epilogue]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java1042 String epilogue; field in class:Bidi
3313 * Returns the directionality of the first strong character, or digit, in the epilogue, if any.
3314 * Requires epilogue!=null.
3317 for (int i = 0; i < epilogue.length(); ) {
3318 int uchar = epilogue.codePointAt(i);
3469 if (limit == length && epilogue != null) {
3543 * appearing before ("prologue") and/or after ("epilogue") the main text
3546 * This function specifies the prologue and/or the epilogue for the next
3563 * Calling setContext() with specification of an epilogue will change
3565 * by the first strong character or digit appearing in the epilogue, i
3604 setContext(String prologue, String epilogue) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java1068 String epilogue; field in class:Bidi
3349 * Returns the directionality of the first strong character, or digit, in the epilogue, if any.
3350 * Requires epilogue!=null.
3353 for (int i = 0; i < epilogue.length(); ) {
3354 int uchar = epilogue.codePointAt(i);
3505 if (limit == length && epilogue != null) {
3579 * appearing before ("prologue") and/or after ("epilogue") the main text
3582 * This function specifies the prologue and/or the epilogue for the next
3599 * Calling setContext() with specification of an epilogue will change
3601 * by the first strong character or digit appearing in the epilogue, i
3641 setContext(String prologue, String epilogue) argument
[all...]
/external/boringssl/win-x86_64/crypto/ec/
H A Dp256-x86_64-asm.asm69 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
125 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
170 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
429 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
695 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
869 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1199 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1599 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1913 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
/external/boringssl/src/crypto/perlasm/
H A Dx86_64-xlate.pl32 # unified Win64 prologue and epilogue automatically. If you want
42 # required to identify the spots, where to inject Win64 epilogue!
143 my $epilogue = "";
145 $epilogue = "movq 8(%rsp),%rdi\n\t" .
148 $epilogue . ".byte 0xf3,0xc3";
159 $self->{op} = "mov rdi,QWORD${PTR}[8+rsp]\t;WIN64 epilogue\n\t".
989 # it's possible to use following prologue and epilogue to "gear" from
1156 # auto-generated "gear" epilogue. Well, exception effectively can't
/external/boringssl/win-x86_64/crypto/bn/
H A Drsaz-x86_64.asm411 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
480 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
697 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
797 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
863 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
H A Dx86_64-mont.asm228 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
640 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
765 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
/external/boringssl/win-x86_64/crypto/md5/
H A Dmd5-x86_64.asm680 $L$epilogue:
681 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
709 lea r10,[$L$epilogue]
/external/icu/icu4c/source/common/
H A Dubidi.c2069 * Returns the directionality of the first strong character, or digit, in the epilogue, if any.
2070 * Requires epilogue!=null.
2074 const UChar *text=pBiDi->epilogue;
2306 const UChar *epilogue, int32_t epiLength,
2311 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
2322 pBiDi->epiLength=u_strlen(epilogue);
2327 pBiDi->epilogue=epilogue;
2304 ubidi_setContext(UBiDi *pBiDi, const UChar *prologue, int32_t proLength, const UChar *epilogue, int32_t epiLength, UErrorCode *pErrorCode) argument
H A Dubidiimp.h320 const UChar *epilogue; member in struct:UBiDi
/external/bison/data/
H A Dglr.cc112 # Hijack the epilogue to define implementations (yyerror, parser member

Completed in 872 milliseconds

123