| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | imx27-apf27dev.dts | 4 * The code contained herein is licensed under the GNU General Public 47 linux,code = <276>; /* BTN_EXTRA */
|
| H A D | aspeed-bmc-opp-romulus.dts | 79 linux,code = <ASPEED_GPIO(J, 2)>; 85 linux,code = <ASPEED_GPIO(Q, 7)>;
|
| H A D | at91-wb45n.dts | 23 linux,code = <99>;
|
| H A D | imx6q-phytec-pbab01.dts | 4 * The code contained herein is licensed under the GNU General Public
|
| H A D | bcm4708.dtsi | 2 * Broadcom BCM470X / BCM5301X ARM platform code.
|
| H A D | bcm47189-luxul-xap-1440.dts | 46 linux,code = <KEY_RESTART>;
|
| /freebsd-12.1/sys/gnu/dts/arm64/amlogic/ |
| H A D | meson-gxl-s905x-khadas-vim.dts | 24 linux,code = <KEY_FN>; 42 linux,code = <KEY_POWER>;
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_machdep.c | 238 LINUX_CTR2(arch_prctl, "0x%x, %p", args->code, args->addr); in linux_arch_prctl() 240 switch (args->code) { in linux_arch_prctl()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_flags.inc | 48 // but this will break valid code in some rare cases, like this: 56 // and the values 1 and 2 may require changes in otherwise valid code.
|
| /freebsd-12.1/lib/libc/rpc/ |
| H A D | DISCLAIMER | 10 * - Redistributions of source code must retain the above copyright notice, 38 * * Redistributions of source code must retain the above copyright
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_arm.S | 6 .code 32 93 @ normal function exit happens, so we give the handler code 1
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | get_file.c | 203 if (fetch_ctx->handler->sline.code != 200) in handle_stream() 422 if (handler->sline.code != 200) in svn_ra_serf__get_file()
|
| /freebsd-12.1/crypto/heimdal/appl/kf/ |
| H A D | kfd.c | 59 usage(int code, struct getargs *args, int num_args) in usage() argument 62 exit(code); in usage()
|
| /freebsd-12.1/contrib/googletest/googlemock/docs/ |
| H A D | CookBook.md | 11 in your own code. 191 code to use an interface (abstract class). 243 ... code that uses mock_foo ... 258 ... code that uses mock_foo ... 274 ... code that uses mock_foo ... 287 ... code that uses mock_foo ... 375 mock that interface to observe how your code is doing. 1328 // Use mock_registry in code under test. 2243 snippets called “buzzes”. Your code uses these types: 2538 exercising code: [all …]
|
| /freebsd-12.1/contrib/bearssl/src/x509/ |
| H A D | x509_minimal.t0 | 31 * The C code pushes the data by chunks; all decoding is done in the 32 * T0 code. The cert_length value is set to the certificate length when 33 * a new certificate is started; the T0 code picks it up as outer limit, 35 * reading past it. The T0 code also checks that once the certificate is 38 * The T0 code sets cert_length to 0 when the certificate is fully 41 * The C code must still perform two checks: 43 * -- If the certificate length is 0, then the T0 code will not be 45 * C code. 49 * the T0 code properly decoded a certificate. 55 * successful) or another non-zero error code. When a non-zero error [all …]
|
| /freebsd-12.1/sys/amd64/include/ |
| H A D | proc.h | 88 u_int code; member
|
| /freebsd-12.1/contrib/bmake/unit-tests/ |
| H A D | posix.exp | 21 *** Error code 1 (continuing)
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | llib-lncursest | 2552 int code) 2557 int code) 3820 int code) 3825 int code) 3830 int code) 3840 char *code) 3850 void *code) 3855 void *code) 3894 attr_t code) 4473 int code, [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog.gcc43 | 11 * tree.c (build_decl_stat): Move code from here... 375 (ix86_expand_vector_move_misalign): Add code to generate movupd/movups 381 (TARGET_CPU_CPP_BUILTINS): Add code for amdfam10. 408 (ix86_adjust_cost): Add code for amdfam10. 542 (TARGET_CPU_CPP_BUILTINS): Add code for core2. 575 pubtypes, and change code to deal with table being a vector. 579 pubtypes, and change code to deal with table being a vector. 585 (dwarf2out_init): Add code to initialize pubname_table and 589 pubnames table to call to output_pubnames; Add code to output pubtypes 659 (TARGET_CPU_CPP_BUILTINS): Add code for geode.
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | primer.md | 11 Windows, or a Mac, if you write C++ code, googletest can help you. And it 21 code. googletest groups related tests into test cases that can share data 24 projects and start to work on a new code base. 25 1. Tests should be *portable* and *reusable*. Google has a lot of code that is 87 *Tests* use assertions to verify the tested code's behavior. If a test crashes 91 cases that reflect the structure of the tested code. When multiple tests in a 117 possibly skipping clean-up code that comes after it, it may cause a space leak. 188 choose any order) and your code should not depend on any particular argument 214 as `ASSERT_EQ(expected, actual)`, so lots of existing code uses this order. Now 469 > exit code, not on its stdout/stderr output; thus your `main()` function must
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | Readers.rst | 41 if there is shared code with the `lld::WriterFoo`:cpp:class: you 57 The lld project already has a skeleton of source code for Readers for 109 code sections (e.g. .text), there are usually symbols at the start of each 165 and content of a file. Then have some code which will write out an object
|
| H A D | index.rst | 50 ``lld::elf::link``, from your code. 54 2017, LLD/ELF consists only of 21k lines of C++ code while GNU gold 55 consists of 198k lines of C++ code. 107 .. code-block:: console
|
| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_color.c | 676 int code = FALSE; in NCURSES_SP_NAME() local 682 code = HasColor; in NCURSES_SP_NAME() 684 code = ((VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs) in NCURSES_SP_NAME() 692 returnCode(code); in NCURSES_SP_NAME()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | system_error | 31 virtual bool equivalent(int code, const error_condition& condition) const noexcept; 32 virtual bool equivalent(const error_code& code, int condition) const noexcept; 119 const error_code& code() const noexcept; 476 const error_code& code() const _NOEXCEPT {return __ec_;}
|
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | parse_entry.c | 560 append_acs0(string_desc * dst, int code, int src) in append_acs0() argument 564 temp[0] = (char) code; in append_acs0() 572 append_acs(string_desc * dst, int code, char *src) in append_acs() argument 575 append_acs0(dst, code, *src); in append_acs()
|