Home
last modified time | relevance | path

Searched refs:code (Results 4126 – 4150 of 5016) sorted by relevance

1...<<161162163164165166167168169170>>...201

/freebsd-12.1/sys/dts/mips/
H A Dberipad-de4.dts13 * 1. Redistributions of source code must retain the above copyright
/freebsd-12.1/share/syscons/keymaps/
H A Ddutch.iso.acc.kbd11 # code base shift cntrl shift alt shift cntrl shift state
H A Dgerman.iso.acc.kbd4 # code base shift cntrl shift alt shift cntrl shift state
H A Dfr_CA.iso.acc.kbd11 # code base shift cntrl shift alt shift cntrl shift state
H A Dpt.iso.acc.kbd6 # code base shift cntrl shift alt shift cntrl shift state
H A Deee_nordic.kbd4 # code base shift cntrl shift alt shift cntrl shift state
/freebsd-12.1/stand/i386/boot2/
H A Dboot1.S137 movsw # code
/freebsd-12.1/contrib/binutils/ld/po/
H A DMake-in8 # Please note that the actual code is *not* freely available.
/freebsd-12.1/contrib/ncurses/
H A DREADME.MinGW70 This code requires WindowsNT 5.1 or better, which means on the client
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td74 "readonly, debug, code, data, rom, share, contents, merge, strings.">,
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td11 /// WebAssembly Floating-point operand code-gen constructs.
/freebsd-12.1/contrib/binutils/gprof/po/
H A DMake-in8 # Please note that the actual code is *not* freely available.
/freebsd-12.1/lib/libc/regex/
H A DWHATSNEW20 because the code currently flunks them (complex bug; fix coming).
/freebsd-12.1/sys/gnu/dts/arm64/xilinx/
H A Dzynqmp-zcu106-revA.dts48 linux,code = <KEY_DOWN>;
/freebsd-12.1/sys/mips/conf/
H A DTL-WDR4300.hints128 # we instead need to teach the PCIe bridge code about it
/freebsd-12.1/contrib/nvi/regex/
H A DWHATSNEW20 because the code currently flunks them (complex bug; fix coming).
/freebsd-12.1/contrib/binutils/binutils/po/
H A DMake-in8 # Please note that the actual code is *not* freely available.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-200421 "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 Dsli4.c8029 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 DChangeLog-929726 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 Dieee.c4738 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 Dtegra20-seaboard.dts814 linux,code = <KEY_POWER>;
822 linux,code = <0>; /* SW_LID */
H A Dexynos5800-peach-pi.dts64 linux,code = <KEY_POWER>;
72 linux,code = <0>; /* SW_LID */
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td243 // 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 DDES_random_key.pod137 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

1...<<161162163164165166167168169170>>...201