Searched refs:oldest (Results 1 - 14 of 14) sorted by relevance

/external/dnsmasq/src/
H A Dforward.c972 when the oldest in-use record will expire. Impose an absolute
976 struct frec *f, *oldest, *target; local
982 for (f = daemon->frec_list, oldest = NULL, target = NULL, count = 0; f; f = f->next, count++)
993 if (!oldest || difftime(f->time, oldest->time) <= 0)
994 oldest = f;
1003 /* can't find empty one, use oldest if there is one
1005 if (oldest && ((int)difftime(now, oldest->time)) >= TIMEOUT)
1009 if (difftime(now, oldest
[all...]
/external/libvncserver/x11vnc/
H A Dcursor.c1371 int use, oldest, i; local
1378 oldest = CURS_DYN_MIN;
1379 if (screen && screen->cursor == cursors[oldest]->rfb) {
1380 oldest++;
1382 oldtime = curs_times[oldest];
1388 /* watch for oldest one to overwrite */
1389 oldest = i;
1409 /* we need to create the cursor and overwrite oldest */
1410 use = oldest;
1412 /* clean up oldest i
[all...]
H A Dxrecord.c467 double now, t, oldest = 0.0; local
498 /* record oldest */
499 if (old_index == -1 || t < oldest) {
500 oldest = t;
H A Duserinput.c1448 /* we return the oldest one. */
2273 double oldest = -1.0; local
2303 if (oldest == -1.0 || scroll_results[i].time < oldest) {
2305 oldest = scroll_results[i].time;
6429 double newest = -1.0, oldest = -1.0, basetime; local
6445 if (oldest == -1.0 || d < oldest) {
6446 oldest = d;
6455 if (oldest
[all...]
H A Dconnections.c4152 time_t oldest = 0; local
4162 if (oldest == 0 || start_time[i] < oldest) {
4164 oldest = start_time[i];
/external/mksh/src/
H A Djobs.c1050 Job *jl, *oldest; local
1061 oldest = NULL;
1064 (!oldest || jl->age < oldest->age))
1065 oldest = jl;
1066 if (!oldest) {
1075 remove_job(oldest, "zombie");
/external/speex/libspeex/
H A Djitter.c341 /* If the current sub-window is full, perform a rotation and discard oldest sub-widow */
420 /*No place left in the buffer, need to make room for it by discarding the oldest packet */
479 /* Find the oldest packet */
480 spx_uint32_t oldest=0; local
483 if (jitter->packets[i].data && (!found || LT32(jitter->packets[i].timestamp,oldest)))
485 oldest = jitter->packets[i].timestamp;
492 jitter->pointer_timestamp = oldest;
493 jitter->next_stop = oldest;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h285 const DWARFDebugInfoEntry* oldest,
H A DDWARFDebugInfoEntry.cpp442 // Dumps all of a debug information entries parents up until oldest and
450 const DWARFDebugInfoEntry* oldest,
456 if (parent && parent != oldest)
457 parent->DumpAncestry(dwarf2Data, cu, oldest, s, 0);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c426 struct p2p_device *dev, *oldest = NULL; local
435 if (oldest == NULL ||
436 os_reltime_before(&dev->last_seen, &oldest->last_seen))
437 oldest = dev;
439 if (count + 1 > p2p->cfg->max_peers && oldest) {
440 p2p_dbg(p2p, "Remove oldest peer entry to make room for a new peer");
441 dl_list_del(&oldest->list);
442 p2p_device_free(p2p, oldest);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c426 struct p2p_device *dev, *oldest = NULL; local
435 if (oldest == NULL ||
436 os_reltime_before(&dev->last_seen, &oldest->last_seen))
437 oldest = dev;
439 if (count + 1 > p2p->cfg->max_peers && oldest) {
440 p2p_dbg(p2p, "Remove oldest peer entry to make room for a new peer");
441 dl_list_del(&oldest->list);
442 p2p_device_free(p2p, oldest);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c426 struct p2p_device *dev, *oldest = NULL; local
435 if (oldest == NULL ||
436 os_reltime_before(&dev->last_seen, &oldest->last_seen))
437 oldest = dev;
439 if (count + 1 > p2p->cfg->max_peers && oldest) {
440 p2p_dbg(p2p, "Remove oldest peer entry to make room for a new peer");
441 dl_list_del(&oldest->list);
442 p2p_device_free(p2p, oldest);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2592 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 424 milliseconds