Home
last modified time | relevance | path

Searched refs:hex_value (Results 1 – 3 of 3) sorted by relevance

/spdk/lib/json/
H A Djson_parse.c13 hex_value(uint8_t c) in hex_value() function
45 if ((v3 = hex_value(*str++)) < 0) { return SPDK_JSON_PARSE_INVALID; } in json_decode_string_escape_unicode()
48 if ((v2 = hex_value(*str++)) < 0) { return SPDK_JSON_PARSE_INVALID; } in json_decode_string_escape_unicode()
51 if ((v1 = hex_value(*str++)) < 0) { return SPDK_JSON_PARSE_INVALID; } in json_decode_string_escape_unicode()
54 if ((v0 = hex_value(*str++)) < 0) { return SPDK_JSON_PARSE_INVALID; } in json_decode_string_escape_unicode()
/spdk/lib/util/
H A Dcpuset.c177 hex_value(uint8_t c) in hex_value() function
283 val = hex_value(c); in parse_mask()
/spdk/test/app/fuzz/vhost_fuzz/
H A Dvhost_fuzz.c425 hex_value(uint8_t c) in hex_value() function
454 current_val = hex_value(*val_pointer); in fuzz_json_decode_hex_uint64()