Searched refs:recent (Results 1 - 8 of 8) sorted by relevance
/third_party/curl/docs/examples/ |
H A D | version-check.pl | 33 # number as sort key) and then it outputs the most recent version number and 90 my @recent = reverse sort sortversions keys %used; 92 # the most recent symbol 93 my $newsym = $recent[0]; 94 # the most recent version 99 for my $w (@recent) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | wmalosslessdec.c | 155 int recent; member 617 s->cdlms[ich][ilms].recent = s->cdlms[ich][ilms].order; in reset_codec() 701 int ilms, recent, icoef; in use_high_update_speed() local 703 recent = s->cdlms[ich][ilms].recent; in use_high_update_speed() 708 s->cdlms[ich][ilms].lms_updates[icoef + recent] *= 2; in use_high_update_speed() 719 int ilms, recent, icoef; in use_normal_update_speed() local 721 recent = s->cdlms[ich][ilms].recent; in use_normal_update_speed() 726 s->cdlms[ich][ilms].lms_updates[icoef + recent] / in use_normal_update_speed() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | control-equivalence.cc | 49 Bracket* recent = &blist.back(); in VisitMid() local 50 if (recent->recent_size != blist.size()) { in VisitMid() 51 recent->recent_size = blist.size(); in VisitMid() 52 recent->recent_class = NewClassNumber(); in VisitMid() 56 SetClass(node, recent->recent_class); in VisitMid()
|
/third_party/python/PCbuild/ |
H A D | find_python.bat | 41 @rem If HOST_PYTHON is recent enough, use that
44 @rem If py.exe finds a recent enough version, use that one
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-gestures.c | 391 double recent, later; in tp_gesture_apply_scroll_constraints() local 392 recent = ((EVENT_TIMEOUT / 2.0) - tdelta) / in tp_gesture_apply_scroll_constraints() 397 recent : later; in tp_gesture_apply_scroll_constraints()
|
/third_party/python/Lib/ |
H A D | imaplib.py | 44 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first 363 def recent(self): member in IMAP4 364 """Return most recent 'RECENT' responses if any exist, 367 (typ, [data]) = <instance>.recent() 370 else list of RECENT responses, most recent last. 1587 ('recent', ()), 1597 ('recent', ()),
|
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind) 306 --openssl-next=<OpenSSL_path> OpenSSL executable to use for recent things like ARIA
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 5179 % the broken-off section in the recent contributions. As soon as
|
Completed in 28 milliseconds