/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsMSAInstrFormats.td | 32 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 D | MipsMSAInstrInfo.td | 380 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 D | MSA.txt | 72 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 D | MipsScheduleP5600.td | 398 // 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 D | mkmakefile.cc | 388 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 D | mkoptions.cc | 364 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 D | sysput.c | 41 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 D | txrx.h | 62 /* 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 D | ruptime.c | 181 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 D | WordData.cs | 63 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 D | rwhod.c | 344 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 D | write.sh | 65 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 D | execi386.sh | 37 wd=/tmp/execi386.dir 38 mkdir -p $wd 40 cd $wd 85 rm -rf $wd
|
H A D | signal.sh | 38 wd=/tmp/signal.dir 39 rm -rf $wd 40 mkdir -p $wd 41 cd $wd 246 rm -rf $wd /tmp/waitthread
|
H A D | nfs16.sh | 53 wd=$mntpoint/nfs16.dir 54 rm -rf $wd 55 mkdir $wd 57 (cd $wd; /tmp/nfs16) 58 rm -rf $wd
|
H A D | nfs15.sh | 69 wd=$mntpoint/nfs15.dir 70 rm -rf $wd 71 mkdir $wd 73 (cd $wd; /tmp/nfs15) 74 rm -rf $wd
|
H A D | nfs15lockd3.sh | 77 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 D | nfs15lockd.sh | 69 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 D | main.c | 191 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 D | wd,mbl-gpio.txt | 8 - compatible: should be "wd,mbl-gpio" 24 compatible = "wd,mbl-gpio"; 32 compatible = "wd,mbl-gpio";
|
/freebsd/usr.bin/rwho/ |
H A D | rwho.c | 53 #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 D | spell.ok | 341 wd 342 wd.wd
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | readlink.cc | 146 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 D | set17 | 12 10 \040(wd: 13 11 wd now:
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set17 | 12 10 \040(wd: 13 11 wd тепер:
|