HomeSort by relevance Sort by last modified time
    Searched refs:ByteB (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 111 UINT8 ByteB;
119 ByteB = AddressB->Addr[Index];
121 if (ByteA == ByteB) {
131 ByteA = (UINT8) (ByteA ^ ByteB);
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 598 uint64_t ByteB = Imm & 0x00ff000000000000ULL;
607 (ByteB == 0ULL || ByteB == 0x00ff000000000000ULL) &&

Completed in 59 milliseconds