Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_property_descriptor.c142 uint64_t parsed_val; in avb_property_lookup_uint64() local
157 parsed_val = 0; in avb_property_lookup_uint64()
162 parsed_val *= base; in avb_property_lookup_uint64()
175 parsed_val += digit; in avb_property_lookup_uint64()
180 *out_value = parsed_val; in avb_property_lookup_uint64()