HomeSort by relevance Sort by last modified time
    Searched full:nibble_value (Results 1 - 1 of 1) sorted by null

  /system/core/fs_mgr/
fs_mgr_avb.cpp 43 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 208 milliseconds