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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Output.c110 UINT8 ByteA; local
118 ByteA = AddressA->Addr[Index];
121 if (ByteA == ByteB) {
131 ByteA = (UINT8) (ByteA ^ ByteB);
133 while (ByteA != 0) {
135 ByteA = (UINT8) (ByteA >> 1);

Completed in 84 milliseconds