| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ | 
| H A D | tsan_shadow.h | 32   Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); }  in epoch()  function34   void SetEpoch(Epoch epoch) { part_.epoch_ = static_cast<u16>(epoch); }  in SetEpoch()
 81   Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); }  in epoch()  function
 140   static RawShadow FreedInfo(Sid sid, Epoch epoch) {  in FreedInfo()
 
 | 
| H A D | tsan_rtl.cpp | 135 static void DoResetImpl(uptr epoch) {  in DoResetImpl()232 void DoReset(ThreadState* thr, uptr epoch) SANITIZER_NO_THREAD_SAFETY_ANALYSIS {  in DoReset()
 256     uptr epoch;  in FindSlotAndLock()  local
 302   Epoch epoch = EpochInc(slot->epoch());  in SlotAttachAndLock()  local
 
 | 
| H A D | tsan_defs.h | 68 inline Epoch EpochInc(Epoch epoch) {  in EpochInc()72 inline bool EpochOverflow(Epoch epoch) { return epoch == kEpochOver; }  in EpochOverflow()
 
 | 
| H A D | tsan_rtl_report.cpp | 356                  Epoch epoch, Func f) {  in TraceReplay()432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size,  in RestoreStack()
 
 | 
| H A D | tsan_rtl.h | 136   Epoch epoch;  member147   Epoch epoch() const {  in epoch()  function
 
 | 
| H A D | tsan_trace.h | 159   u64 epoch : kEpochBits;  member
 | 
| H A D | tsan_rtl_mutex.cpp | 505   Epoch epoch = EpochInc(thr->fast_state.epoch());  in IncrementEpoch()  local
 | 
| /openbsd-src/lib/libssl/ | 
| H A D | dtls_local.h | 82 	unsigned short epoch;  member109 	unsigned short epoch;  member
 114 	unsigned short epoch;  member
 
 | 
| H A D | tls_content.c | 26 	uint16_t epoch;  member103 tls_content_set_epoch(struct tls_content *content, uint16_t epoch)  in tls_content_set_epoch()
 
 | 
| H A D | tls12_record_layer.c | 29 	uint16_t epoch;  member290     uint16_t epoch)  in tls12_record_layer_set_initial_epoch()
 308 tls12_record_layer_use_write_epoch(struct tls12_record_layer *rl, uint16_t epoch)  in tls12_record_layer_use_write_epoch()
 327 tls12_record_layer_write_epoch_done(struct tls12_record_layer *rl, uint16_t epoch)  in tls12_record_layer_write_epoch_done()
 603     uint16_t epoch, uint8_t *seq_num, size_t seq_num_len)  in tls12_record_layer_build_seq_num()
 
 | 
| H A D | d1_pkt.c | 432 		uint16_t epoch, len, ssl_version; in dtls1_get_record()   local [all...]
 | 
| H A D | ssl_local.h | 1090 uint16_t epoch; /* epoch number, needed by DTLS1 */ global()  member 
 | 
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ | 
| H A D | tsan_shadow_test.cpp | 23 void CheckShadow(const Shadow *s, Sid sid, Epoch epoch, uptr addr, uptr size,  in CheckShadow()38   Epoch epoch = static_cast<Epoch>(22);  in TEST()  local
 
 | 
| H A D | tsan_mutexset_test.cpp | 17 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch,  in Expect()
 | 
| /openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/ | 
| H A D | Piece.pm | 335 sub epoch {  subroutine
 | 
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ | 
| H A D | CF.cpp | 31   time_t epoch = GetOSXEpoch();  in CFAbsoluteTimeSummaryProvider()  local
 | 
| H A D | Cocoa.cpp | 980   time_t epoch = GetOSXEpoch();  in NSDateSummaryProvider()  local1215   static time_t epoch = 0;  in GetOSXEpoch()  local
 
 | 
| /openbsd-src/gnu/gcc/libmudflap/ | 
| H A D | mf-runtime.c | 1662   static unsigned epoch = 0;  in __mf_describe_object()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ | 
| H A D | BitcodeReader.cpp | 216       unsigned epoch = (unsigned)Record[0];  in readIdentificationBlock()  local
 |