| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mm-venice-gw7903.dts | 39 linux,code = <BTN_0>; 44 linux,code = <BTN_1>; 51 linux,code = <BTN_2>; 58 linux,code = <BTN_3>; 65 linux,code = <BTN_5>;
|
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | llib-lformw | 41 FIELD **code) 46 FIELD *code) 51 FIELDTYPE *code) 56 FORM *code) 61 Form_Hook code)
|
| /freebsd-14.2/sys/dev/sound/pci/ |
| H A D | envy24.c | 1077 u_int32_t code; member 1097 u_int32_t code; in envy24_setspeed() local 1104 code = ENVY24_MT_RATE_SPDIF; /* external master clock */ in envy24_setspeed() 1112 code = envy24_speedtab[i].code; in envy24_setspeed() 1115 …device_printf(sc->dev, "envy24_setspeed(): speed %d/code 0x%04x\n", envy24_speedtab[i].speed, code… in envy24_setspeed() 1117 if (code < 0x10) { in envy24_setspeed() 1118 envy24_wrmt(sc, ENVY24_MT_RATE, code, 1); in envy24_setspeed() 1119 code = envy24_rdmt(sc, ENVY24_MT_RATE, 1); in envy24_setspeed() 1120 code &= ENVY24_MT_RATE_MASK; in envy24_setspeed() 1121 for (i = 0; envy24_speedtab[i].code < 0x10; i++) { in envy24_setspeed() [all …]
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 2543 int code, upper_limit = 0, i, lc[16]; in create_decode_tables() local 2582 for(code = 0; code < quick_data_size; code++) { in create_decode_tables() 2591 table->quick_len[code] = (uint8_t) cur_len; in create_decode_tables() 2600 table->quick_num[code] = 0; in create_decode_tables() 2623 skip_bits(rar, table->quick_len[code]); in decode_number() 2624 *num = table->quick_num[code]; in decode_number() 3004 const uint8_t* p, uint16_t code) in decode_code_length() argument 3008 if(code < 8) { in decode_code_length() 3010 length += code; in decode_code_length() 3012 lbits = code / 4 - 1; in decode_code_length() [all …]
|
| /freebsd-14.2/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-14.2/tests/sys/netinet6/frag6/ |
| H A D | frag6.subr | 9 # 1. Redistributions of source code must retain the above copyright 32 atf_set descr 'Test IPv6 fragmentation code'
|
| /freebsd-14.2/tests/sys/netinet6/ |
| H A D | exthdr.py | 50 if icmp6.code != 4: 69 if icmp6.code != 0:
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | armada-385-linksys.dtsi | 58 linux,code = <KEY_WPS_BUTTON>; 64 linux,code = <KEY_RESTART>;
|
| H A D | spear320-hmi.dts | 135 linux,code = <0x100>; 143 linux,code = <0x200>;
|
| H A D | mpa1600.dts | 76 linux,code = <113>;
|
| H A D | bcm47094-luxul-xap-1610.dts | 48 linux,code = <KEY_RESTART>;
|
| /freebsd-14.2/contrib/xz/src/liblzma/common/ |
| H A D | lzip_decoder.c | 255 const lzma_ret ret = coder->lzma_decoder.code( in lzip_decode() 388 next->code = &lzip_decode; in lzma_lzip_decoder_init()
|
| H A D | stream_buffer_decoder.c | 47 ret = stream_decoder.code(stream_decoder.coder, allocator, in lzma_stream_buffer_decode()
|
| /freebsd-14.2/lib/libc/rpc/ |
| H A D | DISCLAIMER | 9 * - Redistributions of source code must retain the above copyright notice, 37 * * Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm450-motorola-ali.dts | 26 linux,code = <KEY_VOLUMEUP>; 79 linux,code = <KEY_VOLUMEDOWN>;
|
| /freebsd-14.2/crypto/openssl/test/ssl-tests/ |
| H A D | 13-fragmentation.cnf.in | 105 # multi-buffer code kicks in on some platforms for AES-SHA. The 160 # Test that multibuffer-capable code also handles small data correctly.
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | THIRDPARTYLICENSE.gladman | 9 1. source code distributions include the above copyright notice, this
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | extern.h | 120 int do_login(int code, char *passwd);
|
| /freebsd-14.2/sys/contrib/device-tree/src/mips/qca/ |
| H A D | ar9331_omega.dts | 37 linux,code = <KEY_RESTART>;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | amlogic,meson-gxbb-sm.yaml | 10 In the Amlogic SoCs the Secure Monitor code is used to provide access to the
|
| /freebsd-14.2/contrib/dialog/samples/copifuncs/ |
| H A D | copi.ifmcfg5 | 3 # or long-distance calls. In the example below, my country code is 7,
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | canthandle.asn1 | 22 -- Don't code kaka if it's 1
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | gdb_machdep.c | 121 gdb_cpu_signal(int type, int code) in gdb_cpu_signal() argument
|
| /freebsd-14.2/contrib/libcbor/test/ |
| H A D | fuzz_test.c | 52 if (res.error.code == CBOR_ERR_NONE) cbor_decref(&item); in run_round()
|
| /freebsd-14.2/contrib/libfido2/fuzz/ |
| H A D | Dockerfile | 2 # Use of this source code is governed by a BSD-style
|