Searched refs:lastb (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/move/algo/detail/ |
D | adaptive_sort_merge.hpp | 794 RandItB lastb = firstb; in op_buffered_partial_merge_and_swap_to_range1_and_buffer() local 802 op(four_way_t(), first2++, first_min++, first1++, lastb++); in op_buffered_partial_merge_and_swap_to_range1_and_buffer() 806 lastb = op(forward_t(), first1, last1, firstb); in op_buffered_partial_merge_and_swap_to_range1_and_buffer() 811 op( four_way_t(), first2++, first_min++, first1++, lastb++); in op_buffered_partial_merge_and_swap_to_range1_and_buffer() 814 op(three_way_t(), firstb++, first1++, lastb++); in op_buffered_partial_merge_and_swap_to_range1_and_buffer() 822 return lastb; in op_buffered_partial_merge_and_swap_to_range1_and_buffer() 832 RandItB lastb = firstb; in op_buffered_partial_merge_to_range1_and_buffer() local 839 op(three_way_t(), first2++, first1++, lastb++); in op_buffered_partial_merge_to_range1_and_buffer() 846 lastb = op(forward_t(), first1, last1, firstb); in op_buffered_partial_merge_to_range1_and_buffer() 850 op(three_way_t(), first2++, first1++, lastb++); in op_buffered_partial_merge_to_range1_and_buffer() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBITest.java | 453 int lastb = -1; in TestBreakAllChars() local 455 assertTrue("(lastb < b) : (" + lastb + " < " + b + ")", lastb < b); in TestBreakAllChars()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITest.java | 452 int lastb = -1; in TestBreakAllChars() local 454 assertTrue("(lastb < b) : (" + lastb + " < " + b + ")", lastb < b); in TestBreakAllChars()
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1enc.c | 988 int lastr=0, lastg=0, lastb=0; in choose_rct_params() local 1008 ab = b - lastb; in choose_rct_params() 1028 lastb = b; in choose_rct_params()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 12513 "lastb\003ld1\004ld1b\004ld1d\004ld1h\004ld1r\005ld1rb\005ld1rd\005ld1rh" 14762 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_H, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorHReg1… 14763 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_S, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorSReg1… 14764 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_D, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorDReg1… 14765 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_B, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorBReg1… 14766 …{ 1848 /* lastb */, AArch64::LASTB_RPZ_H, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorHReg1… 14767 …{ 1848 /* lastb */, AArch64::LASTB_RPZ_S, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorSReg1… 14768 …{ 1848 /* lastb */, AArch64::LASTB_RPZ_B, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorBReg1… 14769 …{ 1848 /* lastb */, AArch64::LASTB_RPZ_D, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorDReg1… 22135 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_H, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorHReg1… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SVEInstrInfo.td | 337 defm LASTB_RPZ : sve_int_perm_last_r<1, "lastb", AArch64lastb>; 339 defm LASTB_VPZ : sve_int_perm_last_v<1, "lastb", AArch64lastb>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 661 "llvm.aarch64.sve.lastb", 10794 1, // llvm.aarch64.sve.lastb
|