Searched defs:prologue (Results 1 - 25 of 29) sorted by relevance

12

/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_mode_27_to_33.s138 prologue: label
H A Dihevc_intra_pred_luma_mode_27_to_33.s143 prologue: label
H A Dihevc_intra_pred_filters_chroma_mode_19_to_25.s251 prologue: label
H A Dihevc_intra_pred_filters_luma_mode_19_to_25.s255 prologue: label
/external/boringssl/mac-x86_64/crypto/md5/
H A Dmd5-x86_64.S14 L$prologue:
/external/boringssl/mac-x86_64/crypto/sha/
H A Dsha512-x86_64.S25 L$prologue:
H A Dsha1-x86_64.S31 L$prologue:
H A Dsha256-x86_64.S31 L$prologue:
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_mode_27_to_33.s144 prologue: label
H A Dihevc_intra_pred_luma_mode_27_to_33.s148 prologue: label
H A Dihevc_intra_pred_filters_chroma_mode_19_to_25.s254 prologue: label
H A Dihevc_intra_pred_filters_luma_mode_19_to_25.s259 prologue: label
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestContext.java21 String prologue; field in class:TestContext.ContextCase
28 prologue = pro;
68 String prologue, epilogue, src, dest;
79 prologue = pseudoToU16(cc.prologue);
81 /* in the call below, prologue and epilogue are swapped to show
83 bidi.setContext(epilogue, prologue);
84 bidi.setContext(prologue, epilogue);
90 "\nPrologue: " + cc.prologue +
/external/boringssl/win-x86_64/crypto/md5/
H A Dmd5-x86_64.asm12 mov QWORD[8+rsp],rdi ;WIN64 prologue
26 $L$prologue:
703 lea r10,[$L$prologue]
/external/boringssl/win-x86_64/crypto/sha/
H A Dsha512-x86_64.asm13 mov QWORD[8+rsp],rdi ;WIN64 prologue
37 $L$prologue:
1911 DD $L$prologue wrt ..imagebase,$L$epilogue wrt ..imagebase
H A Dsha1-x86_64.asm13 mov QWORD[8+rsp],rdi ;WIN64 prologue
43 $L$prologue:
1251 mov QWORD[8+rsp],rdi ;WIN64 prologue
2485 lea r10,[$L$prologue]
H A Dsha256-x86_64.asm13 mov QWORD[8+rsp],rdi ;WIN64 prologue
43 $L$prologue:
1769 mov QWORD[8+rsp],rdi ;WIN64 prologue
2990 DD $L$prologue wrt ..imagebase,$L$epilogue wrt ..imagebase
/external/boringssl/mac-x86_64/crypto/rc4/
H A Drc4-x86_64.S17 L$prologue:
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h85 // Length of the prologue in bytes
87 // Length of the line table data in bytes (not including the prologue)
170 prologue(),
178 prologue.reset();
185 Prologue::shared_ptr prologue; member in struct:DWARFDebugLine::LineTable
217 Prologue::shared_ptr prologue; member in struct:DWARFDebugLine::State
221 int row; // The row number that starts at zero for the prologue, and increases for each row added to the matrix
229 static bool ParsePrologue(const lldb_private::DataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Prologue* prologue);
235 // static void AppendLineTableData(const DWARFDebugLine::Prologue* prologue, const DWARFDebugLine::Row::collection& state_coll, const uint32_t addr_size, BinaryStreamBuf &debug_line_data);
H A DDWARFDebugLine.cpp92 // If the row is zero we are being called with the prologue only
93 state.prologue->Dump (log);
191 Prologue prologue; local
193 if (ParsePrologue(debug_line_data, &offset, &prologue))
198 prologue.Dump (log);
207 Row row(prologue.default_is_stmt);
208 const dw_offset_t end_offset = debug_line_offset + prologue.total_length + sizeof(prologue.total_length);
233 row.Reset(prologue.default_is_stmt);
256 prologue
404 ParsePrologue(const DataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Prologue* prologue) argument
[all...]
/external/boringssl/win-x86_64/crypto/rc4/
H A Drc4-x86_64.asm13 mov QWORD[8+rsp],rdi ;WIN64 prologue
32 $L$prologue:
544 mov QWORD[8+rsp],rdi ;WIN64 prologue
640 lea r10,[$L$prologue]
/external/icu/icu4c/source/common/
H A Dubidiimp.h321 const UChar *prologue; member in struct:UBiDi
H A Dubidi.c372 * after the last B in prologue, if any.
373 * Requires prologue!=null.
377 const UChar *text=pBiDi->prologue;
476 if(pBiDi->proLength>0 && /* there is a prologue */
2041 * Returns the directionality of the last strong character at the end of the prologue, if any.
2042 * Requires prologue!=null.
2046 const UChar *text=pBiDi->prologue;
2305 const UChar *prologue, int32_t proLength,
2311 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
2317 pBiDi->proLength=u_strlen(prologue);
2304 ubidi_setContext(UBiDi *pBiDi, const UChar *prologue, int32_t proLength, const UChar *epilogue, int32_t epiLength, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c4783 const char* prologue; member in struct:__anon5752
4823 UChar prologue[MAXLEN], epilogue[MAXLEN], src[MAXLEN], dest[MAXLEN]; local
4849 /* test prologue == NULL */
4860 proLength = strlen(cc.prologue);
4861 pseudoToU16(proLength, cc.prologue, prologue);
4864 /* in the call below, prologue and epilogue are swapped to show
4867 ubidi_setContext(pBiDi, epilogue, epiLength, prologue, proLength, &rc);
4869 ubidi_setContext(pBiDi, prologue, -1, epilogue, -1, &rc);
4883 "Prologue:", cc.prologue,
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java1071 String prologue; field in class:Bidi
1747 * after the last B in prologue, if any.
1748 * Requires prologue!=null.
1752 for (int i = 0; i < prologue.length(); ) {
1753 int uchar = prologue.codePointAt(i);
1844 if (prologue != null && /* there is a prologue */
3331 * Returns the directionality of the last strong character at the end of the prologue, if any.
3332 * Requires prologue!=null.
3335 for (int i = prologue
3645 setContext(String prologue, String epilogue) argument
[all...]

Completed in 580 milliseconds

12