/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/skia/src/gpu/ |
D | GrColorSpaceXform.cpp | 24 int oldest = 0; in findOrAdd() local 30 if (fEntries[i].fLastUse < fEntries[oldest].fLastUse) { in findOrAdd() 31 oldest = i; in findOrAdd() 34 fEntries[oldest].fKey = key; in findOrAdd() 35 fEntries[oldest].fXform = newValue(); in findOrAdd() 36 fEntries[oldest].fLastUse = fSequence++; in findOrAdd() 37 return fEntries[oldest].fXform; in findOrAdd()
|
/external/skqp/src/gpu/ |
D | GrColorSpaceXform.cpp | 24 int oldest = 0; in findOrAdd() local 30 if (fEntries[i].fLastUse < fEntries[oldest].fLastUse) { in findOrAdd() 31 oldest = i; in findOrAdd() 34 fEntries[oldest].fKey = key; in findOrAdd() 35 fEntries[oldest].fXform = newValue(); in findOrAdd() 36 fEntries[oldest].fLastUse = fSequence++; in findOrAdd() 37 return fEntries[oldest].fXform; in findOrAdd()
|
/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 | 969 struct frec *f, *oldest, *target; in get_new_frec() local 975 for (f = daemon->frec_list, oldest = NULL, target = NULL, count = 0; f; f = f->next, count++) in get_new_frec() 986 if (!oldest || difftime(f->time, oldest->time) <= 0) in get_new_frec() 987 oldest = f; in get_new_frec() 998 if (oldest && ((int)difftime(now, oldest->time)) >= TIMEOUT) in get_new_frec() 1002 if (difftime(now, oldest->time) < 2*TIMEOUT && in get_new_frec() 1009 free_frec(oldest); in get_new_frec() 1010 oldest->time = now; in get_new_frec() 1012 return oldest; in get_new_frec() 1018 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/tensorflow/tensorflow/python/training/ |
D | checkpoint_state.proto | 13 // Paths to all not-yet-deleted model checkpoints, sorted from oldest to
|
/external/mksh/src/ |
D | jobs.c | 1068 Job *jl, *oldest; in j_set_async() local 1079 oldest = NULL; in j_set_async() 1082 (!oldest || jl->age < oldest->age)) in j_set_async() 1083 oldest = jl; in j_set_async() 1084 if (!oldest) { in j_set_async() 1093 remove_job(oldest, "zombie"); in j_set_async()
|
/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/python/cpython3/Misc/ |
D | README | 12 HISTORY News from previous releases -- oldest last
|
/external/freetype/docs/ |
D | INSTALL.MAC | 16 should specify the oldest version of Mac OS you want the code to run
|
/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/python/cpython2/Misc/ |
D | README | 18 HISTORY News from previous releases -- oldest last
|
/external/flatbuffers/android/jni/ |
D | build_flatc.bat | 27 rem Newest and oldest version of Visual Studio that it's possible to select.
|
/external/python/cpython3/Doc/library/ |
D | gc.rst | 99 into the next older generation. Since generation ``2`` is the oldest 215 "generation": The oldest generation being collected.
|
D | asyncio-task.rst | 434 The frames are always ordered from oldest to newest. 439 stack are returned, but the oldest frames of a traceback are returned.
|
D | tracemalloc.rst | 641 the oldest frame.
|
/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/autotest/server/site_tests/firmware_Cr50Update/ |
D | control | 19 The test will rollback to the oldest Cr50 image and then verify each update to
|
/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/python/cpython2/Doc/library/ |
D | gc.rst | 85 into the next older generation. Since generation ``2`` is the oldest
|
D | weakref.rst | 97 recently registered callback to the oldest registered callback.
|
/external/eigen/cmake/ |
D | FindPastix.cmake | 251 set(PASTIX_STARPU_VERSION "1.1" CACHE STRING "oldest STARPU version desired")
|