Home
last modified time | relevance | path

Searched defs:oldest (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/rust/compiler/rustc_span/src/
Dcaching_source_map_view.rs99 let oldest = self.oldest_cache_entry_index(); in byte_pos_to_line_and_col() localVariable
150 let oldest = if lo_cache_idx != -1 || hi_cache_idx != -1 { in span_data_to_lines_and_cols() localVariable
246 let mut oldest = 0; in oldest_cache_entry_index() localVariable
258 let mut oldest = if avoid_idx != 0 { 0 } else { 1 }; in oldest_cache_entry_index_avoid() localVariable
/third_party/mbedtls/library/
Dssl_cache.c136 mbedtls_time_t t = mbedtls_time(NULL), oldest = 0; in ssl_cache_pick_writing_slot() local
/third_party/libinput/src/
Devdev-mt-touchpad-thumb.c276 *oldest = NULL; in tp_thumb_update_multifinger() local
/third_party/libwebsockets/plugins/
Dprotocol_lws_mirror.c117 uint32_t wai, worst = 0, worst_tail = 0, oldest; in __mirror_update_worst_tail() local
/third_party/lwip/src/core/ipv6/
Dip6_frag.c260 struct ip6_reassdata *r, *oldest; in ip6_reass_remove_oldest_datagram() local
/third_party/curl/lib/
Dhostip.c180 time_t oldest; /* oldest time in cache not pruned. */ member
251 time_t oldest = hostcache_prune(data->dns.hostcache, timeout, now); in Curl_hostcache_prune() local
/third_party/lwip/src/core/ipv4/
Dip4_frag.c254 struct ip_reassdata *r, *oldest, *prev, *oldest_prev; in ip_reass_remove_oldest_datagram() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc332 absl::Duration oldest = absl::ZeroDuration(); in TEST() local
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter.cc257 auto oldest = feedback_records_.begin(); in GenerateLoadBalancingFeedback() local
/third_party/mksh/
Djobs.c1067 Job *jl, *oldest; local
/third_party/ffmpeg/libavfilter/
Davfiltergraph.c1296 AVFilterLink *oldest = graph->sink_links[0]; in avfilter_graph_request_oldest() local
/third_party/libcoap/src/
Dcoap_session.c1131 coap_session_t *oldest = NULL; in coap_endpoint_get_session() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1248 NullRenderTargetCacheEntry *oldest = &mNullRenderTargetCache[0]; in getNullColorRenderTarget() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c417 struct p2p_device *dev, *oldest = NULL; in p2p_create_device() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c503 struct p2p_device *dev, *oldest = NULL; local