/external/dnsmasq/src/ |
D | forward.c | 976 struct frec *f, *oldest, *target; in get_new_frec() local 982 for (f = daemon->frec_list, oldest = NULL, target = NULL, count = 0; f; f = f->next, count++) in get_new_frec() 993 if (!oldest || difftime(f->time, oldest->time) <= 0) in get_new_frec() 994 oldest = f; in get_new_frec() 1005 if (oldest && ((int)difftime(now, oldest->time)) >= TIMEOUT) in get_new_frec() 1009 if (difftime(now, oldest->time) < 2*TIMEOUT && in get_new_frec() 1016 free_frec(oldest); in get_new_frec() 1017 oldest->time = now; in get_new_frec() 1019 return oldest; in get_new_frec() 1025 if (oldest && wait) in get_new_frec() [all …]
|
/external/speex/libspeex/ |
D | jitter.c | 480 spx_uint32_t oldest=0; in jitter_buffer_get() local 483 if (jitter->packets[i].data && (!found || LT32(jitter->packets[i].timestamp,oldest))) in jitter_buffer_get() 485 oldest = jitter->packets[i].timestamp; in jitter_buffer_get() 492 jitter->pointer_timestamp = oldest; in jitter_buffer_get() 493 jitter->next_stop = oldest; in jitter_buffer_get()
|
/external/mksh/src/ |
D | jobs.c | 1050 Job *jl, *oldest; in j_set_async() local 1061 oldest = NULL; in j_set_async() 1064 (!oldest || jl->age < oldest->age)) in j_set_async() 1065 oldest = jl; in j_set_async() 1066 if (!oldest) { in j_set_async() 1075 remove_job(oldest, "zombie"); in j_set_async()
|
D | check.t | 3172 Lists oldest history if given pre-historic number
|
/external/libvncserver/x11vnc/ |
D | cursor.c | 1371 int use, oldest, i; in store_cursor() local 1378 oldest = CURS_DYN_MIN; in store_cursor() 1379 if (screen && screen->cursor == cursors[oldest]->rfb) { in store_cursor() 1380 oldest++; in store_cursor() 1382 oldtime = curs_times[oldest]; in store_cursor() 1389 oldest = i; in store_cursor() 1410 use = oldest; in store_cursor()
|
D | xrecord.c | 467 double now, t, oldest = 0.0; in lookup_attr_cache() local 499 if (old_index == -1 || t < oldest) { in lookup_attr_cache() 500 oldest = t; in lookup_attr_cache()
|
D | userinput.c | 2273 double oldest = -1.0; in scrollability() local 2303 if (oldest == -1.0 || scroll_results[i].time < oldest) { in scrollability() 2305 oldest = scroll_results[i].time; in scrollability() 6429 double newest = -1.0, oldest = -1.0, basetime; in expire_rects2() local 6445 if (oldest == -1.0 || d < oldest) { in expire_rects2() 6446 oldest = d; in expire_rects2() 6455 if (oldest == -1.0) { in expire_rects2() 6456 oldest = newest - 1800; in expire_rects2() 6459 basetime = newest + 0.1 * (newest - oldest); in expire_rects2() 6501 if (d == 0.0) d = oldest; in expire_rects2() [all …]
|
D | connections.c | 4152 time_t oldest = 0; in start_client_info_sock() local 4162 if (oldest == 0 || start_time[i] < oldest) { in start_client_info_sock() 4164 oldest = start_time[i]; in start_client_info_sock()
|
/external/parameter-framework/tools/coverage/ |
D | README.md | 60 - A PFW start log line must be at the head of the oldest log: no
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 207 about whose profession was the oldest. In the course of their 209 the doctor said, \"The medical profession is clearly the oldest, because
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfoEntry.h | 285 const DWARFDebugInfoEntry* oldest,
|
D | DWARFDebugInfoEntry.cpp | 450 const DWARFDebugInfoEntry* oldest, in DumpAncestry() argument 456 if (parent && parent != oldest) in DumpAncestry() 457 parent->DumpAncestry(dwarf2Data, cu, oldest, s, 0); in DumpAncestry()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.c | 426 struct p2p_device *dev, *oldest = NULL; in p2p_create_device() local 435 if (oldest == NULL || in p2p_create_device() 436 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in p2p_create_device() 437 oldest = dev; in p2p_create_device() 439 if (count + 1 > p2p->cfg->max_peers && oldest) { in p2p_create_device() 441 dl_list_del(&oldest->list); in p2p_create_device() 442 p2p_device_free(p2p, oldest); in p2p_create_device()
|
/external/valgrind/docs/internals/ |
D | release-HOWTO.txt | 103 * s390x: Run regression tests on a z900 machine. That is the oldest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 1859 oldest
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 366 guidelines set out in [RFC3551], where the oldest Vorbis packet
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 612 * Drop oldest unknown BSS table entries first. This makes it less
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2592 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest
|
/external/valgrind/ |
D | NEWS | 8 facility. The oldest supported machine model is z990.
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 3380 `It's the oldest rule in the book,' said the King.
|