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

  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 188 INT32 LowBit;
210 LowBit = (INT32)LowBitSet32 (ProcessAffinityMask);
211 if (LowBit != -1) {
216 SetProcessAffinityMask (GetCurrentProcess (), (INTN)(BIT0 << LowBit));
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 618 unsigned LowBit = LowBitExpr.getValue();
619 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1;
620 uint64_t SlicedValue = (SubExprResult.getValue() >> LowBit) & Mask;
    [all...]

Completed in 510 milliseconds