Home
last modified time | relevance | path

Searched refs:d (Results 51 – 75 of 4348) sorted by relevance

12345678910>>...174

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp36 MD5_u32plus a, b, c, d; member
43 MD5_u32plus a, b, c, d; in body() local
49 d = ctx->d; in body()
55 saved_d = d; in body()
128 d += saved_d; in body()
136 ctx->d = d; in body()
153 ctx->d = 0x10325476; in MD5_Init()
234 result[12] = ctx->d; in MD5_Final()
235 result[13] = ctx->d >> 8; in MD5_Final()
236 result[14] = ctx->d >> 16; in MD5_Final()
[all …]
/freebsd/sys/kern/
H A Dmd5c.c108 #define FF(a, b, c, d, x, s, ac) { \ argument
113 #define GG(a, b, c, d, x, s, ac) { \ argument
118 #define HH(a, b, c, d, x, s, ac) { \ argument
123 #define II(a, b, c, d, x, s, ac) { \ argument
240 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in MD5Transform()
241 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in MD5Transform()
242 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform()
243 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in MD5Transform()
244 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */ in MD5Transform()
245 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ in MD5Transform()
[all …]
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c3345 fis->d.lbaLowExp = 0; in smsatIDStart()
3346 fis->d.lbaMidExp = 0; in smsatIDStart()
3347 fis->d.lbaHighExp = 0; in smsatIDStart()
3348 fis->d.featuresExp = 0; in smsatIDStart()
3350 fis->d.sectorCountExp = 0; in smsatIDStart()
3351 fis->d.reserved4 = 0; in smsatIDStart()
3353 fis->d.reserved5 = 0; in smsatIDStart()
4075 fis->d.lbaLowExp = 0; in smsatPacket()
4076 fis->d.lbaMidExp = 0; in smsatPacket()
4077 fis->d.lbaHighExp = 0; in smsatPacket()
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dtimebox.c69 if (d->built) { in timebox_redraw()
70 hide_dialog(d); in timebox_redraw()
77 if (d->built) in timebox_redraw()
81 y = d->y + d->h - BORDER - HBUTTONS - HBOX; in timebox_redraw()
82 x = d->x + d->w/2 - 7; in timebox_redraw()
84 mvwaddch(d->widget, d->h - 5, d->w/2 - 3, ':'); in timebox_redraw()
86 mvwaddch(d->widget, d->h - 5, d->w/2 + 2, ':'); in timebox_redraw()
148 d.bs.curr++; in bsddialog_timebox()
149 focusbuttons = d.bs.curr < (int)d.bs.nbuttons ? in bsddialog_timebox()
153 d.bs.curr = in bsddialog_timebox()
[all …]
H A Dbarbox.c47 #define WBAR(d) (WBOX(d) - BOXBORDERS) argument
110 y = d->y + d->h - BORDER - HBOX; in update_barbox()
156 if (d.built) in bsddialog_gauge()
258 mvwaddstr(d.widget, i+1, d.w-2-15, "[ ]"); in do_mixedgauge()
273 mvwaddstr(d.widget, i+1, 1+d.w-2-15, states[miniperc]); in do_mixedgauge()
409 if (d->built) in rangebox_redraw()
476 d.bs.curr = (d.bs.curr + 1) % d.bs.nbuttons; in bsddialog_rangebox()
482 d.bs.curr = d.bs.nbuttons - 1; in bsddialog_rangebox()
558 if (d->built) in pause_redraw()
626 d.bs.curr = (d.bs.curr + 1) % d.bs.nbuttons; in bsddialog_pause()
[all …]
H A Ddatebox.c318 ycal = d->y + d->h - 15; in calendar_redraw()
319 xcal = d->x + d->w/2 - 17; in calendar_redraw()
320 mvwaddstr(d->widget, d->h - 16, d->w/2 - 17, "Month"); in calendar_redraw()
322 mvwaddstr(d->widget, d->h - 16, d->w/2, "Year"); in calendar_redraw()
389 if (d.bs.curr >= (int)d.bs.nbuttons) { in bsddialog_calendar()
408 if (d.bs.curr >= (int)d.bs.nbuttons) { in bsddialog_calendar()
529 y = d->y + d->h - 6; in datebox_redraw()
530 x = (d->x + d->w / 2) - 11; in datebox_redraw()
532 mvwaddch(d->widget, d->h - 5, x - d->x + di[0].width, '/'); in datebox_redraw()
535 mvwaddch(d->widget, d->h - 5, x - d->x + di[1].width, '/'); in datebox_redraw()
[all …]
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl185 ror @d[2],@d[2],#32
186 ror @d[3],@d[3],#32
187 ror @d[4],@d[4],#32
188 ror @d[5],@d[5],#32
189 ror @d[6],@d[6],#32
190 ror @d[7],@d[7],#32
462 ror @d[2],@d[2],#32
463 ror @d[3],@d[3],#32
464 ror @d[4],@d[4],#32
465 ror @d[5],@d[5],#32
[all …]
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_events.c151 d = g_malloc(sizeof(*d), M_WAITOK | M_ZERO); in gv_drive_tasted()
152 strlcpy(d->name, hdr->label.name, sizeof(d->name)); in gv_drive_tasted()
153 strlcpy(d->device, pp->name, sizeof(d->device)); in gv_drive_tasted()
155 strlcpy(d->device, pp->name, sizeof(d->device)); in gv_drive_tasted()
164 d->hdr = hdr; in gv_drive_tasted()
201 if (--d->active == 0 && (d->flags & GV_DRIVE_ORPHANED)) { in gv_drive_done()
247 g_free(d->hdr); in gv_drive_lost()
248 d->hdr = NULL; in gv_drive_lost()
250 snprintf(d->device, sizeof(d->device), "???"); in gv_drive_lost()
251 d->size = 0; in gv_drive_lost()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c159 u_int32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; in MD5Transform() local
176 d = state[3]; in MD5Transform()
178 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7); in MD5Transform()
179 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12); in MD5Transform()
180 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17); in MD5Transform()
181 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22); in MD5Transform()
182 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7); in MD5Transform()
183 MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12); in MD5Transform()
184 MD5STEP(F1, c, d, a, b, in[ 6] + 0xa8304613, 17); in MD5Transform()
185 MD5STEP(F1, b, c, d, a, in[ 7] + 0xfd469501, 22); in MD5Transform()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dmd5.c123 register isc_uint32_t a, b, c, d; in transform() local
128 d = buf[3]; in transform()
130 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in transform()
134 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in transform()
138 MD5STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7); in transform()
147 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in transform()
148 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in transform()
151 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in transform()
155 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in transform()
160 MD5STEP(F2, d, a, b, c, in[2] + 0xfcefa3f8, 9); in transform()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp81 MD5_u32plus a, b, c, d; in body() local
90 d = InternalState.d; in body()
96 saved_d = d; in body()
99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
107 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
117 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
118 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
121 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
173 d += saved_d; in body()
[all …]
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c81 #define FF(a, b, c, d, x, s, ac) \ argument
82 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
86 #define GG(a, b, c, d, x, s, ac) \ argument
87 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
91 #define HH(a, b, c, d, x, s, ac) \ argument
92 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
96 #define II(a, b, c, d, x, s, ac) \ argument
97 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
201 UINT4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local
208 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform()
[all …]
/freebsd/lib/libmd/
H A Dmd5c.c105 #define FF(a, b, c, d, x, s, ac) { \ argument
110 #define GG(a, b, c, d, x, s, ac) { \ argument
115 #define HH(a, b, c, d, x, s, ac) { \ argument
120 #define II(a, b, c, d, x, s, ac) { \ argument
237 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in MD5Transform()
238 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in MD5Transform()
239 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform()
240 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in MD5Transform()
241 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */ in MD5Transform()
242 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ in MD5Transform()
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/scalars/
H A DMakefile18 err.bigglobal.d \
19 err.biglocal.d \
20 tst.16kglobal.d \
21 tst.16klocal.d \
22 tst.basicvar.d \
24 tst.localvar.d \
25 tst.misc.d \
26 tst.self.d \
29 tst.selfthis.d \
30 tst.this.d \
[all …]
/freebsd/contrib/elftoolchain/libelf/
H A Delf_data.c51 (d != NULL && s != d->d_scn)) { in elf_getdata()
58 if (d == NULL && (d = STAILQ_FIRST(&s->s_data)) != NULL) in elf_getdata()
59 return (&d->d_data); in elf_getdata()
61 if (d != NULL) in elf_getdata()
145 return (&d->d_data); in elf_getdata()
158 if (!(*xlate)(d->d_data.d_buf, (size_t) d->d_data.d_size, in elf_getdata()
168 return (&d->d_data); in elf_getdata()
206 return (&d->d_data); in elf_newdata()
232 if (d == NULL && (d = STAILQ_FIRST(&s->s_rawdata)) != NULL) in elf_rawdata()
235 if (d != NULL) in elf_rawdata()
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dvchan.c307 if (!PCM_REGISTERED(d) || !(d->flags & SD_F_AUTOVCHAN)) in sysctl_dev_pcm_vchans()
310 PCM_LOCK(d); in sysctl_dev_pcm_vchans()
311 PCM_WAIT(d); in sysctl_dev_pcm_vchans()
364 if (!PCM_REGISTERED(d) || !(d->flags & SD_F_AUTOVCHAN)) in sysctl_dev_pcm_vchanmode()
367 PCM_LOCK(d); in sysctl_dev_pcm_vchanmode()
368 PCM_WAIT(d); in sysctl_dev_pcm_vchanmode()
457 if (!PCM_REGISTERED(d) || !(d->flags & SD_F_AUTOVCHAN)) in sysctl_dev_pcm_vchanrate()
460 PCM_LOCK(d); in sysctl_dev_pcm_vchanrate()
461 PCM_WAIT(d); in sysctl_dev_pcm_vchanrate()
566 if (!PCM_REGISTERED(d) || !(d->flags & SD_F_AUTOVCHAN)) in sysctl_dev_pcm_vchanformat()
[all …]
/freebsd/sys/net/
H A Dbpf_buffer.c131 if (d->bd_sbuf != NULL) in bpf_buffer_free()
139 d->bd_sbuf = d->bd_hbuf = d->bd_fbuf = (caddr_t)~0; in bpf_buffer_free()
174 BPFD_LOCK(d); in bpf_buffer_ioctl_sblen()
177 BPFD_UNLOCK(d); in bpf_buffer_ioctl_sblen()
190 d->bd_bufsize = size; in bpf_buffer_ioctl_sblen()
191 d->bd_fbuf = fbuf; in bpf_buffer_ioctl_sblen()
192 d->bd_sbuf = sbuf; in bpf_buffer_ioctl_sblen()
194 d->bd_hbuf = NULL; in bpf_buffer_ioctl_sblen()
195 d->bd_slen = 0; in bpf_buffer_ioctl_sblen()
196 d->bd_hlen = 0; in bpf_buffer_ioctl_sblen()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_loongarch64.S40 st.d $ra, $a0, 0*8
41 st.d $sp, $a0, 1*8
43 st.d $fp, $a0, 3*8
44 st.d $s0, $a0, 4*8
45 st.d $s1, $a0, 5*8
46 st.d $s2, $a0, 6*8
47 st.d $s3, $a0, 7*8
48 st.d $s4, $a0, 8*8
49 st.d $s5, $a0, 9*8
59 ld.d $ra, $a0, 0*8
[all …]
/freebsd/sbin/fdisk/
H A Dfdisk_mbr_enc.c47 d->dp_flag = p[0]; in dos_partition_dec()
48 d->dp_shd = p[1]; in dos_partition_dec()
50 d->dp_scyl = p[3]; in dos_partition_dec()
51 d->dp_typ = p[4]; in dos_partition_dec()
52 d->dp_ehd = p[5]; in dos_partition_dec()
54 d->dp_ecyl = p[7]; in dos_partition_dec()
64 p[0] = d->dp_flag; in dos_partition_enc()
65 p[1] = d->dp_shd; in dos_partition_enc()
67 p[3] = d->dp_scyl; in dos_partition_enc()
68 p[4] = d->dp_typ; in dos_partition_enc()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dsubexp.in2 a(b)(c)d - abcd abcd b,c
4 a(b|(c))d - abd abd b,-
5 a(b*|c|e)d - abbd abbd bb
6 a(b*|c|e)d - acd acd c
7 a(b*|c|e)d - ad ad @d
18 a(b)(c)(d)(e)(f)(g)(h)(i)(j)k - abcdefghijk abcdefghijk b,c,d,e,f,g,h,i,j
33 a(b|c)*d - ad ad -
37 a(b|c?)+d - ad ad @d
38 a(b|c?)+d - abcd abcd @d
59 a(b+|((c)*))+d - abd abd @d,@d,-
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_dtrace.h46 #define _LIN_SDT_PROBE_DECLARE(a, b, c, d) SDT_PROBE_DECLARE(a, b, c, d) argument
51 b, c, d)
55 b, c, d, e)
59 b, c, d, e, f)
63 b, c, d, e, f, g)
67 b, c, d, e, f, g, h)
78 c, d)
80 c, d, e)
82 c, d, e, f)
84 c, d, e, f, g)
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/tick-n/
H A DMakefile14 tst.tickarg0.d \
15 tst.tickms.d \
16 tst.tickms.d.out \
17 tst.tickmsec.d \
19 tst.tickns.d \
21 tst.ticknsec.d \
23 tst.ticks.d \
24 tst.ticks.d.out \
25 tst.ticksec.d \
27 tst.tickus.d \
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dmd5-internal.c210 register u32 a, b, c, d; in MD5Transform() local
215 d = buf[3]; in MD5Transform()
217 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
221 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
225 MD5STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7); in MD5Transform()
234 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
235 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
238 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
242 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in MD5Transform()
247 MD5STEP(F2, d, a, b, c, in[2] + 0xfcefa3f8, 9); in MD5Transform()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_dstlist.c528 if (d->ipld_nodes == d->ipld_maxnodes) { in ipf_dstlist_node_add()
546 d->ipld_dests[d->ipld_nodes] = node; in ipf_dstlist_node_add()
707 bcopy(&d->ipld_dests[i + 1], &d->ipld_dests[i], in ipf_dstlist_node_free()
888 if (softd->tails[d->ipld_unit + 1] == &d->ipld_next) in ipf_dstlist_table_remove()
889 softd->tails[d->ipld_unit + 1] = d->ipld_pnext; in ipf_dstlist_table_remove()
892 *d->ipld_pnext = d->ipld_next; in ipf_dstlist_table_remove()
894 d->ipld_next->ipld_pnext = d->ipld_pnext; in ipf_dstlist_table_remove()
929 d->ipld_maxnodes * sizeof(*d->ipld_dests)); in ipf_dstlist_table_free()
932 KFREE(d); in ipf_dstlist_table_free()
999 for (d = softd->dstlist[unit + 1]; d != NULL; d = d->ipld_next) { in ipf_dstlist_table_find()
[all …]
/freebsd/sys/x86/x86/
H A Ddbreg.c135 struct dbreg *d; in dbreg_set_watchpoint() local
143 d = &d_temp; in dbreg_set_watchpoint()
151 fill_dbregs(NULL, d); in dbreg_set_watchpoint()
182 set_dbregs(NULL, d); in dbreg_set_watchpoint()
183 dbreg_sync(d); in dbreg_set_watchpoint()
191 struct dbreg *d; in dbreg_clr_watchpoint() local
199 d = &d_temp; in dbreg_clr_watchpoint()
211 set_dbregs(NULL, d); in dbreg_clr_watchpoint()
212 dbreg_sync(d); in dbreg_clr_watchpoint()
237 struct dbreg d; in dbreg_list_watchpoints() local
[all …]

12345678910>>...174