/external/skia/src/gpu/ |
D | GrColorSpaceXform.cpp | 21 int oldest = 0; in findOrAdd() local 27 if (fEntries[i].fLastUse < fEntries[oldest].fLastUse) { in findOrAdd() 28 oldest = i; in findOrAdd() 31 fEntries[oldest].fKey = key; in findOrAdd() 32 fEntries[oldest].fXform = newValue(); in findOrAdd() 33 fEntries[oldest].fLastUse = fSequence++; in findOrAdd() 34 return fEntries[oldest].fXform; in findOrAdd()
|
/external/syslinux/gpxe/src/core/ |
D | debug.c | 152 unsigned int oldest; in dbg_autocolour() local 167 oldest = 0; in dbg_autocolour() 172 oldest = i; in dbg_autocolour() 175 acs[oldest].stream = stream; in dbg_autocolour() 176 acs[oldest].last_used = use; in dbg_autocolour() 177 return oldest; in dbg_autocolour()
|
/external/webrtc/webrtc/base/ |
D | diskcache.cc | 227 EntryMap::iterator oldest = map_.end(); in CheckLimit() local 231 oldest = it; in CheckLimit() 234 if (oldest == map_.end()) { in CheckLimit() 238 for (EntryMap::iterator it = oldest++; it != map_.end(); ++it) { in CheckLimit() 239 if (it->second.last_modified < oldest->second.last_modified) { in CheckLimit() 240 oldest = it; in CheckLimit() 243 if (!DeleteResource(oldest->first)) { in CheckLimit()
|
/external/syslinux/core/lwip/src/core/ipv4/ |
D | ip_frag.c | 226 struct ip_reassdata *r, *oldest, *prev; in ip_reass_remove_oldest_datagram() local 233 oldest = NULL; in ip_reass_remove_oldest_datagram() 241 if (oldest == NULL) { in ip_reass_remove_oldest_datagram() 242 oldest = r; in ip_reass_remove_oldest_datagram() 243 } else if (r->timer <= oldest->timer) { in ip_reass_remove_oldest_datagram() 245 oldest = r; in ip_reass_remove_oldest_datagram() 253 if (oldest != NULL) { in ip_reass_remove_oldest_datagram() 254 pbufs_freed_current = ip_reass_free_complete_datagram(oldest, prev); in ip_reass_remove_oldest_datagram()
|
/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 | 1049 Job *jl, *oldest; in j_set_async() local 1060 oldest = NULL; in j_set_async() 1063 (!oldest || jl->age < oldest->age)) in j_set_async() 1064 oldest = jl; in j_set_async() 1065 if (!oldest) { in j_set_async() 1074 remove_job(oldest, "zombie"); in j_set_async()
|
D | check.t | 3558 Lists oldest history if given pre-historic number
|
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel.cc | 1270 Connection* oldest = nullptr; in FindNextPingableConnection() local 1284 if (!oldest || (conn->last_ping_sent() < oldest->last_ping_sent())) { in FindNextPingableConnection() 1285 oldest = conn; in FindNextPingableConnection() 1294 return oldest; in FindNextPingableConnection()
|
/external/parameter-framework/upstream/tools/coverage/ |
D | README.md | 60 - A PFW start log line must be at the head of the oldest log: no
|
/external/flatbuffers/android/jni/ |
D | build_flatc.bat | 27 rem Newest and oldest version of Visual Studio that it's possible to select.
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 210 about whose profession was the oldest. In the course of their 212 the doctor said, \"The medical profession is clearly the oldest, because
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.c | 417 struct p2p_device *dev, *oldest = NULL; in p2p_create_device() local 426 if (oldest == NULL || in p2p_create_device() 427 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in p2p_create_device() 428 oldest = dev; in p2p_create_device() 430 if (count + 1 > p2p->cfg->max_peers && oldest) { in p2p_create_device() 432 dl_list_del(&oldest->list); in p2p_create_device() 433 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/llvm/docs/tutorial/ |
D | LangImpl04.rst | 551 most recent to the oldest, to find the newest definition. If no definition is
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 366 guidelines set out in [RFC3551], where the oldest Vorbis packet
|
/external/curl/docs/ |
D | INTERNALS | 400 connection is added added, it will first close the oldest unused one.
|
/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/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.resources_3.10.0.v20150423-0755.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 819 * Drop oldest unknown BSS table entries first. This makes it less
|
/external/valgrind/ |
D | NEWS | 67 facility. The oldest supported machine model is z990.
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3041 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest
|
/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.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |