Home
last modified time | relevance | path

Searched defs:epoch (Results 1 - 25 of 86) sorted by relevance

1234

/base/notification/common_event_service/services/src/
H A Dsystem_time.cpp30 auto epoch = nowSys.time_since_epoch(); in GetNowSysTime() local
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_timing_event_module_test.cpp31 auto epoch = nowSys.time_since_epoch(); in GetNowSysTime() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_globals.c21 static atomic_t epoch; variable
27 int epoch; member
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-invoker.cc146 size_t GCInvoker::epoch() const { return impl_->epoch(); } in epoch() function in cppgc::internal::GCInvoker
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_handler_utils.h110 auto epoch = now.time_since_epoch(); in GetTimeStamp() local
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Drtc.c39 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch() local
51 int epoch, year, ctrl; in init_rtc_epoch() local
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Drtc.c39 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch() local
51 int epoch, year, ctrl; in init_rtc_epoch() local
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dhp_sdc_rtc.c56 static unsigned long epoch = 2000; variable
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dhp_sdc_rtc.c56 static unsigned long epoch = 2000; variable
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dmon_client.h20 u32 epoch; member
H A Dosdmap.h172 u32 epoch; member
/kernel/linux/linux-6.6/fs/smb/server/
H A Doplock.h37 __le16 epoch; member
57 unsigned short epoch; member
88 __le16 epoch; member
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dmon_client.h20 u32 epoch; member
H A Dosdmap.h172 u32 epoch; member
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dversion.py266 def epoch(sel member in Version
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-vr41xx.c73 static unsigned long epoch = 1970; /* Jan 1 1970 00:00:00 */ variable
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drecord.h67 unsigned long epoch; member
81 unsigned short epoch; member
/third_party/openssl/test/
H A Ddtlstest.c197 int epoch = 0; in test_dtls_drop_records() local
H A Dbad_dtls_test.c280 static unsigned char epoch[2] = { 0x00, 0x01 }; in send_record() local
/third_party/openssl/ssl/record/
H A Drecord.h67 unsigned long epoch; member
81 unsigned short epoch; member
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp224 auto epoch = std::chrono::system_clock::now().time_since_epoch(); in IsLiveViewCanRecover() local
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp159 auto epoch = nowSys.time_since_epoch(); in SendTimingEvent() local
/kernel/linux/linux-5.10/net/rxrpc/
H A Dprotocol.h22 __be32 epoch; /* client boot timestamp */ member
173 __be32 epoch; /* current epoch */ member
/kernel/linux/linux-5.10/net/ceph/
H A Dmon_client.c47 u32 epoch, num_mon; in ceph_monmap_decode() local
349 __ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, bool continuous) __ceph_monc_want_map() argument
370 ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, bool continuous) ceph_monc_want_map() argument
388 __ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch) __ceph_monc_got_map() argument
403 ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch) ceph_monc_got_map() argument
425 ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch, unsigned long timeout) ceph_monc_wait_osdmap() argument
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H A Dprotocol.h22 __be32 epoch; /* client boot timestamp */ member
166 __be32 epoch; /* current epoch */ member

Completed in 16 milliseconds

1234