Home
last modified time | relevance | path

Searched refs:oldest (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dprepacked_cache.cc113 auto oldest = cache_.begin(); in EjectOne() local
114 Timestamp oldest_timestamp = oldest->second.timestamp; in EjectOne()
118 oldest = itr; in EjectOne()
123 const PEMat& packed_matrix = oldest->second.packed_matrix; in EjectOne()
126 cache_.erase(oldest); in EjectOne()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dkeys.c66 struct bt_keys *oldest = &key_pool[0]; in bt_keys_get_addr() local
72 if (current->aging_counter < oldest->aging_counter) { in bt_keys_get_addr()
73 oldest = current; in bt_keys_get_addr()
78 bt_addr_le_copy(&oldest_addr, &oldest->addr); in bt_keys_get_addr()
79 bt_unpair(oldest->id, &oldest_addr); in bt_keys_get_addr()
80 if (!bt_addr_le_cmp(&oldest->addr, BT_ADDR_LE_ANY)) { in bt_keys_get_addr()
81 first_free_slot = oldest - &key_pool[0]; in bt_keys_get_addr()
/AliOS-Things-master/components/mbedtls/library/
A Dssl_cache.c141 mbedtls_time_t t = mbedtls_time( NULL ), oldest = 0; in mbedtls_ssl_cache_set() local
173 if( oldest == 0 || cur->timestamp < oldest ) in mbedtls_ssl_cache_set()
175 oldest = cur->timestamp; in mbedtls_ssl_cache_set()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_frag.c228 struct ip_reassdata *r, *oldest, *prev, *oldest_prev; in ip_reass_remove_oldest_datagram() local
235 oldest = NULL; in ip_reass_remove_oldest_datagram()
244 if (oldest == NULL) { in ip_reass_remove_oldest_datagram()
245 oldest = r; in ip_reass_remove_oldest_datagram()
247 } else if (r->timer <= oldest->timer) { in ip_reass_remove_oldest_datagram()
249 oldest = r; in ip_reass_remove_oldest_datagram()
258 if (oldest != NULL) { in ip_reass_remove_oldest_datagram()
259 pbufs_freed_current = ip_reass_free_complete_datagram(oldest, oldest_prev); in ip_reass_remove_oldest_datagram()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_frag.c225 struct ip6_reassdata *r, *oldest; in ip6_reass_remove_oldest_datagram() local
230 r = oldest = reassdatagrams; in ip6_reass_remove_oldest_datagram()
233 if (r->timer <= oldest->timer) { in ip6_reass_remove_oldest_datagram()
235 oldest = r; in ip6_reass_remove_oldest_datagram()
240 if (oldest == ipr) { in ip6_reass_remove_oldest_datagram()
244 if (oldest != NULL) { in ip6_reass_remove_oldest_datagram()
245 ip6_reass_free_complete_datagram(oldest); in ip6_reass_remove_oldest_datagram()
/AliOS-Things-master/components/jsoncpp/
A DCMakeLists.txt7 # to a value greater than the oldest policies, all policies between
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m121 /* Restore the next-oldest view in the old window. */
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure.ac59 dnl The difference between the newest and oldest interfaces that

Completed in 33 milliseconds