HomeSort by relevance Sort by last modified time
    Searched refs:QuadPart (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 215 current_idle += processor_info[ix].IdleTime.QuadPart;
216 current_kernel += processor_info[ix].UserTime.QuadPart;
217 current_user += processor_info[ix].KernelTime.QuadPart;
win32.h 92 return r.QuadPart;
timeutils.cc 104 int64 micros = (li.QuadPart - kFileTimeToUnixTimeEpochOffset) / 10;
  /external/qemu/block/
raw-win32.c 194 l.QuadPart = total.QuadPart;
206 return l.QuadPart;
  /external/svox/pico/lib/
picopal.c 526 dt = now.QuadPart - GLOB(startTime).QuadPart;
527 tf = GLOB(timerFreq).QuadPart;
532 dt = (double)(now.QuadPart - startTime.QuadPart);
533 tf = (double)(timerFreq.QuadPart);
  /external/chromium_org/base/
sys_info_win.cc 64 int64 rv = static_cast<int64>(available.QuadPart);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.h 109 return r.QuadPart;
timeutils.cc 121 int64 micros = (li.QuadPart - kFileTimeToUnixTimeEpochOffset) / 10;
  /external/lzma/CPP/Windows/
FileIO.cpp 204 value.QuadPart = distanceToMove;
209 newPosition = value.QuadPart;
263 Length = partInfo.PartitionLength.QuadPart;
271 Length = geom.Cylinders.QuadPart * geom.TracksPerCylinder * geom.SectorsPerTrack * geom.BytesPerSector;
  /external/stlport/src/details/
fstream_win32io.cpp 87 ret = li.QuadPart;
570 li.QuadPart = offset;
573 result = li.QuadPart;
600 li.QuadPart = offset;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 87 ret = li.QuadPart;
570 li.QuadPart = offset;
573 result = li.QuadPart;
600 li.QuadPart = offset;
  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 319 (user_time64.QuadPart + kernel_time64.QuadPart) / 10000));
  /external/chromium_org/v8/src/platform/
time.cc 410 int64_t whole_seconds = now.QuadPart / ticks_per_second_;
411 int64_t leftover_ticks = now.QuadPart % ticks_per_second_;
489 return new HighResolutionTickClock(ticks_per_second.QuadPart);
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_win.cc 95 ULONGLONG disk_capacity = geometry.Cylinders.QuadPart *
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc 32 return ularge.QuadPart / 10;
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 127 value->uhVal.QuadPart = (UInt64)codec.Id;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propvarutil.h 111 ppropvar->hVal.QuadPart = llVal;
  /external/chromium_org/base/time/
time_win.cc 413 ticks_per_second_ = ticks_per_sec.QuadPart;
422 return QPCValueToMicroseconds(now.QuadPart);
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 220 size = prop.uhVal.QuadPart;
247 size = prop.uhVal.QuadPart;
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 879 hires_frequency = li_frequency.QuadPart;
913 timer_tp.tv_sec = (long)(hires_counter.QuadPart / hires_frequency);
914 timer_tp.tv_nsec = (long)(((hires_counter.QuadPart % hires_frequency)/1000) * hires_ticks_to_ps);
975 rtime.QuadPart -= epoch_time;
976 tp->tv_sec = (long)(rtime.QuadPart / 10000000);
977 tp->tv_nsec = (long)((rtime.QuadPart % 10000000)*100);
    [all...]
  /external/fio/os/windows/
posix.c 430 if (freq.QuadPart == 0)
433 tp->tv_sec = counts.QuadPart / freq.QuadPart;
436 t = tp->tv_sec * freq.QuadPart;
437 t = counts.QuadPart - t;
442 tp->tv_nsec = t / freq.QuadPart;
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 452 Interval.QuadPart = -5000000; // 0.5 sec. from now
778 *FsSize = pi.PartitionLength.QuadPart;
800 gi.Cylinders.QuadPart;
1330 Offset.QuadPart = block * channel->block_size;
1421 Offset.QuadPart = block * channel->block_size;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 265 x = (double) (li.QuadPart - (*counter_start));
276 x = (double)(li.QuadPart);
279 *counter_start = li.QuadPart;
  /external/chromium_org/third_party/zlib/contrib/minizip/
iowin32.c 222 li.QuadPart = 0;
231 ret=li.QuadPart;
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 403 uint64_t TotalTimeMiliseconds = (a.QuadPart + b.QuadPart) / 10000;

Completed in 867 milliseconds

1 2 34 5 6 7