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

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
WinNtBlockIo.c 1110 LARGE_INTEGER LargeInt;
1112 LargeInt.QuadPart = DistanceToMove;
1115 LargeInt.LowPart = Private->WinNtThunk->SetFilePointer (
1117 LargeInt.LowPart,
1118 &LargeInt.HighPart,
1122 if (LargeInt.LowPart == -1 && Private->WinNtThunk->GetLastError () != NO_ERROR) {
1127 *NewFilePointer = LargeInt.QuadPart;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 168 milliseconds