| /third_party/ulib/backtrace/ |
| A D | btest.c | 78 struct info *all; member 136 if (all[index].filename == NULL || all[index].function == NULL) in check() 146 all[index].filename); in check() 305 struct info all[20]; in f3() local 310 data.all = &all[0]; in f3() 365 struct info all[20]; in f13() local 370 data.all = &all[0]; in f13() 438 struct info all[20]; in f23() local 442 bdata.all = &all[0]; in f23() 588 struct info all[20]; in f33() local [all …]
|
| A D | Makefile.in | 353 all: config.h 354 $(MAKE) $(AM_MAKEFLAGS) all-am 492 all-multi: 590 all=`expr $$all + 1`; \ 602 all=`expr $$all + 1`; \ 619 if test "$$all" -eq 1; then \ 671 check-am: all-am 675 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h 685 install-am: all-am 782 .MAKE: all all-multi check-am clean-multi distclean-multi install-am \ [all …]
|
| /third_party/lib/jitterentropy/ |
| A D | CHANGES.md | 2 * Convert all __[u|s][32|64] into [uint|int][32|64]_t 3 * Remove all code protected by #if defined(__KERNEL__) && !defined(MODULE)
|
| A D | Makefile | 33 .PHONY: all scan install clean distclean 35 all: $(NAME) target
|
| A D | README.md | 7 all environments and on a lot of CPU architectures.
|
| /third_party/uapp/dash/src/ |
| A D | miscbltin.c | 404 int set, all = 0; in ulimitcmd() local 452 all = 1; in ulimitcmd() 465 if (all || argptr[1]) in ulimitcmd() 483 if (all) { in ulimitcmd()
|
| A D | TOUR | 34 There are undoubtedly too many of these. Mkinit searches all the 92 big advantage is that when an exception occurs all we have to do 122 PARSING: The parser code is all in parser.c. A recursive des- 141 porary files was complex and I never fixed all the bugs in it. 228 find_command is called for all the commands in the pipeline be-
|
| /third_party/ulib/musl/ |
| A D | lib.ld | 2 * The APIs traditionally found in -lm, -ldl, or -lpthread are all implemented
|
| A D | COPYRIGHT | 15 included in all copies or substantial portions of the Software. 107 In addition, permission is hereby granted for all public header files 122 all of whom have explicitly granted such permission.
|
| A D | README | 13 The 1.1 release series for musl features coverage for all interfaces
|
| A D | WHATSNEW | 52 implemented all remaining required pthread and clock interfaces. 91 eliminated resource leak races in thread cancellation. (almost all 194 - reduced bloat in all cancellable functions 717 - added C99 restrict keyword where required in all prototypes 775 - all stdio functions wait for locks 968 - PIE support on all supported archs 1019 - optimized C versions of memcpy and memset for all archs 1212 - crash in all nontrivial dynamic linker use on microblaze 1517 - all locale categories track requested locale name 1636 - improved atomics performance on all archs with ll/sc model [all …]
|
| A D | INSTALL | 25 GCC, LLVM/clang, Firm/cparser, and PCC have all successfully built 127 dynamic linker. Its pathname is hard-coded into all dynamic-linked
|
| /third_party/lib/acpica/generate/unix/ |
| A D | Makefile.common | 19 all: $(PROGS)
|
| A D | readme.txt | 28 To generate all utilities: 32 make install /* install all binaries to /usr/bin */ 88 acpihelp displays the syntax for all of the ASL operators, as well
|
| /third_party/ulib/ngunwind/ |
| A D | README.fuchsia.md | 6 - all the macro magic has been deleted
|
| A D | LICENSE | 10 included in all copies or substantial portions of the Software.
|
| A D | COPYING | 12 included in all copies or substantial portions of the Software.
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1529 check all subpackages. 2047 allows the host to globally enable/disable all vendor strings, all 2515 all 3559 all 3662 all ACPICA utilities. 4462 expressions for all integer fields in all ACPI tables. Support for labels 4772 UINT64 is the only common data type for all thread_id types across all 6779 all 9061 affect all platforms. 10476 Cleaned up all header files to ensure that all CA/iASL functions are [all …]
|
| /third_party/ulib/lz4/ |
| A D | README.md | 4 The __lib__ directory contains several files, but you don't necessarily need them all.
|
| A D | Makefile.lz4 | 65 all: liblz4
|
| /third_party/lib/acpica/source/compiler/ |
| A D | readme.txt | 26 3) The "common" source directory that is used for all ACPI components. 132 b) For all ASL files in the project, specify a custom build (under
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal_defs.h.in | 4 * If JEMALLOC_PREFIX is defined via --with-jemalloc-prefix, it will cause all 12 * JEMALLOC_PRIVATE_NAMESPACE is used as a prefix for all library-private APIs. 238 * pointer alignments across all cache indices.
|
| A D | arena_externs.h | 40 void arena_purge(tsdn_t *tsdn, arena_t *arena, bool all);
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 2 bug fixes are all mentioned, but some internal enhancements are omitted here for 101 - Add the arena.<i>.reset mallctl, which makes it possible to discard all of 171 numerical overflow, and all allocation functions are guaranteed to indicate 219 for people who prefer to wait for "dot one" releases with all the major issues 232 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large 328 + Internal fragmentation is limited to 20% for all but the smallest size 435 - Remove the --enable-dss options, and make dss non-optional on all platforms 451 in all releases since 2.0.0, which introduced these functions. 479 -fno-omit-frame-pointer to gcc. Note that the application (and all the 537 - Fix prof_dump() to close the dump file descriptor for all relevant error [all …]
|
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc_macros.h.in | 36 * "stats.arenas.<i>.*" mallctl interfaces to select all arenas. This
|