Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 70) sorted by relevance

123

/third_party/lib/acpica/source/include/acpica/
A Dacexcep.h65 #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 Dquick_exit.c4 _Noreturn void quick_exit(int code) { in quick_exit() argument
6 _Exit(code); in quick_exit()
A Dexit.c6 _Noreturn void exit(int code) { in exit() argument
13 _Exit(code); in exit()
/third_party/ulib/uboringssl/
A DREADME.fuchsia.md5 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 DREADME.fuchsia6 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 Dmkinit.c94 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 DCHANGES.md3 * 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 DREADME.fuchsia8 code from other projects with different licenses:
/third_party/lib/acpica/
A Dchanges.txt698 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 Dreadme.txt5 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 Djemalloc_test.h.in51 * 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 Djemalloc_mangle.sh8 * 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 DREADME7 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 Ddwarf.c187 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 DREADME.fuchsia8 - Changed code to avoid VLAs.
/third_party/ulib/lz4/include/lz4/
A Dlz4frame.h58 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 DREADME.fuchsia5 This is a partial import of the ChromiumOS EC code, to simplify implementing a CrOS EC driver.
/third_party/ulib/lz4/
A Dliblz4.pc.in11 URL: http://code.google.com/p/lz4/
/third_party/uapp/dash/
A DLICENSE7 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 Dlogin6 # This code is derived from software contributed to Berkeley by
12 # 1. Redistributions of source code must retain the above copyright
A Dnewgrp6 # This code is derived from software contributed to Berkeley by
12 # 1. Redistributions of source code must retain the above copyright
A Dsuspend6 # This code is derived from software contributed to Berkeley by
12 # 1. Redistributions of source code must retain the above copyright
A Dcmv6 # 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 DREADME.fuchsia.md5 To make the code more tractable:
/third_party/ulib/linenoise/
A DREADME.markdown10 * 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.

Completed in 65 milliseconds

123