Searched defs:nibble (Results 1 – 2 of 2) sorted by relevance
20 uint8_t nibble_to_hex(const char *nibble, bool lo) in nibble_to_hex()31 char nibble[2] = { 0x00, '\n' }; /* for strtol */ in process_mac() local
1977 static u8 nibble(unsigned char c) in nibble() function