Home
last modified time | relevance | path

Searched defs:nibble (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/tools/
H A Dgen_ethaddr_crc.c19 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
/openbmc/linux/include/uapi/linux/
Dif_plip.h
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c753 uInt nibble; /* work */ in decDigitsFromDPD() local
/openbmc/linux/drivers/scsi/qla4xxx/
Dql4_83xx.c
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1972 static u8 nibble(unsigned char c) in nibble() function