/external/libhevc/common/arm64/ |
H A D | ihevc_intra_pred_chroma_mode_27_to_33.s | 138 prologue: label
|
H A D | ihevc_intra_pred_luma_mode_27_to_33.s | 143 prologue: label
|
H A D | ihevc_intra_pred_filters_chroma_mode_19_to_25.s | 251 prologue: label
|
H A D | ihevc_intra_pred_filters_luma_mode_19_to_25.s | 255 prologue: label
|
/external/boringssl/mac-x86_64/crypto/md5/ |
H A D | md5-x86_64.S | 14 L$prologue:
|
/external/boringssl/mac-x86_64/crypto/sha/ |
H A D | sha512-x86_64.S | 25 L$prologue:
|
H A D | sha1-x86_64.S | 31 L$prologue:
|
H A D | sha256-x86_64.S | 31 L$prologue:
|
/external/libhevc/common/arm/ |
H A D | ihevc_intra_pred_chroma_mode_27_to_33.s | 144 prologue: label
|
H A D | ihevc_intra_pred_luma_mode_27_to_33.s | 148 prologue: label
|
H A D | ihevc_intra_pred_filters_chroma_mode_19_to_25.s | 254 prologue: label
|
H A D | ihevc_intra_pred_filters_luma_mode_19_to_25.s | 259 prologue: label
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestContext.java | 21 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 D | md5-x86_64.asm | 12 mov QWORD[8+rsp],rdi ;WIN64 prologue 26 $L$prologue: 703 lea r10,[$L$prologue]
|
/external/boringssl/win-x86_64/crypto/sha/ |
H A D | sha512-x86_64.asm | 13 mov QWORD[8+rsp],rdi ;WIN64 prologue 37 $L$prologue: 1911 DD $L$prologue wrt ..imagebase,$L$epilogue wrt ..imagebase
|
H A D | sha1-x86_64.asm | 13 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 D | sha256-x86_64.asm | 13 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 D | rc4-x86_64.S | 17 L$prologue:
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugLine.h | 85 // 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 D | DWARFDebugLine.cpp | 92 // 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 D | rc4-x86_64.asm | 13 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 D | ubidiimp.h | 321 const UChar *prologue; member in struct:UBiDi
|
H A D | ubidi.c | 372 * 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 D | cbiditst.c | 4783 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 D | Bidi.java | 1071 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...] |