Home
last modified time | relevance | path

Searched refs:iter (Results 1 – 25 of 2442) sorted by relevance

12345678910>>...98

/third_party/icu/icu4c/source/common/
Duiter.cpp92 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in stringIteratorGetIndex() argument
97 return iter->start; in stringIteratorGetIndex()
99 return iter->index; in stringIteratorGetIndex()
101 return iter->limit; in stringIteratorGetIndex()
103 return iter->length; in stringIteratorGetIndex()
112 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in stringIteratorMove() argument
120 pos=iter->start+delta; in stringIteratorMove()
123 pos=iter->index+delta; in stringIteratorMove()
126 pos=iter->limit+delta; in stringIteratorMove()
129 pos=iter->length+delta; in stringIteratorMove()
[all …]
/third_party/node/deps/icu-small/source/common/
Duiter.cpp92 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) UPRV_NO_SANITIZE_UNDEFINED { in stringIteratorGetIndex() argument
97 return iter->start; in stringIteratorGetIndex()
99 return iter->index; in stringIteratorGetIndex()
101 return iter->limit; in stringIteratorGetIndex()
103 return iter->length; in stringIteratorGetIndex()
112 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) UPRV_NO_SANITIZE… in stringIteratorMove() argument
120 pos=iter->start+delta; in stringIteratorMove()
123 pos=iter->index+delta; in stringIteratorMove()
126 pos=iter->limit+delta; in stringIteratorMove()
129 pos=iter->length+delta; in stringIteratorMove()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Duiter.cpp92 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in stringIteratorGetIndex() argument
97 return iter->start; in stringIteratorGetIndex()
99 return iter->index; in stringIteratorGetIndex()
101 return iter->limit; in stringIteratorGetIndex()
103 return iter->length; in stringIteratorGetIndex()
112 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in stringIteratorMove() argument
120 pos=iter->start+delta; in stringIteratorMove()
123 pos=iter->index+delta; in stringIteratorMove()
126 pos=iter->limit+delta; in stringIteratorMove()
129 pos=iter->length+delta; in stringIteratorMove()
[all …]
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
Duit_len8.c116 lenient8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in lenient8IteratorGetIndex() argument
122 if(iter->index<0) { in lenient8IteratorGetIndex()
128 s=(const uint8_t *)iter->context; in lenient8IteratorGetIndex()
130 limit=iter->start; /* count up to the UTF-8 index */ in lenient8IteratorGetIndex()
140 iter->start=i; /* just in case setState() did not get us to a code point boundary */ in lenient8IteratorGetIndex()
141 if(i==iter->limit) { in lenient8IteratorGetIndex()
142 iter->length=index; /* in case it was <0 or wrong */ in lenient8IteratorGetIndex()
144 if(iter->reservedField!=0) { in lenient8IteratorGetIndex()
147 iter->index=index; in lenient8IteratorGetIndex()
149 return iter->index; in lenient8IteratorGetIndex()
[all …]
/third_party/icu/icu4c/source/samples/uciter8/
Duit_len8.c116 lenient8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in lenient8IteratorGetIndex() argument
122 if(iter->index<0) { in lenient8IteratorGetIndex()
128 s=(const uint8_t *)iter->context; in lenient8IteratorGetIndex()
130 limit=iter->start; /* count up to the UTF-8 index */ in lenient8IteratorGetIndex()
140 iter->start=i; /* just in case setState() did not get us to a code point boundary */ in lenient8IteratorGetIndex()
141 if(i==iter->limit) { in lenient8IteratorGetIndex()
142 iter->length=index; /* in case it was <0 or wrong */ in lenient8IteratorGetIndex()
144 if(iter->reservedField!=0) { in lenient8IteratorGetIndex()
147 iter->index=index; in lenient8IteratorGetIndex()
149 return iter->index; in lenient8IteratorGetIndex()
[all …]
/third_party/skia/src/utils/
DSkNWayCanvas.cpp60 Iter iter(fList); in willSave() local
61 while (iter.next()) { in willSave()
62 iter->save(); in willSave()
69 Iter iter(fList); in getSaveLayerStrategy() local
70 while (iter.next()) { in getSaveLayerStrategy()
71 iter->saveLayer(rec); in getSaveLayerStrategy()
80 Iter iter(fList); in onDoSaveBehind() local
81 while (iter.next()) { in onDoSaveBehind()
82 SkCanvasPriv::SaveBehind(iter.get(), bounds); in onDoSaveBehind()
89 Iter iter(fList); in willRestore() local
[all …]
/third_party/rust/crates/regex/bench/log/09-new-baseline/
Drust-bytes3 test misc::anchored_literal_long_match ... bench: 7 ns/iter (+/- 0) = 55714 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 8 ns/iter (+/- 0) = 48750 MB/s
5 test misc::anchored_literal_short_match ... bench: 7 ns/iter (+/- 0) = 3714 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 9 ns/iter (+/- 0) = 2888 MB/s
7 test misc::easy0_1K ... bench: 7 ns/iter (+/- 0) = 150142 MB/s
8 test misc::easy0_1MB ... bench: 11 ns/iter (+/- 1) = 95327545 MB/s
9 test misc::easy0_32 ... bench: 7 ns/iter (+/- 0) = 8428 MB/s
10 test misc::easy0_32K ... bench: 7 ns/iter (+/- 0) = 4685000 MB/s
11 test misc::easy1_1K ... bench: 17 ns/iter (+/- 0) = 61411 MB/s
12 test misc::easy1_1MB ... bench: 20 ns/iter (+/- 0) = 52429800 MB/s
[all …]
Drust3 test misc::anchored_literal_long_match ... bench: 7 ns/iter (+/- 0) = 55714 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 10 ns/iter (+/- 0) = 39000 MB/s
5 test misc::anchored_literal_short_match ... bench: 7 ns/iter (+/- 0) = 3714 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 10 ns/iter (+/- 0) = 2600 MB/s
7 test misc::easy0_1K ... bench: 8 ns/iter (+/- 0) = 131375 MB/s
8 test misc::easy0_1MB ... bench: 12 ns/iter (+/- 0) = 87383583 MB/s
9 test misc::easy0_32 ... bench: 8 ns/iter (+/- 0) = 7375 MB/s
10 test misc::easy0_32K ... bench: 8 ns/iter (+/- 0) = 4099375 MB/s
11 test misc::easy1_1K ... bench: 25 ns/iter (+/- 0) = 41760 MB/s
12 test misc::easy1_1MB ... bench: 26 ns/iter (+/- 0) = 40330615 MB/s
[all …]
Dre23 test misc::anchored_literal_long_match ... bench: 26 ns/iter (+/- 0) = 15000 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 4 ns/iter (+/- 0) = 97500 MB/s
5 test misc::anchored_literal_short_match ... bench: 26 ns/iter (+/- 0) = 1000 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 4 ns/iter (+/- 0) = 6500 MB/s
7 test misc::easy0_1K ... bench: 50 ns/iter (+/- 0) = 21020 MB/s
8 test misc::easy0_1MB ... bench: 51 ns/iter (+/- 0) = 20560843 MB/s
9 test misc::easy0_32 ... bench: 50 ns/iter (+/- 0) = 1180 MB/s
10 test misc::easy0_32K ... bench: 50 ns/iter (+/- 0) = 655900 MB/s
11 test misc::easy1_1K ... bench: 43 ns/iter (+/- 1) = 24279 MB/s
12 test misc::easy1_1MB ... bench: 43 ns/iter (+/- 0) = 24385953 MB/s
[all …]
/third_party/rust/crates/regex/bench/log/08-new-memmem/
Drust-before-023 test misc::anchored_literal_long_match ... bench: 17 ns/iter (+/- 0) = 22941 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 18 ns/iter (+/- 0) = 21666 MB/s
5 test misc::anchored_literal_short_match ... bench: 16 ns/iter (+/- 2) = 1625 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 17 ns/iter (+/- 2) = 1529 MB/s
7 test misc::easy0_1K ... bench: 12 ns/iter (+/- 0) = 87583 MB/s
8 test misc::easy0_1MB ... bench: 14 ns/iter (+/- 1) = 74900214 MB/s
9 test misc::easy0_32 ... bench: 11 ns/iter (+/- 1) = 5363 MB/s
10 test misc::easy0_32K ... bench: 12 ns/iter (+/- 1) = 2732916 MB/s
11 test misc::easy1_1K ... bench: 38 ns/iter (+/- 5) = 27473 MB/s
12 test misc::easy1_1MB ... bench: 40 ns/iter (+/- 5) = 26214900 MB/s
[all …]
Drust-after-023 test misc::anchored_literal_long_match ... bench: 18 ns/iter (+/- 2) = 21666 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 19 ns/iter (+/- 1) = 20526 MB/s
5 test misc::anchored_literal_short_match ... bench: 18 ns/iter (+/- 1) = 1444 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 19 ns/iter (+/- 2) = 1368 MB/s
7 test misc::easy0_1K ... bench: 15 ns/iter (+/- 1) = 70066 MB/s
8 test misc::easy0_1MB ... bench: 22 ns/iter (+/- 1) = 47663772 MB/s
9 test misc::easy0_32 ... bench: 14 ns/iter (+/- 1) = 4214 MB/s
10 test misc::easy0_32K ... bench: 15 ns/iter (+/- 1) = 2186333 MB/s
11 test misc::easy1_1K ... bench: 39 ns/iter (+/- 4) = 26769 MB/s
12 test misc::easy1_1MB ... bench: 43 ns/iter (+/- 3) = 24385953 MB/s
[all …]
Drust-before-013 test misc::anchored_literal_long_match ... bench: 18 ns/iter (+/- 1) = 21666 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 17 ns/iter (+/- 1) = 22941 MB/s
5 test misc::anchored_literal_short_match ... bench: 16 ns/iter (+/- 2) = 1625 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 17 ns/iter (+/- 2) = 1529 MB/s
7 test misc::easy0_1K ... bench: 12 ns/iter (+/- 1) = 87583 MB/s
8 test misc::easy0_1MB ... bench: 15 ns/iter (+/- 0) = 69906866 MB/s
9 test misc::easy0_32 ... bench: 11 ns/iter (+/- 0) = 5363 MB/s
10 test misc::easy0_32K ... bench: 12 ns/iter (+/- 2) = 2732916 MB/s
11 test misc::easy1_1K ... bench: 39 ns/iter (+/- 5) = 26769 MB/s
12 test misc::easy1_1MB ... bench: 40 ns/iter (+/- 6) = 26214900 MB/s
[all …]
Drust-after-013 test misc::anchored_literal_long_match ... bench: 18 ns/iter (+/- 1) = 21666 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 19 ns/iter (+/- 2) = 20526 MB/s
5 test misc::anchored_literal_short_match ... bench: 18 ns/iter (+/- 1) = 1444 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 19 ns/iter (+/- 0) = 1368 MB/s
7 test misc::easy0_1K ... bench: 15 ns/iter (+/- 2) = 70066 MB/s
8 test misc::easy0_1MB ... bench: 22 ns/iter (+/- 0) = 47663772 MB/s
9 test misc::easy0_32 ... bench: 14 ns/iter (+/- 2) = 4214 MB/s
10 test misc::easy0_32K ... bench: 15 ns/iter (+/- 1) = 2186333 MB/s
11 test misc::easy1_1K ... bench: 40 ns/iter (+/- 2) = 26100 MB/s
12 test misc::easy1_1MB ... bench: 44 ns/iter (+/- 5) = 23831727 MB/s
[all …]
/third_party/rust/crates/regex/bench/log/05/
Drust3 test misc::anchored_literal_long_match ... bench: 24 ns/iter (+/- 0) = 16250 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 27 ns/iter (+/- 0) = 14444 MB/s
5 test misc::anchored_literal_short_match ... bench: 22 ns/iter (+/- 0) = 1181 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 24 ns/iter (+/- 1) = 1083 MB/s
7 test misc::easy0_1K ... bench: 16 ns/iter (+/- 0) = 65687 MB/s
8 test misc::easy0_1MB ... bench: 20 ns/iter (+/- 0) = 52430150 MB/s
9 test misc::easy0_32 ... bench: 16 ns/iter (+/- 0) = 3687 MB/s
10 test misc::easy0_32K ... bench: 16 ns/iter (+/- 0) = 2049687 MB/s
11 test misc::easy1_1K ... bench: 48 ns/iter (+/- 2) = 21750 MB/s
12 test misc::easy1_1MB ... bench: 48 ns/iter (+/- 2) = 21845750 MB/s
[all …]
Dre23 test misc::anchored_literal_long_match ... bench: 102 ns/iter (+/- 3) = 3823 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 20 ns/iter (+/- 0) = 19500 MB/s
5 test misc::anchored_literal_short_match ... bench: 95 ns/iter (+/- 8) = 273 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 17 ns/iter (+/- 0) = 1529 MB/s
7 test misc::easy0_1K ... bench: 149 ns/iter (+/- 10) = 7053 MB/s
8 test misc::easy0_1MB ... bench: 29,234 ns/iter (+/- 886) = 35869 MB/s
9 test misc::easy0_32 ... bench: 126 ns/iter (+/- 4) = 468 MB/s
10 test misc::easy0_32K ... bench: 1,266 ns/iter (+/- 42) = 25904 MB/s
11 test misc::easy1_1K ... bench: 130 ns/iter (+/- 4) = 8030 MB/s
12 test misc::easy1_1MB ... bench: 29,218 ns/iter (+/- 791) = 35888 MB/s
[all …]
Dtcl3 test misc::anchored_literal_long_match ... bench: 662 ns/iter (+/- 12) = 589 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 133 ns/iter (+/- 1) = 2932 MB/s
5 test misc::anchored_literal_short_match ... bench: 616 ns/iter (+/- 18) = 42 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 122 ns/iter (+/- 1) = 213 MB/s
7 test misc::easy0_1K ... bench: 11,816 ns/iter (+/- 92) = 88 MB/s
8 test misc::easy0_1MB ... bench: 3,409,439 ns/iter (+/- 94,972) = 307 MB/s
9 test misc::easy0_32 ... bench: 8,785 ns/iter (+/- 183) = 6 MB/s
10 test misc::easy0_32K ... bench: 115,371 ns/iter (+/- 2,279) = 284 MB/s
11 test misc::easy1_1K ... bench: 7,038 ns/iter (+/- 145) = 148 MB/s
12 test misc::easy1_1MB ... bench: 3,396,028 ns/iter (+/- 100,173) = 308 MB/s
[all …]
/third_party/rust/crates/regex/bench/log/06/
Drust3 test misc::anchored_literal_long_match ... bench: 22 ns/iter (+/- 2) = 17727 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 27 ns/iter (+/- 2) = 14444 MB/s
5 test misc::anchored_literal_short_match ... bench: 22 ns/iter (+/- 1) = 1181 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 26 ns/iter (+/- 2) = 1000 MB/s
7 test misc::easy0_1K ... bench: 16 ns/iter (+/- 1) = 65687 MB/s
8 test misc::easy0_1MB ... bench: 19 ns/iter (+/- 2) = 55189631 MB/s
9 test misc::easy0_32 ... bench: 15 ns/iter (+/- 1) = 3933 MB/s
10 test misc::easy0_32K ... bench: 16 ns/iter (+/- 0) = 2049687 MB/s
11 test misc::easy1_1K ... bench: 43 ns/iter (+/- 2) = 24279 MB/s
12 test misc::easy1_1MB ... bench: 45 ns/iter (+/- 4) = 23302133 MB/s
[all …]
Dre23 test misc::anchored_literal_long_match ... bench: 73 ns/iter (+/- 8) = 5342 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 16 ns/iter (+/- 1) = 24375 MB/s
5 test misc::anchored_literal_short_match ... bench: 73 ns/iter (+/- 9) = 356 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 16 ns/iter (+/- 1) = 1625 MB/s
7 test misc::easy0_1K ... bench: 119 ns/iter (+/- 11) = 8831 MB/s
8 test misc::easy0_1MB ... bench: 25,312 ns/iter (+/- 875) = 41427 MB/s
9 test misc::easy0_32 ... bench: 112 ns/iter (+/- 5) = 526 MB/s
10 test misc::easy0_32K ... bench: 534 ns/iter (+/- 43) = 61413 MB/s
11 test misc::easy1_1K ... bench: 109 ns/iter (+/- 9) = 9577 MB/s
12 test misc::easy1_1MB ... bench: 23,892 ns/iter (+/- 715) = 43889 MB/s
[all …]
Ddphobos-ldc3 test misc::anchored_literal_long_match ... bench: 203 ns/iter (+/- 13) = 1921 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 126 ns/iter (+/- 5) = 3095 MB/s
5 test misc::anchored_literal_short_match ... bench: 204 ns/iter (+/- 4) = 127 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 127 ns/iter (+/- 8) = 204 MB/s
7 test misc::easy0_1K ... bench: 571 ns/iter (+/- 44) = 1840 MB/s
8 test misc::easy0_1MB ... bench: 25,321 ns/iter (+/- 421) = 41412 MB/s
9 test misc::easy0_32 ... bench: 553 ns/iter (+/- 9) = 106 MB/s
10 test misc::easy0_32K ... bench: 971 ns/iter (+/- 29) = 33774 MB/s
11 test misc::easy1_1K ... bench: 508 ns/iter (+/- 22) = 2055 MB/s
12 test misc::easy1_1MB ... bench: 24,181 ns/iter (+/- 704) = 43364 MB/s
[all …]
Ddphobos-dmd2 test misc::anchored_literal_long_match ... bench: 356 ns/iter (+/- 4) = 1095 MB/s
3 test misc::anchored_literal_long_non_match ... bench: 280 ns/iter (+/- 18) = 1392 MB/s
4 test misc::anchored_literal_short_match ... bench: 351 ns/iter (+/- 16) = 74 MB/s
5 test misc::anchored_literal_short_non_match ... bench: 274 ns/iter (+/- 17) = 94 MB/s
6 test misc::easy0_1K ... bench: 810 ns/iter (+/- 38) = 1297 MB/s
7 test misc::easy0_1MB ... bench: 25,296 ns/iter (+/- 3,592) = 41453 MB/s
8 test misc::easy0_32 ... bench: 745 ns/iter (+/- 60) = 79 MB/s
9 test misc::easy0_32K ... bench: 1,111 ns/iter (+/- 82) = 29518 MB/s
10 test misc::easy1_1K ... bench: 730 ns/iter (+/- 20) = 1430 MB/s
11 test misc::easy1_1MB ... bench: 25,442 ns/iter (+/- 2,076) = 41215 MB/s
[all …]
/third_party/rust/crates/regex/bench/log/07/
Drust3 test misc::anchored_literal_long_match ... bench: 15 ns/iter (+/- 0) = 26000 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 16 ns/iter (+/- 0) = 24375 MB/s
5 test misc::anchored_literal_short_match ... bench: 14 ns/iter (+/- 0) = 1857 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 16 ns/iter (+/- 0) = 1625 MB/s
7 test misc::easy0_1K ... bench: 11 ns/iter (+/- 0) = 95545 MB/s
8 test misc::easy0_1MB ... bench: 15 ns/iter (+/- 0) = 69906866 MB/s
9 test misc::easy0_32 ... bench: 11 ns/iter (+/- 0) = 5363 MB/s
10 test misc::easy0_32K ... bench: 11 ns/iter (+/- 0) = 2981363 MB/s
11 test misc::easy1_1K ... bench: 36 ns/iter (+/- 0) = 29000 MB/s
12 test misc::easy1_1MB ... bench: 38 ns/iter (+/- 0) = 27594631 MB/s
[all …]
Drust-bytes3 test misc::anchored_literal_long_match ... bench: 16 ns/iter (+/- 0) = 24375 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 16 ns/iter (+/- 0) = 24375 MB/s
5 test misc::anchored_literal_short_match ... bench: 14 ns/iter (+/- 0) = 1857 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 16 ns/iter (+/- 0) = 1625 MB/s
7 test misc::easy0_1K ... bench: 11 ns/iter (+/- 0) = 95545 MB/s
8 test misc::easy0_1MB ... bench: 14 ns/iter (+/- 0) = 74900214 MB/s
9 test misc::easy0_32 ... bench: 11 ns/iter (+/- 0) = 5363 MB/s
10 test misc::easy0_32K ... bench: 11 ns/iter (+/- 0) = 2981363 MB/s
11 test misc::easy1_1K ... bench: 36 ns/iter (+/- 0) = 29000 MB/s
12 test misc::easy1_1MB ... bench: 38 ns/iter (+/- 0) = 27594631 MB/s
[all …]
Dre23 test misc::anchored_literal_long_match ... bench: 69 ns/iter (+/- 0) = 5652 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 15 ns/iter (+/- 0) = 26000 MB/s
5 test misc::anchored_literal_short_match ... bench: 69 ns/iter (+/- 0) = 376 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 15 ns/iter (+/- 0) = 1733 MB/s
7 test misc::easy0_1K ... bench: 106 ns/iter (+/- 0) = 9915 MB/s
8 test misc::easy0_1MB ... bench: 15,311 ns/iter (+/- 113) = 68486 MB/s
9 test misc::easy0_32 ... bench: 100 ns/iter (+/- 3) = 590 MB/s
10 test misc::easy0_32K ... bench: 426 ns/iter (+/- 1) = 76983 MB/s
11 test misc::easy1_1K ... bench: 98 ns/iter (+/- 0) = 10653 MB/s
12 test misc::easy1_1MB ... bench: 15,299 ns/iter (+/- 136) = 68540 MB/s
[all …]
Ddphobos-dmd3 test misc::anchored_literal_long_match ... bench: 365 ns/iter (+/- 2) = 1068 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 300 ns/iter (+/- 0) = 1300 MB/s
5 test misc::anchored_literal_short_match ... bench: 364 ns/iter (+/- 2) = 71 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 306 ns/iter (+/- 9) = 84 MB/s
7 test misc::easy0_1K ... bench: 768 ns/iter (+/- 5) = 1368 MB/s
8 test misc::easy0_1MB ... bench: 17,062 ns/iter (+/- 252) = 61458 MB/s
9 test misc::easy0_32 ... bench: 759 ns/iter (+/- 7) = 77 MB/s
10 test misc::easy0_32K ... bench: 1,095 ns/iter (+/- 20) = 29949 MB/s
11 test misc::easy1_1K ... bench: 723 ns/iter (+/- 1) = 1443 MB/s
12 test misc::easy1_1MB ... bench: 17,021 ns/iter (+/- 229) = 61606 MB/s
[all …]
Dtcl3 test misc::anchored_literal_long_match ... bench: 452 ns/iter (+/- 6) = 862 MB/s
4 test misc::anchored_literal_long_non_match ... bench: 92 ns/iter (+/- 2) = 4239 MB/s
5 test misc::anchored_literal_short_match ... bench: 454 ns/iter (+/- 6) = 57 MB/s
6 test misc::anchored_literal_short_non_match ... bench: 92 ns/iter (+/- 1) = 282 MB/s
7 test misc::easy0_1K ... bench: 9,231 ns/iter (+/- 59) = 113 MB/s
8 test misc::easy0_1MB ... bench: 2,828,050 ns/iter (+/- 9,104) = 370 MB/s
9 test misc::easy0_32 ... bench: 6,527 ns/iter (+/- 78) = 9 MB/s
10 test misc::easy0_32K ... bench: 94,825 ns/iter (+/- 410) = 345 MB/s
11 test misc::easy1_1K ... bench: 5,420 ns/iter (+/- 54) = 192 MB/s
12 test misc::easy1_1MB ... bench: 2,823,597 ns/iter (+/- 8,534) = 371 MB/s
[all …]

12345678910>>...98