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