Home
last modified time | relevance | path

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

/spdk/test/app/fuzz/vhost_fuzz/
H A Dvhost_fuzz.c442 uint64_t *out_val = out; in fuzz_json_decode_hex_uint64() local
451 *out_val = 0; in fuzz_json_decode_hex_uint64()
453 *out_val = *out_val << 4; in fuzz_json_decode_hex_uint64()
458 *out_val += current_val; in fuzz_json_decode_hex_uint64()