Searched refs:epilogue (Results 51 - 75 of 98) sorted by relevance

1234

/external/boringssl/src/crypto/perlasm/
H A Dx86_64-xlate.pl39 # unified Win64 prologue and epilogue automatically. If you want
49 # required to identify the spots, where to inject Win64 epilogue!
148 my $epilogue = "";
150 $epilogue = "movq 8(%rsp),%rdi\n\t" .
153 $epilogue . ".byte 0xf3,0xc3";
164 $self->{op} = "mov rdi,QWORD$PTR\[8+rsp\]\t;WIN64 epilogue\n\t".
476 # - .cfi_pop to annotate pop instructions in epilogue, which
1261 # it's possible to use following prologue and epilogue to "gear" from
/external/boringssl/win-x86_64/crypto/fipsmodule/
H A Dmd5-x86_64.asm680 $L$epilogue:
681 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
709 lea r10,[$L$epilogue]
H A Dp256-x86_64-asm.asm74 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
119 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
378 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1224 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1631 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1944 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
H A Dx86_64-mont.asm272 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
718 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
902 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
/external/icu/icu4c/source/common/
H A Dubidi.cpp2098 * Returns the directionality of the first strong character, or digit, in the epilogue, if any.
2099 * Requires epilogue!=null.
2103 const UChar *text=pBiDi->epilogue;
2335 const UChar *epilogue, int32_t epiLength,
2340 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
2351 pBiDi->epiLength=u_strlen(epilogue);
2356 pBiDi->epilogue=epilogue;
2333 ubidi_setContext(UBiDi *pBiDi, const UChar *prologue, int32_t proLength, const UChar *epilogue, int32_t epiLength, UErrorCode *pErrorCode) argument
H A Dubidiimp.h323 const UChar *epilogue; member in struct:UBiDi
/external/python/cpython2/Lib/email/test/
H A Dtest_email.py1223 outer.epilogue = ''
1324 outer.epilogue = None
1351 outer.epilogue = ''
1378 outer.epilogue = '\n'
1817 msg.epilogue = 'End of MIME message\n'
1835 msg.epilogue = ''
1908 container.epilogue = ''
2022 eq(msg.epilogue, None)
2109 eq(msg.epilogue, '\n')
H A Dtest_email_renamed.py1158 outer.epilogue = ''
1259 outer.epilogue = None
1286 outer.epilogue = ''
1313 outer.epilogue = '\n'
1736 msg.epilogue = 'End of MIME message\n'
1754 msg.epilogue = ''
1827 container.epilogue = ''
1938 eq(msg.epilogue, None)
2025 eq(msg.epilogue, '\n')
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_mode_27_to_33.s278 beq epilogue
435 epilogue: label
H A Dihevc_intra_pred_filters_chroma_mode_19_to_25.s386 beq epilogue
551 epilogue: label
H A Dihevc_intra_pred_luma_mode_27_to_33.s279 beq epilogue
433 epilogue: label
H A Dihevc_inter_pred_chroma_horz.s502 beq epilogue
586 epilogue: label
H A Dihevc_intra_pred_filters_luma_mode_19_to_25.s385 beq epilogue
544 epilogue: label
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_chroma_horz.s583 beq epilogue
667 epilogue: label
H A Dihevc_inter_pred_chroma_horz_w16out.s562 beq epilogue
631 epilogue: label
H A Dihevc_intra_pred_chroma_mode_27_to_33.s270 beq epilogue
432 epilogue: label
H A Dihevc_intra_pred_filters_chroma_mode_19_to_25.s381 beq epilogue
551 epilogue: label
H A Dihevc_intra_pred_filters_luma_mode_19_to_25.s381 beq epilogue
548 epilogue: label
H A Dihevc_intra_pred_luma_mode_27_to_33.s275 beq epilogue
437 epilogue: label
/external/python/cpython2/Tools/faqwiz/
H A Dfaqwiz.py396 self.epilogue()
405 def epilogue(self): member in class:FaqWizard
486 sys.exit(0) # XXX Hack to suppress epilogue
/external/python/cpython3/Lib/test/test_email/
H A Dtest_email.py1802 outer.epilogue = ''
1903 outer.epilogue = None
1930 outer.epilogue = ''
1957 outer.epilogue = '\n'
2523 msg.epilogue = 'End of MIME message\n'
2541 msg.epilogue = ''
2608 container.epilogue = ''
2735 eq(msg.epilogue, None)
2830 eq(msg.epilogue, self.linesep)
/external/python/cpython2/Lib/email/
H A Dmessage.py115 self.preamble = self.epilogue = None
/external/python/cpython2/Tools/scripts/
H A Dtexi2html.py101 epilogue = '</BODY></HTML>\n' variable in class:HTMLNode
123 fp.write(self.epilogue)
162 self.epilogue = '<P>\n%s</BODY></HTML>\n' % links
/external/python/cpython3/Tools/scripts/
H A Dtexi2html.py101 epilogue = '</BODY></HTML>\n' variable in class:HTMLNode
124 fp.write(self.epilogue)
163 self.epilogue = '<P>\n%s</BODY></HTML>\n' % links
/external/boringssl/win-x86_64/crypto/chacha/
H A Dchacha-x86_64.asm318 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
469 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1051 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1687 mov rdi,QWORD[8+rsp] ;WIN64 epilogue

Completed in 533 milliseconds

1234