Home
last modified time | relevance | path

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

12345678910>>...48

/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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) },
118 HDAA_GPIO_SET(1) | HDAA_GPIO_SET(3) },
121 HDAA_GPIO_SET(1) | HDAA_GPIO_SET(3) },
124 HDAA_GPIO_SET(1) | HDAA_GPIO_SET(3) },
143 /* Mac Pro 1,1 requires ovref for proper volume level. */
168 hdac_pin_patch(struct hdaa_widget *w) in hdac_pin_patch() argument
417 hdaa_widget_patch(struct hdaa_widget * w) hdaa_widget_patch() argument
474 struct hdaa_widget *w; hdaa_patch() local
[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) /
268 struct hdaa_widget *w; hdaa_channels_handler() local
379 hdaa_hpredir_handler(struct hdaa_widget * w) hdaa_hpredir_handler() argument
461 hdaa_autorecsrc_handler(struct hdaa_audio_as * as,struct hdaa_widget * w) hdaa_autorecsrc_handler() argument
532 hdaa_presence_handler(struct hdaa_widget * w) hdaa_presence_handler() argument
579 struct hdaa_widget *w; hdaa_jack_poll_callback() local
602 hdaa_eld_dump(struct hdaa_widget * w) hdaa_eld_dump() argument
682 hdaa_eld_handler(struct hdaa_widget * w) hdaa_eld_handler() argument
746 struct hdaa_widget *w; hdaa_sense_init() local
798 struct hdaa_widget *w; hdaa_sense_deinit() local
940 hdaa_local_patch_pin(struct hdaa_widget * w) hdaa_local_patch_pin() argument
1034 hdaa_dump_pin_sb(struct sbuf * sb,struct hdaa_widget * w) hdaa_dump_pin_sb() argument
1133 struct hdaa_widget *w, *cw; hdaa_sysctl_caps() local
1324 struct hdaa_widget *w; hdaa_local_patch() local
1381 hdaa_widget_connection_parse(struct hdaa_widget * w) hdaa_widget_connection_parse() argument
1466 hdaa_widget_parse(struct hdaa_widget * w) hdaa_widget_parse() argument
1575 hdaa_widget_postprocess(struct hdaa_widget * w) hdaa_widget_postprocess() argument
1712 hdaa_widget_connection_select(struct hdaa_widget * w,uint8_t index) hdaa_widget_connection_select() argument
1844 struct hdaa_widget *w, *wp; hdaa_audio_setup() local
2103 struct hdaa_widget *w; hdaa_channel_stop() local
2226 struct hdaa_widget *w, *cw; hdaa_audio_ctl_ossmixer_init() local
2356 struct hdaa_widget *w, *wc; hdaa_audio_ctl_source_volume() local
2433 struct hdaa_widget *w, *wc; hdaa_audio_ctl_dest_volume() local
2502 struct hdaa_widget *w, *cw; hdaa_audio_ctl_dev_volume() local
2582 struct hdaa_widget *w; hdaa_audio_ctl_ossmixer_set() local
2683 struct hdaa_widget *w, *cw; hdaa_audio_ctl_recsel_comm() local
2758 struct hdaa_widget *w; hdaa_audio_ctl_ossmixer_setrecsrc() local
2924 struct hdaa_widget *w; hdaa_audio_parse() local
2986 struct hdaa_widget *w; hdaa_audio_postprocess() local
3001 struct hdaa_widget *w, *cw; hdaa_audio_ctl_parse() local
3163 struct hdaa_widget *w; hdaa_audio_as_parse() local
3321 struct hdaa_widget *w; hdaa_audio_trace_dac() local
3432 struct hdaa_widget *w, *wc; hdaa_audio_trace_adc() local
3526 struct hdaa_widget *w; hdaa_audio_undo_trace() local
3779 struct hdaa_widget *w; hdaa_audio_trace_as_in() local
3893 struct hdaa_widget *w, *wc; hdaa_audio_trace_to_out() local
3977 struct hdaa_widget *w; hdaa_audio_trace_as_extra() local
4129 struct hdaa_widget *w; hdaa_audio_disable_nonaudio() local
4153 struct hdaa_widget *w, *cw; hdaa_audio_disable_useless() local
4287 struct hdaa_widget *w, *cw; hdaa_audio_disable_unas() local
4382 struct hdaa_widget *w; hdaa_audio_disable_notselected() local
4416 struct hdaa_widget *w, *cw; hdaa_audio_disable_crossas() local
4518 struct hdaa_widget *w, *wc; hdaa_audio_ctl_source_amp() local
4625 struct hdaa_widget *w, *wc; hdaa_audio_ctl_dest_amp() local
4718 struct hdaa_widget *w; hdaa_audio_assign_names() local
4921 hdaa_adjust_amp(struct hdaa_widget * w,int ossdev,int found,int minamp,int maxamp) hdaa_adjust_amp() argument
4952 struct hdaa_widget *w, *cw; hdaa_audio_assign_mixers() local
5020 struct hdaa_widget *w; hdaa_audio_prepare_pin_ctrl() local
5211 struct hdaa_widget *w; hdaa_audio_commit() local
5272 struct hdaa_widget *w; hdaa_pcmchannel_setup() local
5677 hdaa_dump_pin(struct hdaa_widget * w) hdaa_dump_pin() argument
5746 hdaa_dump_pin_config(struct hdaa_widget * w,uint32_t conf) hdaa_dump_pin_config() argument
5766 struct hdaa_widget *w; hdaa_dump_pin_configs() local
5801 struct hdaa_widget *w, *cw; hdaa_dump_nodes() local
5897 struct hdaa_widget *w, *cw; hdaa_dump_dst_nid() local
5945 struct hdaa_widget *w; hdaa_dump_dac() local
5983 struct hdaa_widget *w; hdaa_dump_adc() local
6022 struct hdaa_widget *w; hdaa_dump_mix() local
6049 struct hdaa_widget *w; hdaa_pindump() local
6262 struct hdaa_widget *w; hdaa_unconfigure() local
6800 struct hdaa_widget *w; hdaa_unsol_intr() local
6884 struct hdaa_widget *w; hdaa_chan_type() local
[all...]
/freebsd-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 …]
/freebsd-src/contrib/unbound/sldns/
H A Dwire2str.c187 { 1, "LLQ" },
271 char* result = (char*)malloc(slen+1);
273 sldns_wire2str_pkt_buf(data, len, result, slen+1); in sldns_wire2str_rr()
280 char* result = (char*)malloc(slen+1);
282 sldns_wire2str_rr_buf(rr, len, result, slen+1); in sldns_wire2str_type()
303 char* result = (char*)malloc(slen+1);
305 sldns_wire2str_dname_buf(dname, dname_len, result, slen+1); in sldns_wire2str_rcode()
388 int w = vsnprintf(*str, *slen, format, args); in sldns_str_vprint()
389 if(w < 0) { in sldns_str_vprint()
392 } else if((size_t)w > in sldns_str_vprint()
383 int w = vsnprintf(*str, *slen, format, args); sldns_str_vprint() local
399 int w; sldns_str_print() local
423 int w = 0; print_remainder_hex() local
433 int w = 0, comprloop = 0; sldns_wire2str_pkt_scan() local
484 int w = 0; sldns_rr_tcttl_scan() local
519 int w = 0; sldns_wire2str_rr_scan() local
590 int w = 0; sldns_wire2str_rrquestion_scan() local
615 int w = 0; sldns_wire2str_rr_unknown_scan() local
650 int flags, w = 0; rr_comment_dnskey() local
703 int w = 0; rr_comment_nsec3() local
730 int w = 0; sldns_wire2str_header_scan() local
777 int w = 0, n; sldns_wire2str_rdata_scan() local
815 int w = 0; sldns_wire2str_rdata_unknown_scan() local
848 int w = 0; sldns_wire2str_dname_scan() local
1032 int w = 0; sldns_wire2str_svcparam_port2str() local
1046 int w = 0; sldns_wire2str_svcparam_ipv4hint2str() local
1075 int w = 0; sldns_wire2str_svcparam_ipv6hint2str() local
1102 int w = 0; sldns_wire2str_svcparam_mandatory2str() local
1125 int w = 0; sldns_wire2str_svcparam_alpn2str() local
1163 int w = 0; sldns_wire2str_svcparam_ech2str() local
1356 int w; sldns_wire2str_int8_scan() local
1366 int w; sldns_wire2str_int16_scan() local
1376 int w; sldns_wire2str_int32_scan() local
1386 int w; sldns_wire2str_period_scan() local
1397 int w; sldns_wire2str_tsigtime_scan() local
1421 int w; sldns_wire2str_a_scan() local
1435 int w; sldns_wire2str_aaaa_scan() local
1466 int w = 0; sldns_wire2str_str_scan() local
1484 int i, w = 0; sldns_wire2str_apl_scan() local
1589 int w = 0; sldns_wire2str_nsec_scan() local
1632 int w; sldns_wire2str_nsec3_salt_scan() local
1650 int data, w; sldns_wire2str_cert_alg_scan() local
1696 int w = 0; loc_cm_print() local
1727 int w = 0; sldns_wire2str_loc_scan() local
1804 int bit, port, w = 0; sldns_wire2str_wks_scan() local
1876 int w = 0; sldns_wire2str_ipseckey_scan_internal() local
1919 int w=sldns_wire2str_ipseckey_scan_internal(d, dl, s, sl, pkt, pktlen, comprloop); sldns_wire2str_ipseckey_scan() local
1932 int w; sldns_wire2str_hip_scan() local
1957 int w; sldns_wire2str_int16_data_scan() local
1982 int w; sldns_wire2str_ilnp64_scan() local
1995 int w; sldns_wire2str_eui48_scan() local
2007 int w; sldns_wire2str_eui64_scan() local
2021 int w = 0; sldns_wire2str_tag_scan() local
2040 int w = 0; sldns_wire2str_long_str_scan() local
2053 int data, w; sldns_wire2str_tsigerror_scan() local
2077 int w = 0; sldns_wire2str_edns_llq_print() local
2113 int w = 0; sldns_wire2str_edns_ul_print() local
2127 int w = 0; sldns_wire2str_edns_nsid_print() local
2149 int w = 0; sldns_wire2str_edns_dau_print() local
2164 int w = 0; sldns_wire2str_edns_dhu_print() local
2178 int w = 0; sldns_wire2str_edns_n3u_print() local
2190 int w = 0; sldns_wire2str_edns_subnet_print() local
2254 int w = 0; sldns_wire2str_edns_keepalive_print() local
2274 int w = 0; sldns_wire2str_edns_ede_print() local
2319 int w = 0; sldns_wire2str_edns_option_print() local
2366 int w = 0; print_edns_opts() local
2400 int w = 0; sldns_wire2str_edns_scan() local
[all...]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-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 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
314 struct libworker* w = (struct libworker*)arg; libworker_handle_control_cmd() local
331 struct libworker* w = (struct libworker*)arg; libworker_dobg() local
377 struct libworker* w; libworker_bg() local
577 setup_qinfo_edns(struct libworker * w,struct ctx_query * q,struct query_info * qinfo,struct edns_data * edns) setup_qinfo_edns() argument
606 struct libworker* w = libworker_setup(ctx, 0, NULL); libworker_fg() local
688 struct libworker* w = ctx->event_worker; libworker_attach_mesh() local
733 add_bg_result(struct libworker * w,struct ctx_query * q,sldns_buffer * pkt,int err,char * reason,int was_ratelimited) add_bg_result() argument
813 handle_newq(struct libworker * w,uint8_t * buf,uint32_t len) handle_newq() argument
868 struct libworker* w = (struct libworker*)arg; libworker_alloc_cleanup() local
880 struct libworker* w = (struct libworker*)q->env->worker; libworker_send_query() local
[all...]
/freebsd-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 …]
/freebsd-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 …]
/freebsd-src/lib/msun/ld128/
H A Dk_tanl.c21 * |tan(x)/x - t(x)| < 2**-117.8 (XXX should be ~1e-37)
40 T31 = 0x1.1c77d6eac0234988cdaa04c96626p-20L,
44 pio4 = 0x1.921fb54442d18469898cc51701b8p-1L,
61 long double z, r, v, w, s; in __kernel_tanl() local
65 iy = (iy == 1 ? -1 : 1); /* XXX recover original interface */ in __kernel_tanl()
73 w = pio4lo - y; in __kernel_tanl()
74 x = z + w; in __kernel_tanl()
76 i = 1; in __kernel_tanl()
80 w = z * z; in __kernel_tanl()
81 r = T5 + w * (T9 + w * (T13 + w * (T17 + w * (T21 + in __kernel_tanl()
[all …]
/freebsd-src/sys/arm64/include/
H A Datomic.h8 * 1. Redistributions of source code must retain the above copyright
69 #define _ATOMIC_LSE_SUPPORTED 1
72 #define _ATOMIC_LSE_SUPPORTED 1
84 #define _ATOMIC_OP_IMPL(t, w, s, op, llsc_asm_op, lse_asm_op, pre, bar, a, l) \
92 "1: ld"#a"xr"#s" %"#w"0, [%2]\n" \
93 " "#llsc_asm_op" %"#w"0, %"#w"0, %"#w"3\n" \
94 " st"#l"xr"#s" %w1, %"#w"
83 _ATOMIC_OP_IMPL(t,w,s,op,llsc_asm_op,lse_asm_op,pre,bar,a,l) global() argument
154 _ATOMIC_CMPSET_IMPL(t,w,s,bar,a,l) global() argument
278 _ATOMIC_FETCHADD_IMPL(t,w) global() argument
332 _ATOMIC_SWAP_IMPL(t,w,zreg) global() argument
411 _ATOMIC_TEST_OP_IMPL(t,w,op,llsc_asm_op,lse_asm_op,bar,a) global() argument
465 _ATOMIC_LOAD_ACQ_IMPL(t,w,s) _ATOMIC_TEST_OP() argument
487 _ATOMIC_STORE_REL_IMPL(t,w,s) global() argument
[all...]
/freebsd-src/contrib/file/tests/
H A DHWP97.hwp.testfile1W�o�r�l�d� �H�W�P�2�0�1�6�������������������������������������������������������������������������…
2 m��9eI��yؾ�s�N��i�� ���cWgg�K�q1�3.&}�=��k9�r��+w�u�xp
5 …$��܅y҅���\t�8���#S&O� 貔������ �Z��SV��u�C�:�!g���阔���5*;�L޷4e�<� ������w��N�k��Kf{�iq���I'O…
61n��n$�d���-%R!6O�B��^묘j���-x��������6��J�}��F ��NK�Y�Q�u�9��F�Ŋ��0��+&�Iw4�I��{�fߍǮ����9…
7 >��ĕ�y~/Yۿ��5����W����)�Wȴ�8tǮI��G�MW�޸�ֺD��y�.;O�&�^�0��/�z�!����
8 …~V��mqL�rQ9L�#������ 9�}\��q]ɰ^6�G�����] ��Փ3Q׻�"����l����a�ˤ�&W:Ln�VdR�u�;*g�^���…
9 Lm����V�_"���M'I�u��c�����Qש��w�U�֐#G

12345678910>>...48