/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 158 /// After vectorization, reorder the instructions that I depends on 160 void reorder(Instruction *I); 505 void Vectorizer::reorder(Instruction *I) { in reorder() function in Vectorizer 1223 // constant. In that case, no need to reorder anything. in vectorizeLoadChain() 1225 reorder(BitcastInst); in vectorizeLoadChain() 1243 reorder(BitcastInst); in vectorizeLoadChain()
|
/third_party/ffmpeg/libavformat/ |
H A D | internal.h | 207 int reorder; member
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatin.java | 236 start = settings.reorder(start); in getOptions() 253 latinStart = settings.reorder(latinStart); in getOptions()
|
H A D | CollationSettings.java | 283 public long reorder(long p) { in reorder() method in CollationSettings 454 * to be used by reorder(p) for split-reordered primary lead bytes. 468 * are omitted for efficiency; they are handled by reorder(p) via the reorderTable. 472 /** Array of reorder codes; ignored if length == 0. */ 474 // Note: In C++, we keep a memory block around for the reorder codes,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatin.java | 240 start = settings.reorder(start); in getOptions() 257 latinStart = settings.reorder(latinStart); in getOptions()
|
H A D | CollationSettings.java | 285 public long reorder(long p) { in reorder() method in CollationSettings 456 * to be used by reorder(p) for split-reordered primary lead bytes. 470 * are omitted for efficiency; they are handled by reorder(p) via the reorderTable. 474 /** Array of reorder codes; ignored if length == 0. */ 476 // Note: In C++, we keep a memory block around for the reorder codes,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationkeys.cpp | 289 p = settings.reorder(p); in writeSortKeyUpToQuaternary() 312 p = settings.reorder(p); in writeSortKeyUpToQuaternary()
|
H A D | collationfastlatin.cpp | 58 start = settings.reorder(start); in getOptions() 75 latinStart = settings.reorder(latinStart); in getOptions()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationkeys.cpp | 289 p = settings.reorder(p); in writeSortKeyUpToQuaternary() 312 p = settings.reorder(p); in writeSortKeyUpToQuaternary()
|
H A D | collationfastlatin.cpp | 58 start = settings.reorder(start); in getOptions() 75 latinStart = settings.reorder(latinStart); in getOptions()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.c | 62 if (ctx->screen->reorder) 134 if (!ctx->screen->reorder) {
|
H A D | freedreno_screen.c | 1112 screen->reorder = !FD_DBG(INORDER); in fd_screen_create()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationkeys.cpp | 289 p = settings.reorder(p); in writeSortKeyUpToQuaternary() 312 p = settings.reorder(p); in writeSortKeyUpToQuaternary()
|
H A D | collationfastlatin.cpp | 58 start = settings.reorder(start); in getOptions() 75 latinStart = settings.reorder(latinStart); in getOptions()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_lbr.c | 1730 const int8_t *reorder; in ff_dca_lbr_filter_frame() local 1742 reorder = channel_reorder_lfe[ch_conf]; in ff_dca_lbr_filter_frame() 1744 reorder = channel_reorder_nolfe[ch_conf]; in ff_dca_lbr_filter_frame() 1769 transform_channel(s, ch1, (float *)frame->extended_data[reorder[ch1]]); in ff_dca_lbr_filter_frame() 1772 transform_channel(s, ch2, (float *)frame->extended_data[reorder[ch2]]); in ff_dca_lbr_filter_frame()
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
H A D | norms.cpp | 127 void Norms::reorder(UnicodeString &mapping, BuilderReorderingBuffer &buffer) const { in reorder() function in Norms
|
H A D | n2builder.cpp | 226 // which means that another combining mark can reorder before it. in mappingHasCompBoundaryAfter() 340 norms.reorder(*norm.rawMapping, buffer); in postProcess() 343 norms.reorder(*norm.mapping, buffer); in postProcess()
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
H A D | norms.cpp | 127 void Norms::reorder(UnicodeString &mapping, BuilderReorderingBuffer &buffer) const { in reorder() function in Norms
|
H A D | n2builder.cpp | 226 // which means that another combining mark can reorder before it. in mappingHasCompBoundaryAfter() 340 norms.reorder(*norm.rawMapping, buffer); in postProcess() 343 norms.reorder(*norm.mapping, buffer); in postProcess()
|
/third_party/backends/backend/ |
H A D | epson2-ops.c | 2072 SANE_Bool reorder = SANE_FALSE; in e2_block_read() local 2104 /* do we have to reorder the data ? */ in e2_block_read() 2106 reorder = SANE_TRUE; in e2_block_read() 2141 reorder = SANE_FALSE; /* reordering once is enough */ in e2_block_read() 2143 if (reorder && s->params.format == SANE_FRAME_RGB) { in e2_block_read()
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 193 int reorder = 0; in verify_cur_segs() local 198 reorder = 1; in verify_cur_segs() 204 if (!reorder) in verify_cur_segs()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-mips.pl | 390 .set reorder
|
H A D | sha512-mips.pl | 358 .set reorder
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-mips.pl | 358 .set reorder
|
H A D | sha1-mips.pl | 390 .set reorder
|