Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Djson.c449 static int decode_int64(const struct json_token *token, int64_t *num) in decode_int64() function
575 return decode_int64(value, num); in decode_value()