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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c54 char2b.byte1 = (c >> 8) & 0xff;
79 unsigned int byte1 = 0, byte2 = 0; local
93 byte1 = which >> 8;
96 (fs->min_byte1 > byte1) ||
97 (fs->max_byte1 < byte1)) valid = 0;
108 i = ((byte1 - fs->min_byte1) * pages) +
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dipoib.c337 uint8_t byte1; member in struct:ipoib_eth_addr_handler
365 if ( ( handler->byte1 == guid->bytes[1] ) &&

Completed in 1232 milliseconds