HomeSort by relevance Sort by last modified time
    Searched defs:Upper32 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
BranchProbability.cpp 81 uint32_t Upper32 = ProductHigh >> 32;
87 Upper32 += Mid32 < Mid32Partial;
90 if (Upper32 >= D)
93 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
BranchProbability.cpp 84 uint32_t Upper32 = ProductHigh >> 32;
90 Upper32 += Mid32 < Mid32Partial;
93 if (Upper32 >= D)
96 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.h 34 UINT32 Upper32;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.h 45 UINT32 Upper32;

Completed in 3998 milliseconds