Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Djson.c473 static int decode_uint64(const struct json_token *token, uint64_t *num) in decode_uint64() function
580 return decode_uint64(value, num); in decode_value()