Home
last modified time | relevance | path

Searched defs:hex_value (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c565 uint32_t hex_value = lit_char_hex_lookup (re_ctx_p->input_curr_p, re_ctx_p->input_end_p, 2); in re_parse_char_escape() local
586 uint32_t hex_value = lit_char_hex_lookup (re_ctx_p->input_curr_p, re_ctx_p->input_end_p, 4); in re_parse_char_escape() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c226 uint32_t hex_value = lit_char_hex_lookup (input_char_p + 1, input_end_p, 2); in ecma_builtin_global_object_decode_uri_helper() local
279 uint32_t hex_value = lit_char_hex_lookup (input_char_p + 1, input_end_p, 2); in ecma_builtin_global_object_decode_uri_helper() local
Decma-builtin-json.c177 …uint32_t hex_value = lit_char_hex_lookup (current_p + 1, end_p, ECMA_JSON_HEX_ESCAPE_SEQUENCE_LENG… in ecma_builtin_json_parse_string() local
/third_party/alsa-utils/amidi/
Damidi.c316 static int hex_value(char c) in hex_value() function
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc40 uint32_t hex_value(char c) { in hex_value() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc912 const double hex_value = 8.85060580848964661981881363317370414733886718750; in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp2348 integerPart hex_value; in convertFromHexadecimalString() local