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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
Mtrr.c 261 UINT64 ShiftCount;
738 ShiftCount = 0;
741 ShiftCount += 1;
744 Value <<= 64 - ShiftCount;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 541 int ShiftCount=0;
571 ShiftCount += 1;
575 MaxValue >>= ShiftCount;
576 Twiddled |= (MaxValue << (2*ShiftCount));
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i386-opc.h 720 ShiftCount,
813 unsigned int shiftcount:1; member in struct:i386_operand_type::__anon5083
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 301 milliseconds