Home
last modified time | relevance | path

Searched full:wd (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td32 bits<5> wd;
39 let Inst{10-6} = wd;
45 bits<5> wd;
52 let Inst{10-6} = wd;
58 bits<5> wd;
65 let Inst{10-6} = wd;
71 bits<5> wd;
78 let Inst{10-6} = wd;
84 bits<5> wd;
89 let Inst{10-6} = wd;
[all …]
H A DMipsMSAInstrInfo.td380 def muladd : PatFrag<(ops node:$wd, node:$ws, node:$wt),
381 (add node:$wd, (mul node:$ws, node:$wt))>;
383 def mulsub : PatFrag<(ops node:$wd, node:$ws, node:$wt),
384 (sub node:$wd, (mul node:$ws, node:$wt))>;
1105 dag OutOperandList = (outs ROWD:$wd);
1107 string AsmString = !strconcat(instr_asm, "\t$wd, $ws, $m");
1108 list<dag> Pattern = [(set ROWD:$wd, (OpNode ROWS:$ws, Imm:$m))];
1116 dag OutOperandList = (outs ROWD:$wd);
1118 string AsmString = !strconcat(instr_asm, "\t$wd, $ws, $m");
1119 list<dag> Pattern = [(set ROWD:$wd, (OpNode ROWS:$ws, Imm:$m))];
[all …]
H A DMSA.txt72 bmz.v wd, ws, wt/i8 -> (vselect wt/i8, wd, ws)
73 bmnz.v wd, ws, wt/i8 -> (vselect wt/i8, ws, wd)
74 bsel.v wd, ws, wt/i8 -> (vselect wd, wt/i8, ws)
H A DMipsScheduleP5600.td398 // fexdo.[hw], fexupl.[wd], fexupr.[wd]
403 // fclass.[wd], fmax.[wd], fmax_a.[wd], fmin.[wd], fmin_a.[wd], flog2.[wd]
471 // frcp.[wd], frsqrt.[wd]
[all...]
/freebsd/usr.sbin/config/
H A Dmkmakefile.cc388 configword wd; in read_file() local
419 wd = get_word(fp); in read_file()
420 if (wd.eof()) { in read_file()
424 if (wd.eol()) in read_file()
426 if (wd[0] == '#') in read_file()
428 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
432 if (eq(wd, "include")) { in read_file()
433 wd = get_quoted_word(fp); in read_file()
434 if (wd.eof() || wd.eol()) in read_file()
437 wd->c_str()); in read_file()
[all …]
H A Dmkoptions.cc364 configword wd; in read_option_file() local
378 while (!(wd = get_word(fp)).eof()) { in read_option_file()
379 if (wd.eol()) in read_option_file()
381 if (wd[0] == '#') { in read_option_file()
382 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_option_file()
386 optname = ns(wd); in read_option_file()
387 wd = get_word(fp); in read_option_file()
388 if (wd.eof()) { in read_option_file()
392 if (wd.eol()) { in read_option_file()
404 val = ns(wd); in read_option_file()
/freebsd/usr.bin/systat/
H A Dsysput.c41 sysputspaces(WINDOW *wd, int row, int lcol, int width) in sysputspaces() argument
46 mvwaddstr(wd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputspaces()
50 sysputstrs(WINDOW *wd __unused, int row, int lcol, int width) in sysputstrs()
56 * XXX wnd instead of wd? in sysputstrs()
62 sysputXs(WINDOW *wd __unused, int row, int lcol, int width) in sysputXs()
68 * XXX wnd instead of wd? in sysputXs()
74 sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputuint64() argument
93 mvwaddstr(wd, row, lcol, start); in sysputuint64()
97 sysputstrs(wd, row, lcol, width); in sysputuint64()
101 sysputwuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputwuint64() argument
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Dtxrx.h62 /* TX WD BODY DWORD 0 */
75 /* TX WD BODY DWORD 1 */
81 /* TX WD BODY DWORD 2 */
87 /* TX WD BODY DWORD 3 */
92 /* TX WD BODY DWORD 4 */
96 /* TX WD BODY DWORD 5 */
102 /* TX WD BODY DWORD 6 (V1) */
104 /* TX WD BODY DWORD 7 (V1) */
110 /* TX WD INFO DWORD 0 */
122 /* TX WD INF
[all...]
/freebsd/usr.bin/ruptime/
H A Druptime.c181 struct whod *wd; in ruptime() local
211 wd = &hsp->hs_wd; in ruptime()
212 cc = read(fd, wd, sizeof(*wd)); in ruptime()
217 if (host != NULL && strcasecmp(wd->wd_hostname, host) != 0) in ruptime()
219 if (LEFTEARTH(wd->wd_recvtime)) in ruptime()
222 if (hostnamewidth < (int)strlen(wd->wd_hostname)) in ruptime()
223 hostnamewidth = (int)strlen(wd->wd_hostname); in ruptime()
227 w = iwidth(wd->wd_loadav[i] / 100) + 3; in ruptime()
231 for (hsp->hs_nusers = 0, we = &wd->wd_we[0]; in ruptime()
232 (char *)(we + 1) <= (char *)wd + cc; we++) in ruptime()
[all …]
/freebsd/contrib/bearssl/T0/
H A DWordData.cs63 WordData wd = TC.Lookup(baseBlobName) as WordData; in Resolve()
64 if (wd == null) { in Resolve()
69 wd.Resolve(); in Resolve()
70 blob = wd.blob; in Resolve()
71 offset += wd.offset; in Resolve()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c344 struct whod wd; in receiver_process() local
366 cc = recvfrom(s, &wd, sizeof(wd), 0, (struct sockaddr *)&from, in receiver_process()
383 if (wd.wd_vers != WHODVERSION) in receiver_process()
385 if (wd.wd_type != WHODTYPE_STATUS) in receiver_process()
387 if (!verify(wd.wd_hostname, sizeof(wd.wd_hostname))) { in receiver_process()
392 (void) snprintf(path, sizeof(path), "whod.%s", wd.wd_hostname); in receiver_process()
414 wd.wd_sendtime = ntohl(wd in receiver_process()
[all...]
/freebsd/tools/test/stress2/misc/
H A Dwrite.sh65 wd=`dirname $diskimage`
66 wd="$wd/write.dir"
67 rm -rf $wd
68 mkdir -p $wd
70 (cd $wd; /tmp/write)
73 rm -rf /tmp/write $wd
H A Dexeci386.sh37 wd=/tmp/execi386.dir
38 mkdir -p $wd
40 cd $wd
85 rm -rf $wd
H A Dsignal.sh38 wd=/tmp/signal.dir
39 rm -rf $wd
40 mkdir -p $wd
41 cd $wd
246 rm -rf $wd /tmp/waitthread
H A Dnfs16.sh53 wd=$mntpoint/nfs16.dir
54 rm -rf $wd
55 mkdir $wd
57 (cd $wd; /tmp/nfs16)
58 rm -rf $wd
H A Dnfs15.sh69 wd=$mntpoint/nfs15.dir
70 rm -rf $wd
71 mkdir $wd
73 (cd $wd; /tmp/nfs15)
74 rm -rf $wd
H A Dnfs15lockd3.sh77 wd=$mntpoint/nfs15lockd3-`jot -rc 8 a z | tr -d '\n'`.dir
78 rm -rf $wd
79 mkdir $wd
81 (cd $wd; /tmp/nfs15lockd3) &
99 rm -rf $wd
H A Dnfs15lockd.sh69 wd=$mntpoint/nfs15lockd-`jot -rc 8 a z | tr -d '\n'`.dir
70 rm -rf $wd
71 mkdir $wd
74 (cd $wd; /tmp/nfs15lockd) &
92 rm -rf $wd
/freebsd/tools/test/stress2/lib/
H A Dmain.c191 if (stat(op->wd, &sb) == -1) { in main()
192 if (mkdir(op->wd, 0770) == -1) in main()
194 err(1, "mkdir(%s) %s:%d", op->wd, __FILE__, __LINE__); in main()
196 errx(1, "No RWX access to %s", op->wd); in main()
204 if (chdir(op->wd) == -1) in main()
205 err(1, "chdir(%s) %s:%d", op->wd, __FILE__, __LINE__); in main()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dwd,mbl-gpio.txt8 - compatible: should be "wd,mbl-gpio"
24 compatible = "wd,mbl-gpio";
32 compatible = "wd,mbl-gpio";
/freebsd/usr.bin/rwho/
H A Drwho.c53 #define WHDRSIZE (ssize_t)(sizeof(wd) - sizeof(wd.wd_we))
60 static struct whod wd; variable
63 char myhost[sizeof(wd.wd_hostname)];
90 w = &wd; in main()
137 cc = read(f, (char *)&wd, sizeof(struct whod)); in main()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok341 wd
342 wd.wd
/freebsd/tests/sys/fs/fusefs/
H A Dreadlink.cc146 char buf[MAXPATHLEN], wd[MAXPATHLEN], want[MAXPATHLEN]; in TEST_F() local
155 ASSERT_NE(nullptr, getcwd(wd, sizeof(wd))) << strerror(errno); in TEST_F()
156 len = snprintf(want, sizeof(want), "%s/mountpoint%s", wd, dst); in TEST_F()
/freebsd/contrib/tcsh/nls/russian/
H A Dset1712 10 \040(wd:
13 11 wd now:
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset1712 10 \040(wd:
13 11 wd тепер:

1234567