Lines Matching defs:consumed

5722  * deriving the consumed bytes otherwise.
13204 // It returns how many bytes were consumed (up to 16, usually 12).
13229 return 16; // We consumed 16 bytes.
13243 return 12; // We consumed 12 bytes.
13257 return 12; // We consumed 12 bytes.
13264 const uint8_t consumed =
13278 return consumed;
13323 return consumed;
13374 return 12; // We consumed 12 bytes.
13452 return consumed;
13464 // It returns how many bytes were consumed (up to 12).
13489 return 16; // We consumed 16 bytes.
13499 return 12; // We consumed 12 bytes.
13511 return 12; // We consumed 12 bytes.
13517 const uint8_t consumed =
13529 return consumed;
13558 return consumed;
13591 return 12; // We consumed 12 bytes.
13629 return consumed;
13640 // It returns how many bytes were consumed (up to 16, usually 12).
13662 return 16; // We consumed 16 bytes.
13668 const uint8_t consumed =
13671 if(idx >= 64) { return consumed; }
13701 return consumed;
15567 // Performance note: our ability to compute 'consumed' and
15569 // latency of, say, 4 cycles on getting 'consumed', then
15579 // are consumed at once (e.g., when encountering ASCII).
15580 size_t consumed = convert_masked_utf8_to_utf16<endian>(input + pos,
15582 pos += consumed;
15583 utf8_end_of_code_point_mask >>= consumed;
15773 // Performance note: our ability to compute 'consumed' and
15775 // latency of, say, 4 cycles on getting 'consumed', then
15782 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
15784 pos += consumed;
15785 utf8_end_of_code_point_mask >>= consumed;
15855 // Performance note: our ability to compute 'consumed' and
15857 // latency of, say, 4 cycles on getting 'consumed', then
15864 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
15866 pos += consumed;
15867 utf8_end_of_code_point_mask >>= consumed;
15935 size_t consumed = convert_masked_utf8_to_utf32(input + pos,
15937 pos += consumed;
15938 utf8_end_of_code_point_mask >>= consumed;
16125 // Performance note: our ability to compute 'consumed' and
16127 // latency of, say, 4 cycles on getting 'consumed', then
16134 size_t consumed = convert_masked_utf8_to_utf32(in + pos,
16136 pos += consumed;
16137 utf8_end_of_code_point_mask >>= consumed;
16204 // Performance note: our ability to compute 'consumed' and
16206 // latency of, say, 4 cycles on getting 'consumed', then
16213 size_t consumed = convert_masked_utf8_to_utf32(in + pos,
16215 pos += consumed;
16216 utf8_end_of_code_point_mask >>= consumed;
16523 // Performance note: our ability to compute 'consumed' and
16525 // latency of, say, 4 cycles on getting 'consumed', then
16532 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
16534 pos += consumed;
16535 utf8_end_of_code_point_mask >>= consumed;
16604 // Performance note: our ability to compute 'consumed' and
16606 // latency of, say, 4 cycles on getting 'consumed', then
16613 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
16615 pos += consumed;
16616 utf8_end_of_code_point_mask >>= consumed;
16698 // Performance note: our ability to compute 'consumed' and
16700 // latency of, say, 4 cycles on getting 'consumed', then
16707 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
16709 pos += consumed;
16710 utf8_end_of_code_point_mask >>= consumed;
17837 in += 64; // consumed 64 bytes
19438 * consumed.
21189 // the beginning ret.first, as they were already consumed.
21216 // the beginning ret.first, as they were already consumed.
21248 // the beginning ret.first, as they were already consumed.
21284 // the beginning ret.first, as they were already consumed.
21317 // the beginning ret.first, as they were already consumed.
22637 // It returns how many bytes were consumed (up to 12).
22666 return 16; // We consumed 16 bytes.
22705 const uint8_t consumed =
22809 return consumed;
22819 // It returns how many bytes were consumed (up to 12).
22841 return 16; // We consumed 16 bytes.
22878 const uint8_t consumed =
22936 return consumed;
24457 // It returns how many bytes were consumed (up to 12).
24486 return 32; // We consumed 32 bytes.
24494 return 16; // We consumed 16 bytes.
24499 const uint8_t consumed =
24502 if(idx >= 64) { return consumed; }
24520 return consumed;
24978 // Performance note: our ability to compute 'consumed' and
24980 // latency of, say, 4 cycles on getting 'consumed', then
24990 // are consumed at once (e.g., when encountering ASCII).
24991 size_t consumed = convert_masked_utf8_to_utf16<endian>(input + pos,
24993 pos += consumed;
24994 utf8_end_of_code_point_mask >>= consumed;
25184 // Performance note: our ability to compute 'consumed' and
25186 // latency of, say, 4 cycles on getting 'consumed', then
25193 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
25195 pos += consumed;
25196 utf8_end_of_code_point_mask >>= consumed;
25266 // Performance note: our ability to compute 'consumed' and
25268 // latency of, say, 4 cycles on getting 'consumed', then
25275 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
25277 pos += consumed;
25278 utf8_end_of_code_point_mask >>= consumed;
25346 size_t consumed = convert_masked_utf8_to_utf32(input + pos,
25348 pos += consumed;
25349 utf8_end_of_code_point_mask >>= consumed;
25536 // Performance note: our ability to compute 'consumed' and
25538 // latency of, say, 4 cycles on getting 'consumed', then
25545 size_t consumed = convert_masked_utf8_to_utf32(in + pos,
25547 pos += consumed;
25548 utf8_end_of_code_point_mask >>= consumed;
25615 // Performance note: our ability to compute 'consumed' and
25617 // latency of, say, 4 cycles on getting 'consumed', then
25624 size_t consumed = convert_masked_utf8_to_utf32(in + pos,
25626 pos += consumed;
25627 utf8_end_of_code_point_mask >>= consumed;
25936 // Performance note: our ability to compute 'consumed' and
25938 // latency of, say, 4 cycles on getting 'consumed', then
25945 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
25947 pos += consumed;
25948 utf8_end_of_code_point_mask >>= consumed;
26017 // Performance note: our ability to compute 'consumed' and
26019 // latency of, say, 4 cycles on getting 'consumed', then
26026 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
26028 pos += consumed;
26029 utf8_end_of_code_point_mask >>= consumed;
26111 // Performance note: our ability to compute 'consumed' and
26113 // latency of, say, 4 cycles on getting 'consumed', then
26120 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
26122 pos += consumed;
26123 utf8_end_of_code_point_mask >>= consumed;
27350 // Performance note: our ability to compute 'consumed' and
27352 // latency of, say, 4 cycles on getting 'consumed', then
27362 // are consumed at once (e.g., when encountering ASCII).
27363 size_t consumed = convert_masked_utf8_to_utf16<endian>(input + pos,
27365 pos += consumed;
27366 utf8_end_of_code_point_mask >>= consumed;
27556 // Performance note: our ability to compute 'consumed' and
27558 // latency of, say, 4 cycles on getting 'consumed', then
27565 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
27567 pos += consumed;
27568 utf8_end_of_code_point_mask >>= consumed;
27638 // Performance note: our ability to compute 'consumed' and
27640 // latency of, say, 4 cycles on getting 'consumed', then
27647 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
27649 pos += consumed;
27650 utf8_end_of_code_point_mask >>= consumed;
27718 size_t consumed = convert_masked_utf8_to_utf32(input + pos,
27720 pos += consumed;
27721 utf8_end_of_code_point_mask >>= consumed;
27908 // Performance note: our ability to compute 'consumed' and
27910 // latency of, say, 4 cycles on getting 'consumed', then
27917 size_t consumed = convert_masked_utf8_to_utf32(in + pos,
27919 pos += consumed;
27920 utf8_end_of_code_point_mask >>= consumed;
27987 // Performance note: our ability to compute 'consumed' and
27989 // latency of, say, 4 cycles on getting 'consumed', then
27996 size_t consumed = convert_masked_utf8_to_utf32(in + pos,
27998 pos += consumed;
27999 utf8_end_of_code_point_mask >>= consumed;
29112 // It returns how many bytes were consumed (up to 12).
29142 return 16; // We consumed 16 bytes.
29182 const uint8_t consumed =
29286 return consumed;
29296 // It returns how many bytes were consumed (up to 12).
29320 return 16; // We consumed 16 bytes.
29358 const uint8_t consumed =
29416 return consumed;
29426 // It returns how many bytes were consumed (up to 12).
29446 return 16; // We consumed 16 bytes.
29451 const uint8_t consumed =
29454 if(idx >= 64) { return consumed; }
29472 return consumed;
31357 // Performance note: our ability to compute 'consumed' and
31359 // latency of, say, 4 cycles on getting 'consumed', then
31369 // are consumed at once (e.g., when encountering ASCII).
31370 size_t consumed = convert_masked_utf8_to_utf16<endian>(input + pos,
31372 pos += consumed;
31373 utf8_end_of_code_point_mask >>= consumed;
31563 // Performance note: our ability to compute 'consumed' and
31565 // latency of, say, 4 cycles on getting 'consumed', then
31572 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
31574 pos += consumed;
31575 utf8_end_of_code_point_mask >>= consumed;
31645 // Performance note: our ability to compute 'consumed' and
31647 // latency of, say, 4 cycles on getting 'consumed', then
31654 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
31656 pos += consumed;
31657 utf8_end_of_code_point_mask >>= consumed;
31725 size_t consumed = convert_masked_utf8_to_utf32(input + pos,
31727 pos += consumed;
31728 utf8_end_of_code_point_mask >>= consumed;
31915 // Performance note: our ability to compute 'consumed' and
31917 // latency of, say, 4 cycles on getting 'consumed', then
31924 size_t consumed = convert_masked_utf8_to_utf32(in + pos,
31926 pos += consumed;
31927 utf8_end_of_code_point_mask >>= consumed;
31994 // Performance note: our ability to compute 'consumed' and
31996 // latency of, say, 4 cycles on getting 'consumed', then
32003 size_t consumed = convert_masked_utf8_to_utf32(in + pos,
32005 pos += consumed;
32006 utf8_end_of_code_point_mask >>= consumed;
32313 // Performance note: our ability to compute 'consumed' and
32315 // latency of, say, 4 cycles on getting 'consumed', then
32322 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
32324 pos += consumed;
32325 utf8_end_of_code_point_mask >>= consumed;
32394 // Performance note: our ability to compute 'consumed' and
32396 // latency of, say, 4 cycles on getting 'consumed', then
32403 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
32405 pos += consumed;
32406 utf8_end_of_code_point_mask >>= consumed;
32488 // Performance note: our ability to compute 'consumed' and
32490 // latency of, say, 4 cycles on getting 'consumed', then
32497 size_t consumed = convert_masked_utf8_to_latin1(in + pos,
32499 pos += consumed;
32500 utf8_end_of_code_point_mask >>= consumed;