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

  /external/swiftshader/third_party/LLVM/lib/Support/
TimeValue.cpp 22 const TimeValue TimeValue::ZeroTime = TimeValue ( 0,0 );
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Info.c 306 EFI_TIME ZeroTime;
312 ZeroMem (&ZeroTime, sizeof (EFI_TIME));
333 if (CompareMem (&ZeroTime, &NewInfo->CreateTime, sizeof (EFI_TIME)) != 0) {
343 if (CompareMem (&ZeroTime, &NewInfo->ModificationTime, sizeof (EFI_TIME)) != 0) {
  /external/llvm/include/llvm/Support/
TimeValue.h 56 static TimeValue ZeroTime() {
94 /// \brief Default construct a time value, initializing to ZeroTime.
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h 52 static const TimeValue ZeroTime;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
TimeValue.h 56 static TimeValue ZeroTime() {
94 /// \brief Default construct a time value, initializing to ZeroTime.

Completed in 1167 milliseconds