Searched defs:vH (Results 1 – 2 of 2) sorted by relevance
| /third_party/json/tests/src/ |
| D | unit-bjdata.cpp | 2913 … std::vector<uint8_t> vH = {'[', 'H', '[', '#', '[', '$', 'i', '#', '[', 'i', '2', 'i', 2, ']'}; variable
|
| /third_party/node/deps/simdutf/ |
| D | simdutf.cpp | 12769 const auto vH = ((in_16 & v_fc) == v_dc); in arm_detect_encodings() local 12917 const auto vH = ((in & v_fc) == v_dc); in arm_validate_utf16() local 12988 const auto vH = ((in & v_fc) == v_dc); in arm_validate_utf16_with_errors() local 22126 const auto vH = (in_16 & v_fc) == v_dc; in avx2_detect_encodings() local 22315 const auto vH = (in & v_fc) == v_dc; in avx2_validate_utf16() local 22393 const auto vH = (in & v_fc) == v_dc; in avx2_validate_utf16_with_errors() local 28596 const auto vH = (in_16 & v_fc) == v_dc; in sse_detect_encodings() local 28791 const auto vH = (in & v_fc) == v_dc; in sse_validate_utf16() local 28869 const auto vH = (in & v_fc) == v_dc; in sse_validate_utf16_with_errors() local
|