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

  /external/zlib/src/contrib/testzlib/
testzlib.c 108 ticksShifted = Int64ShrlMod32(*(DWORDLONG*)&ticks,dwLog);
109 tickSecShifted = Int64ShrlMod32(*(DWORDLONG*)&ticksPerSecond,dwLog);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 668 #define Int64ShrlMod32(a,b) ((ULONGLONG)(a)>>(b))
winnt.h 365 #define Int64ShrlMod32(a,b) ((ULONGLONG)(a) >> (b))
369 #define Int64ShrlMod32(a,b) ((DWORDLONG)(a)>>(b))
373 #define Int64ShrlMod32(a,b) ((ULONGLONG)(a) >> (b))
    [all...]

Completed in 60 milliseconds