| /freebsd-12.1/sys/dts/mips/ |
| H A D | beripad-de4.dts | 13 * 1. Redistributions of source code must retain the above copyright
|
| /freebsd-12.1/share/syscons/keymaps/ |
| H A D | dutch.iso.acc.kbd | 11 # code base shift cntrl shift alt shift cntrl shift state
|
| H A D | german.iso.acc.kbd | 4 # code base shift cntrl shift alt shift cntrl shift state
|
| H A D | fr_CA.iso.acc.kbd | 11 # code base shift cntrl shift alt shift cntrl shift state
|
| H A D | pt.iso.acc.kbd | 6 # code base shift cntrl shift alt shift cntrl shift state
|
| H A D | eee_nordic.kbd | 4 # code base shift cntrl shift alt shift cntrl shift state
|
| /freebsd-12.1/stand/i386/boot2/ |
| H A D | boot1.S | 137 movsw # code
|
| /freebsd-12.1/contrib/binutils/ld/po/ |
| H A D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | README.MinGW | 70 This code requires WindowsNT 5.1 or better, which means on the client
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 74 "readonly, debug, code, data, rom, share, contents, merge, strings.">,
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFloat.td | 11 /// WebAssembly Floating-point operand code-gen constructs.
|
| /freebsd-12.1/contrib/binutils/gprof/po/ |
| H A D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
| /freebsd-12.1/lib/libc/regex/ |
| H A D | WHATSNEW | 20 because the code currently flunks them (complex bug; fix coming).
|
| /freebsd-12.1/sys/gnu/dts/arm64/xilinx/ |
| H A D | zynqmp-zcu106-revA.dts | 48 linux,code = <KEY_DOWN>;
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | TL-WDR4300.hints | 128 # we instead need to teach the PCIe bridge code about it
|
| /freebsd-12.1/contrib/nvi/regex/ |
| H A D | WHATSNEW | 20 because the code currently flunks them (complex bug; fix coming).
|
| /freebsd-12.1/contrib/binutils/binutils/po/ |
| H A D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-2004 | 21 "scope" and "name". Remove unnecessary code. 64 * pt.c (check_instantiated_args): Remove bogus SFINAE code. 142 for better code efficiency. 2054 instead of code letters. 2268 lookahead instead of backtracking. Move some code to avoid a 3167 Remove all #if 0'd code. 3513 * class.c (finish_struct_methods): Remove unncessary code. 5802 (pushdecl): Remove dead code. 5808 * typeck.c (build_function_call): Remove dead code. 6048 Remove dead code. Adjust code to warn about deleting an array. [all …]
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | sli4.c | 8029 uint8_t code = cqe[SLI4_CQE_CODE_OFFSET]; in sli_fc_cqe_parse() local 8032 switch (code) { in sli_fc_cqe_parse() 8129 ocs_log_test(sli4->os, "CQE completion code %d not handled\n", code); in sli_fc_cqe_parse() 8244 uint8_t code = 0; in sli_fc_rqe_rqid_and_index() local 8249 code = cqe[SLI4_CQE_CODE_OFFSET]; in sli_fc_rqe_rqid_and_index() 8251 if (code == SLI4_CQE_CODE_RQ_ASYNC) { in sli_fc_rqe_rqid_and_index() 8264 } else if (code == SLI4_CQE_CODE_RQ_ASYNC_V1) { in sli_fc_rqe_rqid_and_index() 8278 } else if (code == SLI4_CQE_CODE_OPTIMIZED_WRITE_CMD) { in sli_fc_rqe_rqid_and_index() 8294 } else if (code == SLI4_CQE_CODE_RQ_COALESCING) { in sli_fc_rqe_rqid_and_index() 8611 uint32_t code; in sli_fc_get_status_string() member [all …]
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ChangeLog-9297 | 26 original source of this bit of code. It's not clear what the best fix 836 * tic80-dis.c (print_operand_bitnum): Remove code that did 881 class (general register, condition code, etc). 2737 print pal-code names as defined in App C of the 2741 print stylized code forms as defined in App A.4.3 of the 2969 * ns32k-dis.c: Deleted all code in "#ifdef GDB". 3256 the code to handle nullification completers. 3286 "ble" and "be" code in 'W' operand code. 3471 or error code. 3638 this code fails to compile. [all …]
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | ieee.c | 4738 char code; in ieee_write_undefined_tag() local 4786 code = 'S'; in ieee_write_undefined_tag() 4790 code = 'U'; in ieee_write_undefined_tag() 4793 code = 'E'; in ieee_write_undefined_tag() 4796 if (! ieee_write_number (info, code) in ieee_write_undefined_tag() 5250 char code; in ieee_complex_type() local 5258 code = 'c'; in ieee_complex_type() 5268 code = 'd'; in ieee_complex_type() 5277 || ! ieee_write_number (info, code) in ieee_complex_type()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | tegra20-seaboard.dts | 814 linux,code = <KEY_POWER>; 822 linux,code = <0>; /* SW_LID */
|
| H A D | exynos5800-peach-pi.dts | 64 linux,code = <KEY_POWER>; 72 linux,code = <0>; /* SW_LID */
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 243 // The only documentation is the GHC source code, specifically the C header 310 // (For generic ARM 64-bit ABI code, clang will not generate constructors or
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | DES_random_key.pod | 137 decrypts a single 8-byte I<DES_cblock> in I<electronic code book> 280 The B<des> library was written to be source code compatible with
|