Home
last modified time | relevance | path

Searched +full:1 +full:w (Results 1 – 25 of 1118) sorted by relevance

12345678910>>...45

/src/crypto/openssh/
H A Dmdoc2man.awk42 while(w<nwords) {
45 retval=retval words[++w]
73 for(w=1;w<=nwords;w++) {
75 if(match(words[w],"^Li|Pf$")) {
76 skip=1
77 } else if(match(words[w],"^Xo$")) {
78 skip=1
79 ext=1
82 } else if(match(words[w],"^Xc$")) {
83 skip=1
[all …]
/src/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h2 #define common_H 1
8 #define COMPILER_ASSERT(X) (void) sizeof(char[(X) ? 1 : -1])
51 uint64_t w; in load64_le() local
52 memcpy(&w, src, sizeof w); in load64_le()
53 return w; in load64_le()
55 uint64_t w = (uint64_t) src[0]; in load64_le()
56 w |= (uint64_t) src[1] << 8; in load64_le()
57 w |= (uint64_t) src[2] << 16; in load64_le()
58 w |= (uint64_t) src[3] << 24; in load64_le()
59 w |= (uint64_t) src[4] << 32; in load64_le()
[all …]
/src/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daestab.c31 #define sb_data(w) {\ argument
32 w(0x63), w(0x7c), w(0x77), w(0x7b), w(0xf2), w(0x6b), w(0x6f), w(0xc5),\
33 w(0x30), w(0x01), w(0x67), w(0x2b), w(0xfe), w(0xd7), w(0xab), w(0x76),\
34 w(0xca), w(0x82), w(0xc9), w(0x7d), w(0xfa), w(0x59), w(0x47), w(0xf0),\
35 w(0xad), w(0xd4), w(0xa2), w(0xaf), w(0x9c), w(0xa4), w(0x72), w(0xc0),\
36 w(0xb7), w(0xfd), w(0x93), w(0x26), w(0x36), w(0x3f), w(0xf7), w(0xcc),\
37 w(0x34), w(0xa5), w(0xe5), w(0xf1), w(0x71), w(0xd8), w(0x31), w(0x15),\
38 w(0x04), w(0xc7), w(0x23), w(0xc3), w(0x18), w(0x96), w(0x05), w(0x9a),\
39 w(0x07), w(0x12), w(0x80), w(0xe2), w(0xeb), w(0x27), w(0xb2), w(0x75),\
40 w(0x09), w(0x83), w(0x2c), w(0x1a), w(0x1b), w(0x6e), w(0x5a), w(0xa0),\
[all …]
/src/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem39 w
66 W
115 W
127 W
135 W
136 1
147 W
177 w
195 1
199 w
[all …]
H A Ddsa-onecolumn.pem8 W
43 W
51 W
103 1
107 W
126 W
133 w
144 w
178 w
204 1
[all …]
/src/share/doc/papers/kernmalloc/
H A Dappendix.ms10 'ds / \\h'\\w' 'u-\\w'/'u'/
11 'ds /* \\h'\\w' 'u-\\w'/'u'/*
18 'ft 1
22 'ft 1
23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
35 'ft 1
36 'if \\n(cm=1 'ft 2
39 'pn 1
42 'nr cm 1
49 'ft 1
[all …]
/src/crypto/openssl/crypto/bn/
H A Dbn_word.c13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() argument
22 if (w == 0) in BN_mod_word()
23 return (BN_ULONG)-1; in BN_mod_word()
27 * If |w| is too long and we don't have BN_ULLONG then we need to fall in BN_mod_word()
30 if (w > ((BN_ULONG)1 << BN_BITS4)) { in BN_mod_word()
33 return (BN_ULONG)-1; in BN_mod_word()
35 ret = BN_div_word(tmp, w); in BN_mod_word()
43 w &= BN_MASK2; in BN_mod_word()
44 for (i = a->top - 1; i >= 0; i--) { in BN_mod_word()
47 * We can assume here that | w <= ((BN_ULONG)1 << BN_BITS4) | and so in BN_mod_word()
[all …]
/src/contrib/unbound/sldns/
H A Dwire2str.c187 { 1, "LLQ" },
271 char* result = (char*)malloc(slen+1); in sldns_wire2str_pkt()
273 sldns_wire2str_pkt_buf(data, len, result, slen+1); in sldns_wire2str_pkt()
280 char* result = (char*)malloc(slen+1); in sldns_wire2str_rr()
282 sldns_wire2str_rr_buf(rr, len, result, slen+1); in sldns_wire2str_rr()
303 char* result = (char*)malloc(slen+1); in sldns_wire2str_dname()
305 sldns_wire2str_dname_buf(dname, dname_len, result, slen+1); in sldns_wire2str_dname()
388 int w = vsnprintf(*str, *slen, format, args); in sldns_str_vprint() local
389 if(w < 0) { in sldns_str_vprint()
392 } else if((size_t)w >= *slen) { in sldns_str_vprint()
[all …]
/src/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c12 * 1. Redistributions of source code must retain the above copyright
100 HDAA_GPIO_SET(1) },
112 HDAA_GPIO_SET(0) | HDAA_GPIO_SET(1) },
115 HDAA_GPIO_SET(1) | HDAA_GPIO_SET(3) },
124 HDAA_GPIO_SET(1) | HDAA_GPIO_SET(3) },
127 HDAA_GPIO_SET(1) | HDAA_GPIO_SET(3) },
130 HDAA_GPIO_SET(1) | HDAA_GPIO_SET(3) },
149 /* Mac Pro 1,1 requires ovref for proper volume level. */
174 hdac_pin_patch(struct hdaa_widget *w) in hdac_pin_patch() argument
178 nid_t nid = w->nid; in hdac_pin_patch()
[all …]
H A Dhdaa.c12 * 1. Redistributions of source code must retain the above copyright
89 "Unknown", "1/8", "1/4", "ATAPI", "RCA", "Optical", "Digital", "Analog",
126 { 8000, 1, 0x0000, 0x0000, 0x0500 }, /* (48000 * 1) / 6 */
127 { 9600, 0, 0x0000, 0x0000, 0x0400 }, /* (48000 * 1) / 5 */
128 { 12000, 0, 0x0000, 0x0000, 0x0300 }, /* (48000 * 1) / 4 */
129 { 16000, 1, 0x0000, 0x0000, 0x0200 }, /* (48000 * 1) / 3 */
132 { 24000, 0, 0x0000, 0x0000, 0x0100 }, /* (48000 * 1) / 2 */
134 { 32000, 1, 0x0000, 0x0800, 0x0200 }, /* (48000 * 2) / 3 */
137 { 48000, 1, 0x0000, 0x0000, 0x0000 }, /* (48000 * 1) / 1 */
140 { 96000, 1, 0x0000, 0x0800, 0x0000 }, /* (48000 * 2) / 1 */
[all …]
/src/crypto/openssl/crypto/chacha/asm/
H A Dchacha-loongarch64.pl42 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
59 .long 0,1,2,3,4,5,6,7
61 .long 0,1,2,3
68 # $a0 = arg #1 (out pointer)
77 ld.w $t0,$t0,0
79 bleu $len,$t3,.LChaCha20_1x # goto 1x when len <= 64
110 my ($a1,$b1,$c1,$d1) = map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
111 my ($a2,$b2,$c2,$d2) = map(($_&~3)+(($_+1)&3),($a1,$b1,$c1,$d1));
112 my ($a3,$b3,$c3,$d3) = map(($_&~3)+(($_+1)&3),($a2,$b2,$c2,$d2));
115 add.w @x[$a0],@x[$a0],@x[$b0]
[all …]
/src/sys/dev/usb/
H A Dusb_endian.h9 * 1. Redistributions of source code must retain the above copyright
38 * of 1 byte and are always packed.
49 #define UGETB(w) \ argument
50 ((w)[0])
52 #define UGETW(w) \ argument
53 ((w)[0] | \
54 (((uint16_t)((w)[1])) << 8))
56 #define UGETDW(w) \ argument
57 ((w)[0] | \
58 (((uint16_t)((w)[1])) << 8) | \
[all …]
/src/sys/netinet6/
H A Din6_cksum.c10 * 1. Redistributions of source code must retain the above copyright
41 * 1. Redistributions of source code must retain the above copyright
78 #define REDUCE {l_util.l = sum; sum = l_util.s[0] + l_util.s[1]; (void)ADDCARRY(sum);}
94 uint16_t scope, *w; in _in6_cksum_pseudo() local
110 uph.ph.ph_zero[0] = uph.ph.ph_zero[1] = uph.ph.ph_zero[2] = 0; in _in6_cksum_pseudo()
114 sum += uph.phs[0]; sum += uph.phs[1]; in _in6_cksum_pseudo()
119 w = (u_int16_t *)&ip6->ip6_src; in _in6_cksum_pseudo()
120 sum += w[0]; sum += w[1]; sum += w[2]; sum += w[3]; in _in6_cksum_pseudo()
121 sum += w[4]; sum += w[5]; sum += w[6]; sum += w[7]; in _in6_cksum_pseudo()
127 w = (u_int16_t *)&ip6->ip6_dst; in _in6_cksum_pseudo()
[all …]
/src/bin/sh/tests/expansion/
H A Dcmdsubst6.07 code="$1"
21 w=1
22 testcase '$w'
23 testcase '1${w+1}'
24 testcase '1${w-1}'
25 testcase '1${v+1}'
26 testcase '1${v-1}'
27 testcase '1${w:+1}'
28 testcase '1${w:-1}'
29 testcase '1${v:+1}'
[all …]
/src/sys/i386/i386/
H A Din_cksum_machdep.c10 * 1. Redistributions of source code must retain the above copyright
70 u_short *w; in in_cksum_skip() local
80 w = (u_short *)(mtod(m, u_char *) + skip); in in_cksum_skip()
90 w = mtod(m, u_short *); in in_cksum_skip()
91 if (mlen == -1) { in in_cksum_skip()
99 * mbuf. sum was REDUCEd when we found mlen == -1 in in_cksum_skip()
101 su.c[1] = *(u_char *)w; in in_cksum_skip()
103 w = (u_short *)((char *)w + 1); in in_cksum_skip()
104 mlen = m->m_len - 1; in in_cksum_skip()
116 if (3 & (int) w) { in in_cksum_skip()
[all …]
/src/crypto/krb5/src/util/verto/
H A Dev.c10 * 1. Redistributions of source code must retain the above copyright notice,
50 # define EV_USE_FLOOR 1
56 # define EV_USE_CLOCK_SYSCALL 1
61 # define EV_USE_MONOTONIC 1
70 # define EV_USE_MONOTONIC 1
190 # define EV_NO_SMP 1
192 # define ECB_NO_THREADS 1
196 # define ECB_NO_SMP 1
209 # define EV_SELECT_IS_WINSOCKET 1
220 #define _DARWIN_UNLIMITED_SELECT 1
[all …]
/src/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h9 * 1. Redistributions of source code must retain the above copyright
58 __asm__ __volatile__("or 1, 1, 1;" in ck_pr_stall()
101 __asm__ __volatile__(I "%U1%X1 %0, %1" \ in CK_PR_FENCE()
127 __asm__ __volatile__(I "%U0%X0 %1, %0" \
154 __asm__ __volatile__("1:" \
155 "lwarx %0, 0, %1;" \
158 "stwcx. %2, 0, %1;" \
159 "bne- 1b;" \
173 __asm__ __volatile__("1:" \
174 "lwarx %0, 0, %1;" \
[all …]
/src/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h9 * 1. Redistributions of source code must retain the above copyright
40 __asm__ __volatile__("1:" in ck_pr_cas_64_2_value()
41 "ldxp %0, %1, [%4]\n" in ck_pr_cas_64_2_value()
43 "mov %3, %1\n" in ck_pr_cas_64_2_value()
45 "eor %1, %1, %6\n" in ck_pr_cas_64_2_value()
46 "orr %1, %0, %1\n" in ck_pr_cas_64_2_value()
48 "cbnz %1, 2f\n" in ck_pr_cas_64_2_value()
50 "cbnz %w0, 1b\n" in ck_pr_cas_64_2_value()
51 "mov %w0, #1\n" in ck_pr_cas_64_2_value()
53 : "=&r" (tmp1), "=&r" (tmp2), "=&r" (value[0]), "=&r" (value[1]) in ck_pr_cas_64_2_value()
[all …]
H A Dck_pr_lse.h10 * 1. Redistributions of source code must retain the above copyright
43 register uint64_t x1 __asm__ ("x1") = compare[1]; in ck_pr_cas_64_2_value()
45 register uint64_t x3 __asm__ ("x3") = set[1]; in ck_pr_cas_64_2_value()
47 __asm__ __volatile__("casp %0, %1, %4, %5, [%6]\n" in ck_pr_cas_64_2_value()
49 "eor %3, %1, %8\n" in ck_pr_cas_64_2_value()
52 : "r" (x2), "r" (x3), "r" (target), "r" (compare[0]), "r" (compare[1]) in ck_pr_cas_64_2_value()
56 value[1] = x1; in ck_pr_cas_64_2_value()
74 register uint64_t x1 __asm__ ("x1") = compare[1]; in ck_pr_cas_64_2()
76 register uint64_t x3 __asm__ ("x3") = set[1]; in ck_pr_cas_64_2()
78 __asm__ __volatile__("casp %0, %1, %2, %3, [%4]\n" in ck_pr_cas_64_2()
[all …]
/src/contrib/bearssl/src/symcipher/
H A Daes_ct64_ctrcbc.c75 uint32_t w[16]; in br_aes_ct64_ctrcbc_ctr() local
87 w[i + 0] = br_swap32(iv0); in br_aes_ct64_ctrcbc_ctr()
88 w[i + 1] = br_swap32(iv1); in br_aes_ct64_ctrcbc_ctr()
89 w[i + 2] = br_swap32(iv2); in br_aes_ct64_ctrcbc_ctr()
90 w[i + 3] = br_swap32(iv3); in br_aes_ct64_ctrcbc_ctr()
99 memset(w + i, 0, (16 - i) * sizeof(uint32_t)); in br_aes_ct64_ctrcbc_ctr()
103 &q[i], &q[i + 4], w + (i << 2)); in br_aes_ct64_ctrcbc_ctr()
110 w + (i << 2), q[i], q[i + 4]); in br_aes_ct64_ctrcbc_ctr()
113 br_range_enc32le(tmp, w, 16); in br_aes_ct64_ctrcbc_ctr()
148 uint32_t w[4]; in br_aes_ct64_ctrcbc_mac() local
[all …]
/src/contrib/unbound/libunbound/
H A Dlibworker.c88 static void handle_newq(struct libworker* w, uint8_t* buf, uint32_t len);
92 libworker_delete_env(struct libworker* w) in libworker_delete_env() argument
94 if(w->env) { in libworker_delete_env()
95 outside_network_quit_prepare(w->back); in libworker_delete_env()
96 mesh_delete(w->env->mesh); in libworker_delete_env()
97 context_release_alloc(w->ctx, w->env->alloc, in libworker_delete_env()
98 !w->is_bg || w->is_bg_thread); in libworker_delete_env()
99 sldns_buffer_free(w->env->scratch_buffer); in libworker_delete_env()
100 regional_destroy(w->env->scratch); in libworker_delete_env()
101 ub_randfree(w->env->rnd); in libworker_delete_env()
[all …]
/src/contrib/bearssl/src/ec/
H A Dec_c25519_m62.c77 #define MASK51 (((uint64_t)1 << 51) - (uint64_t)1)
85 uint64_t m, w; in f255_cswap() local
88 w = m & (a[0] ^ b[0]); a[0] ^= w; b[0] ^= w; in f255_cswap()
89 w = m & (a[1] ^ b[1]); a[1] ^= w; b[1] ^= w; in f255_cswap()
90 w = m & (a[2] ^ b[2]); a[2] ^= w; b[2] ^= w; in f255_cswap()
91 w = m & (a[3] ^ b[3]); a[3] ^= w; b[3] ^= w; in f255_cswap()
92 w = m & (a[4] ^ b[4]); a[4] ^= w; b[4] ^= w; in f255_cswap()
102 d[1] = a[1] + b[1]; in f255_add()
118 uint64_t cc, w; in f255_sub() local
131 w = a[0] - b[0] - 19456; in f255_sub()
[all …]
/src/share/doc/papers/sysperf/
H A Dappendix.ms10 'ds / \\h'\\w' 'u-\\w'/'u'/
11 'ds /* \\h'\\w' 'u-\\w'/'u'/*
18 'ft 1
22 'ft 1
23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
35 'ft 1
36 'if \\n(cm=1 'ft 2
39 'pn 1
42 'nr cm 1
49 'ft 1
[all …]
/src/contrib/llvm-project/clang/lib/Headers/
H A Dsm3intrin.h51 /// W[0] := __C.dword[0]
52 /// W[1] := __C.dword[1]
53 /// W[2] := __C.dword[2]
54 /// W[3] := __C.dword[3]
55 /// W[7] := __A.dword[0]
56 /// W[8] := __A.dword[1]
57 /// W[9] := __A.dword[2]
58 /// W[10] := __A.dword[3]
59 /// W[13] := __B.dword[0]
60 /// W[14] := __B.dword[1]
[all …]
/src/contrib/libarchive/libarchive/
H A Darchive_blake2_impl.h37 uint32_t w; in load32() local
38 memcpy(&w, src, sizeof w); in load32()
39 return w; in load32()
43 (( uint32_t )( p[1] ) << 8) | in load32()
52 uint64_t w; in load64() local
53 memcpy(&w, src, sizeof w); in load64()
54 return w; in load64()
58 (( uint64_t )( p[1] ) << 8) | in load64()
71 uint16_t w; in load16() local
72 memcpy(&w, src, sizeof w); in load16()
[all …]

12345678910>>...45