Home
last modified time | relevance | path

Searched refs:more (Results 1 – 19 of 19) sorted by relevance

/third_party/uapp/dash/src/
A Dinput.c229 int more; in preadbuffer() local
252 more = parsefile->lleft; in preadbuffer()
253 if (more <= 0) { in preadbuffer()
255 if ((more = preadfd()) <= 0) { in preadbuffer()
270 more--; in preadbuffer()
274 memmove(q, q + 1, more); in preadbuffer()
295 if (more <= 0) { in preadbuffer()
302 parsefile->lleft = more; in preadbuffer()
A DTOUR91 is probably more efficient than allocation using malloc, but the
142 (AT&T has been maintaining the Bourne shell for more than ten
/third_party/ulib/lz4/
A DREADME.md8 For more compression at the cost of compression speed (while preserving decompression speed), use *…
13 A more complex "lz4frame_static.h" is also provided, although its usage is not recommended. It cont…
A Dlz4.c576 unsigned more = LZ4_count(ip, (const BYTE*)source, matchlimit); in LZ4_compress_generic() local
577 matchLength += more; in LZ4_compress_generic()
578 ip += more; in LZ4_compress_generic()
/third_party/ulib/ngunwind/
A DREADME.fuchsia.md5 To make the code more tractable:
/third_party/lib/jitterentropy/
A DCHANGES.md16 LFSR is mathematically more sound for the argument to maintain entropy
/third_party/ulib/jemalloc/src/
A Dstats.c456 bool json, bool more) in stats_general_print() argument
753 "\t\t}%s\n", (config_prof || more) ? "," : ""); in stats_general_print()
783 "\t\t}%s\n", more ? "," : ""); in stats_general_print()
1013 bool more = (merged || unmerged); in stats_print() local
1014 stats_general_print(write_cb, cbopaque, json, more); in stats_print()
/third_party/ulib/linenoise/
A DREADME.markdown24 So I spent more or less two hours doing a reality check resulting in this little library: is it *re…
92 screen will be used, and as the user types more, the text will scroll towards
95 screens rows are used, can be a lot more comfortable.
146 An example will make it more clear:
/third_party/lib/acpica/source/tools/acpisrc/
A Dasremove.c313 Also, it appears to have one or more bugs in it. It can incorrectly remove
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dsize_classes.sh335 * cannot support more than 256 small size classes.
A Djemalloc_internal_defs.h.in237 * If defined, explicitly attempt to more uniformly distribute large allocation
/third_party/ulib/jemalloc/
A DChangeLog3 brevity. Much more detail can be found in the git revision history:
31 - Implement a more reliable detection scheme for os_unfair_lock on macOS.
180 checks and execute more streamlined code in the common case. (@interwq)
402 boundaries in order to more uniformly utilize CPU cache sets. This can be
684 result is a more broadly useful allocator (see the git revision history for
760 - Fix a bug in choose_arena_hard() that potentially caused more arenas to be
901 more human-readable, and more flexible. For example:
986 - Add support for allocation backed by one or more swap files, and allow the
A DINSTALL43 Embed one or more library paths, so that libjemalloc can find the libraries
/third_party/ulib/musl/
A DCOPYRIGHT101 by Rich Felker, the main author of the library, or by one or more
A DWHATSNEW135 0.7.7 - more bug fixes and program-compatibility improvements
160 0.7.8 - more bug fixes and compatibility improvements
370 - more optional cancellation points are now cancellable
418 - glob behaves more like traditional implementations w.r.t. GLOB_MARK
420 - more compatibility macros in sys/param.h (nonstandard header)
423 - utmp.h matches traditional version more closely
470 - new scanf implementation - cleaner, faster, more correct
511 - new musl-gcc wrapper, specfile based, faster and more robust
719 - cleaner, more-compatible public syscall.h
1528 - support for more relocation types in libc.so, not currently used
/third_party/ulib/usbhost/
A DLICENSE.txt21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/third_party/tools/android/
A DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/third_party/lib/acpica/
A Dchanges.txt5613 more
5995 more
9370 more than once.
11903 more
12190 more
12888 resume. [=> no more ugly ifdefs] (Pavel Machek)
12974 more "Linux-like":
14017 with more descriptive codes.
15104 is more than 50% implemented.
15107 to output in a more human-readable form.
[all …]
/third_party/dev/ethernet/e1000/
A DREADME160 For more information on the ifconfig utility, see the ifconfig man page.

Completed in 55 milliseconds