Searched defs:nibble_value (Results 1 - 1 of 1) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr_avb.cpp43 static inline bool nibble_value(const char& c, uint8_t* value) { function
74 if (!nibble_value(hex[i], &high)) {
78 if (!nibble_value(hex[i + 1], &low)) {

Completed in 28 milliseconds