HomeSort by relevance Sort by last modified time
    Searched refs:LowPart (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/zlib/src/contrib/testzlib/
testzlib.c 11 if (A.LowPart >= B.LowPart)
12 R->LowPart = A.LowPart - B.LowPart;
15 R->LowPart = A.LowPart - B.LowPart;
48 pbeginTime64->LowPart=dwEax;
62 LIres.LowPart=LIres.HighPart=0;
    [all...]
  /external/grpc-grpc/src/cpp/server/load_reporter/
get_cpu_stats_windows.cc 35 i.LowPart = ft.dwLowDateTime;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c 175 value.LowPart = (DWORD)*pos;
184 value.LowPart = SetFilePointer(p->handle, value.LowPart, &value.HighPart, moveMethod);
185 if (value.LowPart == 0xFFFFFFFF)
191 *pos = ((Int64)value.HighPart << 32) | value.LowPart;
  /external/libavc/test/encoder/
app.h 165 s_temp_time.LowPart = s_end_timer.LowPart - s_start_timer.LowPart ; \
166 s_elapsed_time = (UWORD32) ( ((DOUBLE)s_temp_time.LowPart / (DOUBLE)frequency.LowPart ) * 1000000); \
  /external/lzma/C/
7zFile.c 175 value.LowPart = (DWORD)*pos;
184 value.LowPart = SetFilePointer(p->handle, value.LowPart, &value.HighPart, moveMethod);
185 if (value.LowPart == 0xFFFFFFFF)
191 *pos = ((Int64)value.HighPart << 32) | value.LowPart;
  /external/ltp/testcases/kernel/io/disktest/
io.c 77 li.LowPart = SetFilePointer(hf, li.LowPart, &li.HighPart, MoveMethod);
79 if (li.LowPart == 0xFFFFFFFF && GetLastError() != NO_ERROR) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
WindowsSupport.h 220 TimeInteger.LowPart = Time.dwLowDateTime;
229 TimeInteger.LowPart = Time.dwLowDateTime;
245 Time.dwLowDateTime = TimeInteger.LowPart;
  /external/deqp/framework/delibs/deutil/
deClock.c 44 DE_ASSERT(freq.LowPart != 0 || freq.HighPart != 0);
  /external/tensorflow/tensorflow/core/platform/windows/
env_time.cc 60 li.LowPart = system_time.dwLowDateTime;
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 168 time_start.LowPart = start_time_.dwLowDateTime;
172 time_now.LowPart = now.dwLowDateTime;
  /external/libopus/silk/
debug.c 95 if( (int)lpPerformanceCount2.LowPart < del )
96 del = lpPerformanceCount2.LowPart;
  /external/mdnsresponder/mDNSWindows/
PosixCompat.c 110 li.LowPart = ft.dwLowDateTime;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
WindowsSupport.h 218 TimeInteger.LowPart = Time.dwLowDateTime;
227 TimeInteger.LowPart = Time.dwLowDateTime;
243 Time.dwLowDateTime = TimeInteger.LowPart;
  /external/webrtc/webrtc/system_wrappers/source/
clock.cc 141 elapsed_ms.LowPart = t;
148 filetime_ref_as_ul.LowPart = ref_point_.file_time.dwLowDateTime;
154 current_time->dwLowDateTime = filetime_ref_as_ul.LowPart;
  /external/google-benchmark/src/
timers.cc 73 kernel.LowPart = kernel_time.dwLowDateTime;
75 user.LowPart = user_time.dwLowDateTime;
  /external/libcxx/utils/google-benchmark/src/
timers.cc 73 kernel.LowPart = kernel_time.dwLowDateTime;
75 user.LowPart = user_time.dwLowDateTime;
  /external/clang/test/CodeGen/
ms-inline-asm.c 639 unsigned int LowPart;
643 unsigned int LowPart;
650 __asm mov eax, LargeInteger.LowPart
  /external/zlib/src/contrib/minizip/
iowin32.c 247 DWORD dwNewPos = SetFilePointer(hFile, pos.LowPart, &lHigh, dwMoveMethod);
254 newPos->LowPart = dwNewPos;
279 ret=(long)pos.LowPart;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
WinNtBlockIo.c 1115 LargeInt.LowPart = Private->WinNtThunk->SetFilePointer (
1117 LargeInt.LowPart,
1122 if (LargeInt.LowPart == -1 && Private->WinNtThunk->GetLastError () != NO_ERROR) {
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 397 a.LowPart = KernelTime.dwLowDateTime;
399 b.LowPart = UserTime.dwLowDateTime;
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 437 a.LowPart = KernelTime.dwLowDateTime;
439 b.LowPart = UserTime.dwLowDateTime;
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 397 a.LowPart = KernelTime.dwLowDateTime;
399 b.LowPart = UserTime.dwLowDateTime;
  /external/curl/tests/server/
sockfilt.c 573 size.LowPart = GetFileSize(handle, &length);
574 if((size.LowPart != INVALID_FILE_SIZE) ||
579 pos.LowPart = SetFilePointer(handle, 0, &pos.HighPart,
581 if((pos.LowPart != INVALID_SET_FILE_POINTER) ||
    [all...]
  /external/skia/src/ports/
SkOSFile_win.cpp 142 overlapped.Offset = winOffset.LowPart;
  /external/skqp/src/ports/
SkOSFile_win.cpp 142 overlapped.Offset = winOffset.LowPart;

Completed in 1543 milliseconds

1 2 3