Searched refs:earliest (Results 1 - 6 of 6) sorted by relevance
/third_party/gptfdisk/ |
H A D | gptcurses.cc | 189 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces() local 195 current = earliest = oldFirst; in SortSpaces() 197 if (current->firstLBA < earliest->firstLBA) in SortSpaces() 198 earliest = current; in SortSpaces() 201 if (oldFirst == earliest) in SortSpaces() 202 oldFirst = earliest->nextSpace; in SortSpaces() 203 if (oldLast == earliest) in SortSpaces() 204 oldLast = earliest->prevSpace; in SortSpaces() 205 UnlinkSpace(earliest); in SortSpaces() 206 LinkToEnd(earliest); in SortSpaces() [all...] |
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | heap.c | 193 * Let's figure out what the earliest next expiry is 215 lws_usec_t earliest; in update_sul() local 221 if (earliest_expiry(cache, &earliest)) { in update_sul() 227 (unsigned long long)earliest); in update_sul() 229 if (earliest) in update_sul() 230 lws_cache_schedule(&cache->cache, expiry_cb, earliest); in update_sul() 586 lwsl_cache("%s: %s: items %d, earliest %llu\n", __func__, in lws_cache_heap_debug_dump()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | jitter.c | 421 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() 436 /*fprintf (stderr, "Buffer is full, discarding earliest frame %d (currently at %d)\n", timestamp, jitter->pointer_timestamp);*/ in jitter_buffer_put() 547 /* If still no match, try for earliest packet possible */ in jitter_buffer_get()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTimingTests.cpp | 924 const deUint64 earliest = pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime; in render() local 925 const deUint64 diff = actual - earliest; in render() 929 log << TestLog::Message << "\t\t -earliestPresentTime= " << earliest << " nsec" << TestLog::EndMessage; in render()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayTimingTests.cpp | 924 const deUint64 earliest = pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime; in render() local 925 const deUint64 diff = actual - earliest; in render() 929 log << TestLog::Message << "\t\t -earliestPresentTime= " << earliest << " nsec" << TestLog::EndMessage; in render()
|
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 186 : ${CLANG_EARLIEST:="clang-earliest"} 188 : ${GCC_EARLIEST:="gcc-earliest"} 299 --clang-earliest=<Clang_earliest_path> Earliest version of clang available 301 --gcc-earliest=<GCC_earliest_path> Earliest version of GCC available 456 --clang-earliest) shift; CLANG_EARLIEST="$1";; 461 --gcc-earliest) shift; GCC_EARLIEST="$1";;
|
Completed in 15 milliseconds