Searched refs:byte2 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c55 char2b.byte2 = (c & 0xff);
79 unsigned int byte1 = 0, byte2 = 0; local
92 byte2 = which & 0xff;
94 if ((fs->min_char_or_byte2 > byte2) ||
95 (fs->max_char_or_byte2 < byte2) ||
109 (byte2 - fs->min_char_or_byte2);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dipoib.c339 uint8_t byte2; member in struct:ipoib_eth_addr_handler
366 ( handler->byte2 == guid->bytes[2] ) ) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c250 // there are extension bytes (Byte1, byte2, byte3...)
1137 @param[in] byte2 The information.
1142 IN UINT8 byte2,
1150 PRINT_INFO_OPTION (byte2, Option);
1152 if (BIT (byte2, 0) != 0) {
1156 if (BIT (byte2, 1) != 0) {
1141 DisplayBiosCharacteristicsExt2( IN UINT8 byte2, IN UINT8 Option ) argument
/vbox/src/VBox/Disassembler/
H A DDisasmCore.cpp2528 uint8_t byte2 = disReadByte(pDis, offInstr++);
2531 pDis->bVexDestReg = VEX_2B2INT(byte2);
2539 pDis->bVexWFlag = !(byte2 & 0x80);
2544 switch(byte2 & 3)

Completed in 684 milliseconds