Home
last modified time | relevance | path

Searched refs:hexed (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkJSON.cpp663 uint32_t hexed; in unescapeString() local
665 const auto* eos = SkParse::FindHex(hex_str, &hexed); in unescapeString()
671 const auto utf8_len = SkUTF::ToUTF8(SkTo<SkUnichar>(hexed), utf8); in unescapeString()
/third_party/skia/src/utils/
DSkJSON.cpp671 uint32_t hexed; in unescapeString() local
673 const auto* eos = SkParse::FindHex(hex_str, &hexed); in unescapeString()
679 const auto utf8_len = SkUTF::ToUTF8(SkTo<SkUnichar>(hexed), utf8); in unescapeString()
/third_party/openssl/test/
Dsslapitest.c186 char hexed[3]; in compare_hex_encoded_buffer() local
192 sprintf(hexed, "%02x", raw[i]); in compare_hex_encoded_buffer()
193 if (!TEST_int_eq(hexed[0], hex_encoded[j]) in compare_hex_encoded_buffer()
194 || !TEST_int_eq(hexed[1], hex_encoded[j + 1])) in compare_hex_encoded_buffer()
/third_party/NuttX/
DReleaseNotes10107 - apps/system/hexed: Port the hexed command line hexadeciamal editor
10108 to NuttX. See http://apps.venomdev.net/hexed/.
20661 - apps/system/hexed: Fix memory leak From zhuyanlin.