Home
last modified time | relevance | path

Searched refs:earliest (Results 1 – 25 of 58) sorted by relevance

123

/external/gptfdisk/
Dgptcurses.cc185 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces() local
191 current = earliest = oldFirst; in SortSpaces()
193 if (current->firstLBA < earliest->firstLBA) in SortSpaces()
194 earliest = current; in SortSpaces()
197 if (oldFirst == earliest) in SortSpaces()
198 oldFirst = earliest->nextSpace; in SortSpaces()
199 if (oldLast == earliest) in SortSpaces()
200 oldLast = earliest->prevSpace; in SortSpaces()
201 UnlinkSpace(earliest); in SortSpaces()
202 LinkToEnd(earliest); in SortSpaces()
/external/python/oauth2client/oauth2client/
Dcrypt.py196 earliest = issued_at - CLOCK_SKEW_SECS
197 if now < earliest:
199 now, earliest, payload_dict))
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dselect_reactor.hpp50 bool earliest = queue.enqueue_timer(time, timer, op); in schedule_timer() local
52 if (earliest) in schedule_timer()
/external/llvm/test/CodeGen/AMDGPU/
Dr600-encoding.ll4 ; The earliest R600 GPUs have a slightly different encoding than the rest of
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dr600-encoding.ll4 ; The earliest R600 GPUs have a slightly different encoding than the rest of
/external/vboot_reference/firmware/
DREADME7 These are the original structures and APIs used in the earliest
/external/libjpeg-turbo/.github/
DCONTRIBUTING.md76 - The earliest version of CMake that libjpeg-turbo currently supports
79 - (if applicable) The earliest version of CMake with which the
/external/speex/libspeexdsp/
Djitter.c421 int earliest=jitter->packets[0].timestamp; in jitter_buffer_put() local
425 if (!jitter->packets[i].data || LT32(jitter->packets[j].timestamp,earliest)) in jitter_buffer_put()
427 earliest = jitter->packets[j].timestamp; in jitter_buffer_put()
/external/libwebsockets/READMEs/
DREADME.lws_sul.md10 set a timer to wake at the earliest event when returning to the
/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_event_bundle.proto30 // the corresponding per-cpu kernel buffer, and the earliest event recorded
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto100 // The earliest/latest time including scheduling and execution.
/external/rust/crates/chrono/src/offset/
Dmod.rs51 pub fn earliest(self) -> Option<T> { in earliest() method
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java497 public Query setFilterByEarliestTime(String column, long earliest) { in setFilterByEarliestTime() argument
502 mTimeFilters.add(column + ">='" + earliest + "'"); in setFilterByEarliestTime()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTimingTests.cpp922 const deUint64 earliest = pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime; in render() local
923 const deUint64 diff = actual - earliest; in render()
927 …log << TestLog::Message << "\t\t -earliestPresentTime= " << earliest << " nsec" << TestLog::EndMes… in render()
/external/llvm/test/Transforms/GuardWidening/
Dbasic.ll163 ; All else equal, we try to widen the earliest guard we can. This
191 ; In this case the earliest dominating guard is in a loop, and we
/external/llvm-project/llvm/test/Transforms/GuardWidening/
Dbasic.ll163 ; All else equal, we try to widen the earliest guard we can. This
191 ; In this case the earliest dominating guard is in a loop, and we
/external/python/cffi/doc/source/
Dinstallation.rst34 * CPython 2.6 or 2.7 or 3.x, or PyPy (PyPy 2.0 for the earliest
/external/libpcap/doc/
DREADME.Win32.md27 Windows Vista, which is the earliest version supported by Npcap.
/external/python/cpython2/Mac/BuildScript/
DREADME.txt21 on OS X 10.3.9, the earliest supported release for builds from this script.
/external/python/cpython3/Doc/library/
Ddifflib.rst434 all maximal matching blocks, return one that starts earliest in *a*, and
435 of all those maximal matching blocks that start earliest in *a*, return
436 the one that starts earliest in *b*.
Dcalendar.rst161 :meth:`setfirstweekday` method. The earliest year for which a calendar
/external/mesa3d/src/freedreno/registers/
Drules-ng-ng.txt105 item, its name is prefixed with name of the earliest variant in the given
307 If enabled for a given domain, the name of the earliest variant to support
309 to its name. For this purpose, "earliest" is defined as "comes first in the
/external/python/cpython2/Doc/library/
Ddifflib.rst402 all maximal matching blocks, return one that starts earliest in *a*, and
403 of all those maximal matching blocks that start earliest in *a*, return
404 the one that starts earliest in *b*.
Dcalendar.rst140 :meth:`setfirstweekday` method. The earliest year for which a calendar
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto210 // timestamps. The earliest event with the same flow ID becomes the source

123