Home
last modified time | relevance | path

Searched refs:code (Results 2401 – 2425 of 5016) sorted by relevance

1...<<919293949596979899100>>...201

/freebsd-12.1/sys/gnu/dts/mips/
H A DHC5XXX.dtsi17 linux,code = <0x198>;
H A DZBT-WG3526.dts39 linux,code = <0x198>;
H A DZBT-WG2626.dts39 linux,code = <0x198>;
/freebsd-12.1/contrib/ipfilter/rules/
H A Dftp-proxy1 How to setup FTP proxying using the built in proxy code.
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CONF_cmd_argv.pod23 or a negative error code.
/freebsd-12.1/sys/netgraph/bluetooth/l2cap/
H A DTODO10 External code now uses ng_send_fn to inject data into Netgraph, so
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdb_mbuild.sh37 <srcdir> Source code directory.
/freebsd-12.1/lib/libc/db/
H A DREADME4 This is version 1.85 of the Berkeley DB code.
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A DLICENSE8 * Redistributions of source code must retain the above copyright notice, this
/freebsd-12.1/contrib/libucl/
H A DCOPYING7 * Redistributions of source code must retain the above copyright notice, this
/freebsd-12.1/contrib/gcc/config/arm/
H A Dt-wince-pe4 # We want fine grained libraries, so use the new code to build the
H A Dt-semi9 # We want fine grained libraries, so use the new code to build the
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticDocs.td11 code Intro =[{..
/freebsd-12.1/contrib/binutils/gas/
H A Dacinclude.m440 dnl hack to simplify the code in configure.in.
H A DChangeLog-0203122 (s_comm): Split out code to..
816 existing condition code warning, and add condition code
930 code to use new literal_syms list.
1071 code.
4340 and code to subtract abs sym.
4355 and code to subtract abs sym.
4466 Remove duplicated fx_done code.
4877 not when fx_addsy. Remove dead code.
6768 points to SHcompact code.
6813 constants in same section as code.
[all …]
/freebsd-12.1/share/i18n/csmapper/GB/
H A DGB2312EXT%UCS.src27 # Column #1 is the cp936 code (in hex)
/freebsd-12.1/crypto/heimdal/lib/gssapi/
H A DChangeLog132 * ntlm/inquire_cred.c: use the right error code.
560 generic print-the-error code for MECH-CODE.
638 since they share code.
1109 * gss.c: #if 0 out unused code.
1128 code.
1979 * 8003.c: remove #if 0'ed code
2691 * init.c: return error code
2818 * verify_mic.c: re-organize and add 3DES code
2819 * wrap.c: re-organize and add 3DES code
2820 * unwrap.c: re-organize and add 3DES code
[all …]
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-0203753 code sequence.
817 when optimizing toc tls code.
3780 trampoline code.
4713 code to...
5463 RELA code.
6313 code.
7665 symbol swapping code.
8115 code will work.
8766 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
9294 Remove sstub code.
[all …]
/freebsd-12.1/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1866 if (code == 0) { in bwn_nphy_rev3_rssi_select()
1877 if ((code == 1 && i == 1) || (code == 2 && !i)) in bwn_nphy_rev3_rssi_select()
1983 if (code == 0) { in bwn_nphy_rev2_rssi_select()
2420 uint8_t code, val; in bwn_nphy_rev2_rssi_cal() local
2437 code = 0; in bwn_nphy_rev2_rssi_cal()
2440 code = 25; in bwn_nphy_rev2_rssi_cal()
2528 offset[i] = code - 32; in bwn_nphy_rev2_rssi_cal()
2705 uint8_t code; in bwn_nphy_gain_ctl_workarounds_rev1_2() local
2748 code = 4; in bwn_nphy_gain_ctl_workarounds_rev1_2()
2750 code = 5; in bwn_nphy_gain_ctl_workarounds_rev1_2()
[all …]
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c729 unsigned FSEv07_isError(size_t code); /* tells if a return value is an error code */
730 const char* FSEv07_getErrorName(size_t code); /* provides error code string (useful for debugging…
1040 unsigned HUFv07_isError(size_t code); /**< tells if a return value is an error code */
1041 const char* HUFv07_getErrorName(size_t code); /**< provides error code string (useful for debuggi…
1189 unsigned FSEv07_isError(size_t code) { return ERR_isError(code); } in FSEv07_isError() argument
1191 const char* FSEv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSEv07_getErrorName() argument
1197 unsigned HUFv07_isError(size_t code) { return ERR_isError(code); } in HUFv07_isError() argument
1199 const char* HUFv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUFv07_getErrorName() argument
2614 unsigned ZSTDv07_isError(size_t code) { return ERR_isError(code); } in ZSTDv07_isError() argument
2618 const char* ZSTDv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTDv07_getErrorName() argument
/freebsd-12.1/contrib/amd/
H A DBUGS25 creating code specificially for the machine it runs on. The ABI and ISA
125 in xdr_string. There is no known fix (source code or vendor patch) at this
190 engineers, this has to do with partial support code for IPv6: the NFS kernel
191 code doesn't appear to recognize the sin_family of the amd vmount(),
225 Moreover, both Solaris yacc and lex produce code that does not pass strict
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrFormats.td15 // opcode - operation code.
20 // funct - combined with opcode field give us an operation code.
26 // code emitter.
692 // opcode - operation code.
697 // funct - combined with opcode field give us an operation code.
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Ddigest.c437 ret = irep.u.error.code; in krb5_digest_init_request()
741 ret = irep.u.error.code; in krb5_digest_request()
900 ret = irep.u.error.code; in krb5_ntlm_init_request()
1021 ret = irep.u.error.code; in krb5_ntlm_request()
1205 ret = irep.u.error.code; in krb5_digest_probe()
/freebsd-12.1/crypto/heimdal/lib/kafs/
H A DChangeLog167 * common.c, kafs.h: drop the int argument (the error code) from
234 (v5_to_kt): add code to do local 524/2b
249 happy code here.
430 * afskrb.c, common.c : Change code to make a clear distinction
435 * common.c (_kafs_get_cred): Change code to acquire the ``best''
/freebsd-12.1/contrib/gcc/
H A Dpostreload.c1040 enum rtx_code code = x->code; in reload_combine_note_use() local
1045 switch (code) in reload_combine_note_use()
1142 fmt = GET_RTX_FORMAT (code); in reload_combine_note_use()
1143 for (i = GET_RTX_LENGTH (code) - 1; i >= 0; i--) in reload_combine_note_use()

1...<<919293949596979899100>>...201