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

  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKChronology.java 173 long epoch1 = date1.getLong(ChronoField.EPOCH_DAY); local
174 ChronoLocalDate date2 = date1.with(ChronoField.EPOCH_DAY, epoch1);
177 assertEquals(epoch1, epoch2, "Epoch day not the same: " + epoch1 + " != " + epoch2);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 704 // epoch1[0:63] = sync_epoch
705 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); local
710 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0);
tsan_rtl.h 471 u64 epoch1; member in class:__tsan::ThreadContext

Completed in 85 milliseconds