| /third_party/lib/acpica/source/include/acpica/ |
| A D | acexcep.h | 65 #define EXCEP_ENV(code) ((ACPI_STATUS) (code | AE_CODE_ENVIRONMENTAL)) argument 66 #define EXCEP_PGM(code) ((ACPI_STATUS) (code | AE_CODE_PROGRAMMER)) argument 67 #define EXCEP_TBL(code) ((ACPI_STATUS) (code | AE_CODE_ACPI_TABLES)) argument 68 #define EXCEP_AML(code) ((ACPI_STATUS) (code | AE_CODE_AML)) argument 69 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL)) argument
|
| /third_party/ulib/musl/src/exit/ |
| A D | quick_exit.c | 4 _Noreturn void quick_exit(int code) { in quick_exit() argument 6 _Exit(code); in quick_exit()
|
| A D | exit.c | 6 _Noreturn void exit(int code) { in exit() argument 13 _Exit(code); in exit()
|
| /third_party/ulib/uboringssl/ |
| A D | README.fuchsia.md | 5 code under this directory comprises a minimal set needed for selected 6 cryptographic operations in the kernel. The code itself is unchanged 15 All code under this directory is covered by the same [license] as BoringSSL.
|
| /third_party/lib/cortex-strings/ |
| A D | README.fuchsia | 6 src/aarch64/memcpy.S code and must be adjusted if that code changes. 12 by making the code use the official syntax, not a variant GAS accepts.
|
| /third_party/uapp/dash/src/ |
| A D | mkinit.c | 94 struct text code; /* code for handling event */ member 261 addstr(line, &ep->code); in doevent() 262 addstr(" {\n", &ep->code); in doevent() 277 addchar('\t', &ep->code); in doevent() 281 addchar(' ', &ep->code); in doevent() 284 addstr(p, &ep->code); in doevent() 286 addstr(" }\n", &ep->code); in doevent() 378 writetext(&ep->code, fp); in output()
|
| /third_party/lib/jitterentropy/ |
| A D | CHANGES.md | 3 * Remove all code protected by #if defined(__KERNEL__) && !defined(MODULE) 6 * Remove unused statistical test code 7 * Add FIPS 140-2 continuous self test code
|
| A D | README.fuchsia | 8 code from other projects with different licenses:
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 698 code. 2925 code 3317 code 4250 code 4357 code 6280 code 7842 code 8185 code 8753 code 9025 code [all …]
|
| /third_party/lib/acpica/generate/unix/ |
| A D | readme.txt | 5 a Unix-like environment, with the original ACPICA code (not linuxized), 58 subdirectory corresponding to each utility, not in the source code 82 methods from user space. Useful for debugging AML code and testing 101 5) acpisrc, a source code conversion tool 106 to the code. It can also be used to clean the acpica source and generate
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | jemalloc_test.h.in | 51 * expose the minimum necessary internal utility code (to avoid re-implementing 52 * essentially identical code within the test infrastructure). 108 * This header does dangerous things, the effects of which only test code 132 * if assertions are disabled in the library code. 150 "<jemalloc>: %s:%d: Unreachable code reached\n", \
|
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc_mangle.sh | 8 * By default application code must explicitly refer to mangled symbol names, 31 * meant for use in jemalloc itself, but it can be used by application code to
|
| /third_party/ulib/musl/ |
| A D | README | 7 offers efficient static and dynamic linking support, lightweight code 11 achieved through simple code that is easy to understand and maintain.
|
| /third_party/ulib/backtrace/ |
| A D | dwarf.c | 187 uint64_t code; member 1085 if (a1->code < a2->code) in abbrev_compare() 1087 else if (a1->code > a2->code) in abbrev_compare() 1167 uint64_t code; in read_abbrevs() local 1176 if (code == 0) in read_abbrevs() 1179 a.code = code; in read_abbrevs() 1249 && abbrevs->abbrevs[code - 1].code == code) in lookup_abbrev() 1254 key.code = code; in lookup_abbrev() 1344 uint64_t code; in find_address_ranges() local 2138 uint64_t code; in read_referenced_name() local [all …]
|
| /third_party/ulib/cryptolib/ |
| A D | README.fuchsia | 8 - Changed code to avoid VLAs.
|
| /third_party/ulib/lz4/include/lz4/ |
| A D | lz4frame.h | 58 unsigned LZ4F_isError(LZ4F_errorCode_t code); 59 const char* LZ4F_getErrorName(LZ4F_errorCode_t code); /* return error code string; useful for deb…
|
| /third_party/ulib/chromiumos-platform-ec/ |
| A D | README.fuchsia | 5 This is a partial import of the ChromiumOS EC code, to simplify implementing a CrOS EC driver.
|
| /third_party/ulib/lz4/ |
| A D | liblz4.pc.in | 11 URL: http://code.google.com/p/lz4/
|
| /third_party/uapp/dash/ |
| A D | LICENSE | 7 This code is derived from software contributed to Berkeley by Kenneth Almquist. 13 1. Redistributions of source code must retain the above copyright
|
| /third_party/uapp/dash/src/funcs/ |
| A D | login | 6 # This code is derived from software contributed to Berkeley by 12 # 1. Redistributions of source code must retain the above copyright
|
| A D | newgrp | 6 # This code is derived from software contributed to Berkeley by 12 # 1. Redistributions of source code must retain the above copyright
|
| A D | suspend | 6 # This code is derived from software contributed to Berkeley by 12 # 1. Redistributions of source code must retain the above copyright
|
| A D | cmv | 6 # This code is derived from software contributed to Berkeley by 12 # 1. Redistributions of source code must retain the above copyright
|
| /third_party/ulib/ngunwind/ |
| A D | README.fuchsia.md | 5 To make the code more tractable:
|
| /third_party/ulib/linenoise/ |
| A D | README.markdown | 10 * About 1,100 lines of BSD license source code. 13 ## Can a line editing library be 20k lines of code? 15 …ifferent command. But apparently code dealing with terminals is some sort of Black Magic: readline… 24 …rary: is it *really* needed for a line editing library to be 20k lines of code? Apparently not, it… 31 …nes of code. In order to use it in your project just look at the *example.c* file in the source di… 52 easy to understand code.
|