/third_party/libinput/src/ |
H A D | timer.c | 73 if (timer->expire < earliest_expire) in libinput_timer_arm_timer_fd() 74 earliest_expire = timer->expire; in libinput_timer_arm_timer_fd() 91 uint64_t expire, in libinput_timer_set_flags() 98 if (expire < now) { in libinput_timer_set_flags() 100 now - expire > timer_warning_limit) in libinput_timer_set_flags() 105 us2ms(now - expire)); in libinput_timer_set_flags() 106 } else if ((expire - now) > ms2us(5000)) { in libinput_timer_set_flags() 108 "timer %s: offset more than 5s, now %d expire %d\n", in libinput_timer_set_flags() 110 us2ms(now), us2ms(expire)); in libinput_timer_set_flags() 114 assert(expire); in libinput_timer_set_flags() 90 libinput_timer_set_flags(struct libinput_timer *timer, uint64_t expire, uint32_t flags) libinput_timer_set_flags() argument 124 libinput_timer_set(struct libinput_timer *timer, uint64_t expire) libinput_timer_set() argument [all...] |
H A D | timer.h | 37 uint64_t expire; /* in absolute us CLOCK_MONOTONIC */ member 51 /* Set timer expire time, in absolute us CLOCK_MONOTONIC */ 53 libinput_timer_set(struct libinput_timer *timer, uint64_t expire); 62 uint64_t expire,
|
/third_party/curl/docs/examples/ |
H A D | hsts-preload.c | 53 const char *expire; in hstsread() local 57 expire = preload_hosts[s->index++].exp; in hstsread() 62 strcpy(e->expire, expire); in hstsread() 63 fprintf(stderr, "HSTS preload '%s' until '%s'\n", host, expire); in hstsread() 76 e->name, e->expire); in hstswrite()
|
/third_party/curl/tests/libtest/ |
H A D | lib1915.c | 58 const char *expire; in hstsread() local 62 expire = preload_hosts[s->index++].exp; in hstsread() 67 strcpy(e->expire, expire); in hstsread() 91 printf("[%zu/%zu] %s %s\n", i->index, i->total, e->name, e->expire); in hstswrite()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_qcache.c | 32 ares__slist_t *expire; member 139 while ((node = ares__slist_node_first(cache->expire)) != NULL) { in ares__qcache_expire() 164 ares__slist_destroy(cache->expire); in ares__qcache_destroy() 215 cache->expire = ares__slist_create(rand_state, ares__qcache_entry_sort_cb, in ares__qcache_create() 217 if (cache->expire == NULL) { in ares__qcache_create() 372 if (ares__slist_insert(qcache->expire, entry) == NULL) { in ares__qcache_insert()
|
H A D | ares_parse_soa_reply.c | 84 soa->expire = ares_dns_rr_get_u32(rr, ARES_RR_SOA_EXPIRE); in ares_parse_soa_reply()
|
H A D | ares_dns_private.h | 76 unsigned int expire; member
|
/third_party/curl/lib/ |
H A D | hsts.c | 320 msnprintf(e.expire, sizeof(e.expire), "%d%02d%02d %02d:%02d:%02d", in hsts_push() 325 strcpy(e.expire, UNLIMITED); in hsts_push() 448 /* the same host name, use the largest expire time */ in hsts_add() 475 e.expire[0] = 0; in hsts_pull() 485 if(e.expire[0]) in hsts_pull() 486 expires = Curl_getdate_capped(e.expire); in hsts_pull()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/include/ |
H A D | hi_hwtimer.h | 109 hi_u32 expire; member 122 hi_u32 expire; member
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 221 time_t expire = time(NULL); in mtx_timedlock() 222 expire += ts->tv_sec; in mtx_timedlock() 225 if (expire < now) in mtx_timedlock()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_hrtimer.h | 106 * @param expire [IN] type #hi_u32,Expiration time of the timer (unit: microsecond).When the clock is set to 123 hi_u32 hi_hrtimer_start(hi_u32 timer_handle, hi_u32 expire, hi_hrtimer_callback_f hrtimer_func, hi_u32 data);
|
H A D | hi_timer.h | 84 * @li If the timer does not expire, stop and restart the timer. 94 * @param expire [IN] type #hi_u32,timeout period of the timer (unit: ms). If this parameter is set to 0, 106 hi_u32 hi_timer_start(hi_u32 timer_handle, hi_timer_type type, hi_u32 expire, 137 * @li If the timer does not expire, stop the timer before deleting it.
|
/third_party/skia/src/gpu/ |
H A D | GrResourceAllocator.cpp | 310 void GrResourceAllocator::expire(unsigned int curIndex) { in expire() function in GrResourceAllocator 340 this->expire(cur->start()); in planAssignment() 369 // expire all the remaining intervals to drain the active interval list in planAssignment() 370 this->expire(std::numeric_limits<unsigned int>::max()); in planAssignment()
|
H A D | GrResourceAllocator.h | 130 void expire(unsigned int curIndex);
|
/third_party/node/test/parallel/ |
H A D | test-dns-resolveany.js | 23 expire: 1800,
|
H A D | test-dns.js | 376 expire: 1800, 398 expire: 1800,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 697 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_start() local 722 s->timeout_time = expire; in subscription_start() 762 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_renew() local 768 s->timeout_time = expire; in subscription_renew()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 719 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_start() local 744 s->timeout_time = expire; in subscription_start() 784 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_renew() local 790 s->timeout_time = expire; in subscription_renew()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dpp_hostapd.c | 1064 os_time_t expire; in hostapd_dpp_rx_peer_disc_req() local 1111 connector, connector_len, &expire); in hostapd_dpp_rx_peer_disc_req() 1127 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req() 1128 expire = hapd->conf->dpp_netaccesskey_expiry; in hostapd_dpp_rx_peer_disc_req() 1129 if (expire) in hostapd_dpp_rx_peer_disc_req() 1130 expiration = expire - now.sec; in hostapd_dpp_rx_peer_disc_req()
|
/third_party/node/test/common/ |
H A D | dns.js | 143 rr.expire = buffer.readUInt32BE(trailerOffset + 12); 269 rr.serial, rr.refresh, rr.retry, rr.expire, rr.minttl,
|
/third_party/node/test/internet/ |
H A D | test-dns.js | 366 assert.strictEqual(typeof result.expire, 'number'); 367 assert.ok((result.expire > 0) && (result.expire < 2147483647));
|
H A D | test-dns-any.js | 71 assert.strictEqual(typeof r.expire, 'number');
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay_i.h | 48 time_t expire; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dpp_hostapd.c | 1615 os_time_t expire; in hostapd_dpp_rx_peer_disc_req() local 1662 connector, connector_len, &expire); in hostapd_dpp_rx_peer_disc_req() 1700 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req() 1701 expire = hapd->conf->dpp_netaccesskey_expiry; in hostapd_dpp_rx_peer_disc_req() 1702 if (expire) in hostapd_dpp_rx_peer_disc_req() 1703 expiration = expire - now.sec; in hostapd_dpp_rx_peer_disc_req()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 3603 struct timespec expire; in dri2_client_wait_sync() local 3609 /* calculating when to expire */ in dri2_client_wait_sync() 3610 expire.tv_nsec = timeout % 1000000000L; in dri2_client_wait_sync() 3611 expire.tv_sec = timeout / 1000000000L; in dri2_client_wait_sync() 3613 expire.tv_nsec += current.tv_nsec; in dri2_client_wait_sync() 3614 expire.tv_sec += current.tv_sec; in dri2_client_wait_sync() 3616 /* expire.nsec now is a number between 0 and 1999999998 */ in dri2_client_wait_sync() 3617 if (expire.tv_nsec > 999999999L) { in dri2_client_wait_sync() 3618 expire.tv_sec++; in dri2_client_wait_sync() 3619 expire in dri2_client_wait_sync() [all...] |