Searched refs:prior_bytes (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 11653 * prior_bytes indicates how many bytes, prior to 'buf' may belong to the current memory section 11654 * and can be safely accessed. We prior_bytes to access safely up to three bytes before 'buf'. 11662 inline result rewind_and_convert_with_errors(size_t prior_bytes, const char* buf, size_t len, char16_t* utf16_output) { in rewind_and_convert_with_errors() argument 11666 size_t how_far_back = prior_bytes; in rewind_and_convert_with_errors() 11668 // if(how_far_back >= prior_bytes) { how_far_back = prior_bytes; } in rewind_and_convert_with_errors() 11932 * prior_bytes indicates how many bytes, prior to 'buf' may belong to the current memory section 11933 * and can be safely accessed. We prior_bytes to access safely up to three bytes before 'buf'. 11940 inline result rewind_and_convert_with_errors(size_t prior_bytes, const char* buf, size_t len, char32_t* utf32_output) { in rewind_and_convert_with_errors() argument 11944 if(how_far_back > prior_bytes) { how_far_bac in rewind_and_convert_with_errors() 12234 rewind_and_convert_with_errors(size_t prior_bytes, const char* buf, size_t len, char* latin1_output) rewind_and_convert_with_errors() argument [all...] |
Completed in 21 milliseconds