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

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 110 UINT8 ByteA;
118 ByteA = AddressA->Addr[Index];
121 if (ByteA == ByteB) {
131 ByteA = (UINT8) (ByteA ^ ByteB);
133 while (ByteA != 0) {
135 ByteA = (UINT8) (ByteA >> 1);
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 597 uint64_t ByteA = Imm & 0xff00000000000000ULL;
606 return (ByteA == 0ULL || ByteA == 0xff00000000000000ULL) &&

Completed in 69 milliseconds