Home
last modified time | relevance | path

Searched refs:code (Results 1976 – 2000 of 5016) sorted by relevance

1...<<71727374757677787980>>...201

/freebsd-12.1/sys/gnu/dts/arm/
H A Dimx27-apf27dev.dts4 * The code contained herein is licensed under the GNU General Public
47 linux,code = <276>; /* BTN_EXTRA */
H A Daspeed-bmc-opp-romulus.dts79 linux,code = <ASPEED_GPIO(J, 2)>;
85 linux,code = <ASPEED_GPIO(Q, 7)>;
H A Dat91-wb45n.dts23 linux,code = <99>;
H A Dimx6q-phytec-pbab01.dts4 * The code contained herein is licensed under the GNU General Public
H A Dbcm4708.dtsi2 * Broadcom BCM470X / BCM5301X ARM platform code.
H A Dbcm47189-luxul-xap-1440.dts46 linux,code = <KEY_RESTART>;
/freebsd-12.1/sys/gnu/dts/arm64/amlogic/
H A Dmeson-gxl-s905x-khadas-vim.dts24 linux,code = <KEY_FN>;
42 linux,code = <KEY_POWER>;
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_machdep.c238 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 Dhwasan_flags.inc48 // 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 DDISCLAIMER10 * - 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 Dxray_trampoline_arm.S6 .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 Dget_file.c203 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 Dkfd.c59 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 DCookBook.md11 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 Dx509_minimal.t031 * 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 Dproc.h88 u_int code; member
/freebsd-12.1/contrib/bmake/unit-tests/
H A Dposix.exp21 *** Error code 1 (continuing)
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dllib-lncursest2552 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 DChangeLog.gcc4311 * 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 Dprimer.md11 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 DReaders.rst41 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 Dindex.rst50 ``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 Dlib_color.c676 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 Dsystem_error31 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 Dparse_entry.c560 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()

1...<<71727374757677787980>>...201