/freebsd/crypto/openssh/ |
H A D | mdoc2man.awk | 42 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 …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | common.h | 2 #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 …]
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
H A D | aestab.c | 31 #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 …]
|
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | cert-onecolumn.pem | 39 w 66 W 115 W 127 W 135 W 136 1 147 W 177 w 195 1 199 w [all …]
|
H A D | dsa-onecolumn.pem | 8 W 43 W 51 W 103 1 107 W 126 W 133 w 144 w 178 w 204 1 [all …]
|
/freebsd/share/doc/papers/kernmalloc/ |
H A D | appendix.ms | 10 '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 …]
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_word.c | 13 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 …]
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa_patches.c | 12 * 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 D | hdaa.c | 12 * 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 …]
|
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.c | 187 { 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 > in sldns_str_vprint() 404 int w; sldns_str_print() local 428 int w = 0; print_remainder_hex() local 438 int w = 0, comprloop = 0; sldns_wire2str_pkt_scan() local 489 int w = 0; sldns_rr_tcttl_scan() local 524 int w = 0; sldns_wire2str_rr_scan() local 595 int w = 0; sldns_wire2str_rrquestion_scan() local 620 int w = 0; sldns_wire2str_rr_unknown_scan() local 655 int flags, w = 0; rr_comment_dnskey() local 708 int w = 0; rr_comment_nsec3() local 735 int w = 0; sldns_wire2str_header_scan() local 782 int w = 0, n; sldns_wire2str_rdata_scan() local 820 int w = 0; sldns_wire2str_rdata_unknown_scan() local 853 int w = 0; sldns_wire2str_dname_scan() local 1037 int w = 0; sldns_wire2str_svcparam_port2str() local 1051 int w = 0; sldns_wire2str_svcparam_ipv4hint2str() local 1080 int w = 0; sldns_wire2str_svcparam_ipv6hint2str() local 1107 int w = 0; sldns_wire2str_svcparam_mandatory2str() local 1130 int w = 0; sldns_wire2str_svcparam_alpn2str() local 1168 int w = 0; sldns_wire2str_svcparam_ech2str() local 1362 int w; sldns_wire2str_int8_scan() local 1372 int w; sldns_wire2str_int16_scan() local 1382 int w; sldns_wire2str_int32_scan() local 1392 int w; sldns_wire2str_period_scan() local 1403 int w; sldns_wire2str_tsigtime_scan() local 1427 int w; sldns_wire2str_a_scan() local 1441 int w; sldns_wire2str_aaaa_scan() local 1472 int w = 0; sldns_wire2str_str_scan() local 1490 int i, w = 0; sldns_wire2str_apl_scan() local 1595 int w = 0; sldns_wire2str_nsec_scan() local 1638 int w; sldns_wire2str_nsec3_salt_scan() local 1656 int data, w; sldns_wire2str_cert_alg_scan() local 1702 int w = 0; loc_cm_print() local 1733 int w = 0; sldns_wire2str_loc_scan() local 1810 int bit, port, w = 0; sldns_wire2str_wks_scan() local 1882 int w = 0; sldns_wire2str_ipseckey_scan_internal() local 1925 int w=sldns_wire2str_ipseckey_scan_internal(d, dl, s, sl, pkt, pktlen, comprloop); sldns_wire2str_ipseckey_scan() local 1938 int w; sldns_wire2str_hip_scan() local 1963 int w; sldns_wire2str_int16_data_scan() local 1988 int w; sldns_wire2str_ilnp64_scan() local 2001 int w; sldns_wire2str_eui48_scan() local 2013 int w; sldns_wire2str_eui64_scan() local 2027 int w = 0; sldns_wire2str_tag_scan() local 2046 int w = 0; sldns_wire2str_long_str_scan() local 2059 int data, w; sldns_wire2str_tsigerror_scan() local 2083 int w = 0; sldns_wire2str_edns_llq_print() local 2119 int w = 0; sldns_wire2str_edns_ul_print() local 2133 int w = 0; sldns_wire2str_edns_nsid_print() local 2155 int w = 0; sldns_wire2str_edns_dau_print() local 2170 int w = 0; sldns_wire2str_edns_dhu_print() local 2184 int w = 0; sldns_wire2str_edns_n3u_print() local 2196 int w = 0; sldns_wire2str_edns_subnet_print() local 2260 int w = 0; sldns_wire2str_edns_keepalive_print() local 2280 int w = 0; sldns_wire2str_edns_ede_print() local 2325 int w = 0; sldns_wire2str_edns_option_print() local 2372 int w = 0; print_edns_opts() local 2406 int w = 0; sldns_wire2str_edns_scan() local [all...] |
/freebsd/sys/dev/usb/ |
H A D | usb_endian.h | 9 * 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 …]
|
/freebsd/sys/netinet6/ |
H A D | in6_cksum.c | 10 * 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 …]
|
/freebsd/bin/sh/tests/expansion/ |
H A D | cmdsubst6.0 | 7 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 …]
|
/freebsd/sys/i386/i386/ |
H A D | in_cksum_machdep.c | 10 * 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 …]
|
/freebsd/crypto/krb5/src/util/verto/ |
H A D | ev.c | 10 * 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 …]
|
/freebsd/sys/contrib/ck/include/gcc/ppc/ |
H A D | ck_pr.h | 9 * 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 …]
|
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr_llsc.h | 9 * 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 D | ck_pr_lse.h | 10 * 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 …]
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct64_ctrcbc.c | 75 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 …]
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_c25519_m62.c | 77 #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 …]
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.c | 88 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 in libworker_delete_env() 112 libworker_delete(struct libworker * w) libworker_delete() argument 121 libworker_delete_event(struct libworker * w) libworker_delete_event() argument 133 struct libworker* w = (struct libworker*)calloc(1, sizeof(*w)); libworker_setup() local 266 handle_cancel(struct libworker * w,uint8_t * buf,uint32_t len) handle_cancel() argument 287 libworker_do_cmd(struct libworker * w,uint8_t * msg,uint32_t len) libworker_do_cmd() argument 315 struct libworker* w = (struct libworker*)arg; libworker_handle_control_cmd() local 332 struct libworker* w = (struct libworker*)arg; libworker_dobg() local 378 struct libworker* w; libworker_bg() local 578 setup_qinfo_edns(struct libworker * w,struct ctx_query * q,struct query_info * qinfo,struct edns_data * edns) setup_qinfo_edns() argument 607 struct libworker* w = libworker_setup(ctx, 0, NULL); libworker_fg() local 689 struct libworker* w = ctx->event_worker; libworker_attach_mesh() local 734 add_bg_result(struct libworker * w,struct ctx_query * q,sldns_buffer * pkt,int err,char * reason,int was_ratelimited) add_bg_result() argument 814 handle_newq(struct libworker * w,uint8_t * buf,uint32_t len) handle_newq() argument 869 struct libworker* w = (struct libworker*)arg; libworker_alloc_cleanup() local 881 struct libworker* w = (struct libworker*)q->env->worker; libworker_send_query() local [all...] |
/freebsd/share/doc/papers/sysperf/ |
H A D | appendix.ms | 10 '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 …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | sm3intrin.h | 51 /// 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 …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_blake2_impl.h | 37 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 …]
|
/freebsd/crypto/krb5/doc/html/ |
H A D | objects.inv | 5 …U���w*Iv)lK*�\��c�Τ$Nf�i�)[}5�1�7O�q"����Ly.�KN��}��q�|�)���Oٲ���]SV�r�oN��u���]YW'?��ݪx�GSܷ… 6 …W��h9K��+,p�S���)��w�_����m��\4�P�����jST��@���\N�ae���M��"�GQ��`�R|o��G���fŊ_B��[>�iR�… 7 �l?1�g�T�7U[������u����-��bȵ��+B~z9��j��'N&<����b`�J{���. 8 3W�������t�>k�� 9 �d�L���kV�-���o��piى�m�/Y���^�s����k��z�+^�U��w��S�\�]�LF#����Y�f}��7]���7E^a�@�… 13 ��Qfkzye�X�1��l��(�����������2LP��t�e:�da�X�⺾CIPἔ�~҇$�!�n��08�)���~�Li�g��,s��G�,{e2��… 14 ��1�Yڻ�� �!� �1��)>�rwAwExrw� 15 �%�cr��%$��0]HY��ȹ�����IM��( ��U>K�L��θ�hr�Yl�T�T���v�2��̡�w�C��3o�s��l�()i���$-s�UOS|Ʉ��G 16 …gY����[��;u��T�鬻��(|�(-����Q�%)^��N���#s�'����\;Ϥ\��j��S��I��'�&1'Mʵ�I�v�\��j�3Q��I��… 17 …\B��[܀z;u@���"��Q�v����T�u��:n@��>��b�����q;À�A�$V�Y��ۢ����u�3X�����LQD���dJ0Q�ʁ�!�1X�j�5�� [all …]
|