/third_party/gn/src/gn/ |
H A D | ninja_build_writer.cc | 43 Counts() : count(0), last_seen(nullptr) {} in Counts() 49 const Target* last_seen; member 547 short_names_counts.last_seen = target; 553 exes_counts.last_seen = target; 560 exes_counts.last_seen = target; 620 const StringAtom& short_name = counts.last_seen->label().name_atom(); 622 WritePhonyRule(counts.last_seen, short_name); 628 const StringAtom& short_name = counts.last_seen->label().name_atom(); 630 WritePhonyRule(counts.last_seen, short_name);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alugroup.cpp | 295 bool last_seen = false; in fix_last_flag() local 298 if (!last_seen) { in fix_last_flag() 300 last_seen = true; in fix_last_flag()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 70 int last_seen; member 213 tst_atomic_store(atomic_timestamp(), &workers[worker].last_seen); in worker_heartbeat() 220 return atomic_timestamp() - tst_atomic_load(&w->last_seen); in worker_elapsed() 340 wa[i].last_seen = atomic_timestamp(); in spawn_workers()
|
/third_party/libwebsockets/lib/drivers/netdev/ |
H A D | wifi.c | 137 w->last_seen < least_recent) { in lws_netdev_wifi_scan_select() 144 least_recent = w->last_seen; in lws_netdev_wifi_scan_select()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.c | 61 if (dev->last_seen.sec + P2P_PEER_EXPIRATION_AGE >= now.sec) in p2p_expire_peers() 80 os_get_reltime(&dev->last_seen); in p2p_expire_peers() 94 os_get_reltime(&dev->last_seen); in p2p_expire_peers() 427 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in p2p_create_device() 534 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients() 762 if (dev->last_seen.sec > 0 && in p2p_add_device() 763 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device() 765 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device() 768 "Do not update peer entry based on old frame (rx_time=%u.%06u last_seen in p2p_add_device() [all...] |
H A D | p2p_i.h | 43 struct os_reltime last_seen; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.c | 111 if (dev->last_seen.sec + P2P_PEER_EXPIRATION_AGE >= now.sec) in p2p_expire_peers() 130 os_get_reltime(&dev->last_seen); in p2p_expire_peers() 144 os_get_reltime(&dev->last_seen); in p2p_expire_peers() 487 os_reltime_before(&dev->last_seen, &oldest->last_seen)) 596 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); 826 if (dev->last_seen.sec > 0 && 827 os_reltime_before(rx_time, &dev->last_seen) && 829 os_reltime_expired(&dev->last_seen, rx_time, 832 "Do not update peer entry based on old frame (rx_time=%u.%06u last_seen [all...] |
H A D | p2p_i.h | 43 struct os_reltime last_seen; member
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-netdev.h | 208 uint32_t last_seen; /* unix time */ member
|
/third_party/libcoap/include/oscore/ |
H A D | oscore_context.h | 150 coap_tick_t last_seen; member
|
/third_party/libcoap/include/coap3/ |
H A D | coap_block_internal.h | 85 coap_tick_t last_seen; member
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 1298 coap_ticks(&lg_crcv->rec_blocks.last_seen); in coap_request_missing_q_block2() 1342 if (p->rec_blocks.last_seen + scaled_timeout <= now) { in coap_block_check_lg_crcv_timeouts() 1345 if (*tim_rem > p->rec_blocks.last_seen + scaled_timeout - now) { in coap_block_check_lg_crcv_timeouts() 1346 *tim_rem = p->rec_blocks.last_seen + scaled_timeout - now; in coap_block_check_lg_crcv_timeouts() 1528 if (p->rec_blocks.last_seen + scaled_timeout <= now) { in coap_block_check_lg_srcv_timeouts() 1604 coap_ticks(&p->rec_blocks.last_seen); in coap_block_check_lg_srcv_timeouts() 1606 if (*tim_rem > p->rec_blocks.last_seen + scaled_timeout - now) { in coap_block_check_lg_srcv_timeouts() 1607 *tim_rem = p->rec_blocks.last_seen + scaled_timeout - now; in coap_block_check_lg_srcv_timeouts() 2562 coap_ticks(&rec_blocks->last_seen); in update_received_blocks()
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/ |
H A D | wifi-esp32.c | 177 w->last_seen = now; in lws_esp32_scan_update()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.h | 438 struct os_reltime last_seen; member
|
H A D | beacon.c | 735 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire() 772 os_get_reltime(&info->last_seen); in sta_track_add() 782 os_get_reltime(&info->last_seen); in sta_track_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.h | 407 struct os_reltime last_seen; member
|
H A D | beacon.c | 625 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire() 662 os_get_reltime(&info->last_seen); in sta_track_add() 672 os_get_reltime(&info->last_seen); in sta_track_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 2555 os_reltime_sub(&now, &info->last_seen, &age); in hostapd_ctrl_iface_track_sta_list()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 3050 os_reltime_sub(&now, &info->last_seen, &age); in hostapd_ctrl_iface_track_sta_list()
|