| /openbsd-src/regress/lib/libcrypto/wycheproof/ |
| H A D | wycheproof.go | 163 func (wt *wycheproofTestAesCbcPkcs5) String() string { 164 return wycheproofFormatTestCase(wt.TCID, wt.Comment, wt.Flags, wt.Result) 191 func (wt *wycheproofTestAead) String() string { 192 return wycheproofFormatTestCase(wt.TCID, wt.Comment, wt.Flags, wt [all...] |
| /openbsd-src/regress/lib/libcrypto/whirlpool/ |
| H A D | whirlpool_test.c | |
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | where.c | 337 ffewhereTrack wt, ffewhereIndex i) in ffewhere_set_from_track() argument 355 if ((wt[k] == FFEWHERE_indexUNKNOWN) in ffewhere_set_from_track() 356 || (wt[k + 1] == FFEWHERE_indexUNKNOWN)) in ffewhere_set_from_track() 362 if (wt[k] == 0) in ffewhere_set_from_track() 363 cn += wt[k + 1] + 1; in ffewhere_set_from_track() 366 ln += wt[k]; in ffewhere_set_from_track() 367 cn = wt[k + 1] + 1; in ffewhere_set_from_track() 388 ffewhere_track (ffewhereLine *wl, ffewhereColumn *wc, ffewhereTrack wt, in ffewhere_track() argument 399 wt[i * 2 - 2] = wt[i * 2 - 1] = FFEWHERE_indexUNKNOWN; in ffewhere_track() 407 wt[i * 2 - 2] = 0; in ffewhere_track() [all …]
|
| H A D | where.h | 100 ffewhereLine wrl, ffewhereColumn wrc, ffewhereTrack wt, 102 void ffewhere_track (ffewhereLine *wl, ffewhereColumn *wc, ffewhereTrack wt, 104 void ffewhere_track_clear (ffewhereTrack wt, ffewhereIndex length); 107 void ffewhere_track_kill (ffewhereLine wrl, ffewhereColumn wrc, ffewhereTrack wt,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/ |
| H A D | Collate.pm | 439 my @wt = _getHexArray($arr); 440 push @key, pack(VCE_TEMPLATE, $var, @wt); 442 if $wt[0] || $wt[1] || $wt[2]; 797 my $wt = shift; 798 return if ! defined $wt; 800 return grep($wt->[$_-1] != 0, MinLevel..$lv) ? TRUE : FALSE; 873 my($var, @wt) = unpack(VCE_TEMPLATE, $vwt); 874 my $to_be_pushed = _nonIgnorAtLevel(\@wt,$lev); 881 elsif (!$wt[0]) { # ignorable 889 if (@subWt && !$var && !$wt[0]) { [all …]
|
| H A D | mkheader | 73 my @wt = _getHexArray($arr); 74 push @key, pack(VCE_TEMPLATE, $var, @wt); 76 if $wt[0] || $wt[1] || $wt[2];
|
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | fb.c | 197 int cols, rows, fw, fh, wt, wl; in fbwscons_init() local 224 if (fb_get_console_metrics(&fw, &fh, &wt, &wl) != 0) { in fbwscons_init() 230 wt = wl = 0; in fbwscons_init() 236 if (wt <= 0 || wt > sf->sf_height - rows * fh || in fbwscons_init() 238 wt = wl = 0; in fbwscons_init() 240 if (wt == 0 /* || wl == 0 */) { in fbwscons_init() 281 /* code above made sure wt and wl are initialized */ in fbwscons_init() 282 ri->ri_bits += wt * ri->ri_stride; in fbwscons_init() 289 ri->ri_yorigin = wt; in fbwscons_init() [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsMSAInstrFormats.td | 127 bits<5> wt; 133 let Inst{20-16} = wt; 140 bits<5> wt; 146 let Inst{20-16} = wt; 399 bits<5> wt; 404 let Inst{20-16} = wt; 412 bits<5> wt; 416 let Inst{20-16} = wt; 422 bits<5> wt; 425 let Inst{20-16} = wt;
|
| 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 | MipsMSAInstrInfo.td | 367 def vbclr_b : PatFrag<(ops node:$ws, node:$wt), 368 (and node:$ws, (vnot (shl vsplat_imm_eq_1, node:$wt)))>; 369 def vbclr_h : PatFrag<(ops node:$ws, node:$wt), 370 (and node:$ws, (vnot (shl vsplat_imm_eq_1, node:$wt)))>; 371 def vbclr_w : PatFrag<(ops node:$ws, node:$wt), 372 (and node:$ws, (vnot (shl vsplat_imm_eq_1, node:$wt)))>; 373 def vbclr_d : PatFrag<(ops node:$ws, node:$wt), 375 node:$wt)))>; 377 def vbneg_b : PatFrag<(ops node:$ws, node:$wt), 378 (xor node:$ws, (shl vsplat_imm_eq_1, node:$wt))>; [all …]
|
| /openbsd-src/games/hack/ |
| H A D | hack.mkobj.c | 187 int wt = objects[obj->otyp].oc_weight; in weight() local 189 return(wt ? wt*obj->quan : (obj->quan + 1)/2); in weight()
|
| H A D | hack.c | 411 int wt; in pickup() local 478 wt = inv_weight() + obj->owt; in pickup() 479 if(wt > 0) { in pickup() 518 if(wt > -5) pline("You have a little trouble lifting"); in pickup() 859 int wt = (u.ugold + 500)/1000; in inv_weight() local 871 wt += otmp->owt; in inv_weight() 874 return(wt - carrcap); in inv_weight()
|
| H A D | def.objects.h | 158 #define WEAPON(name,prob,wt,ldam,sdam) { name, NULL, NULL, 1, 0 /*%%*/,\ argument 159 WEAPON_SYM, prob, 0, wt, ldam, sdam, 0 }
|
| H A D | hack.pager.c | 433 child(int wt) in child() argument 468 if(wt) getret(); in child()
|
| /openbsd-src/usr.sbin/unbound/util/ |
| H A D | log.c | 246 WORD wt = EVENTLOG_ERROR_TYPE; in log_vmsg() local 249 wt=EVENTLOG_INFORMATION_TYPE; in log_vmsg() 252 wt=EVENTLOG_WARNING_TYPE; in log_vmsg() 256 wt=EVENTLOG_SUCCESS; in log_vmsg() 262 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL); in log_vmsg()
|
| /openbsd-src/sbin/unwind/libunbound/util/ |
| H A D | log.c | 246 WORD wt = EVENTLOG_ERROR_TYPE; in log_vmsg() local 249 wt=EVENTLOG_INFORMATION_TYPE; in log_vmsg() 252 wt=EVENTLOG_WARNING_TYPE; in log_vmsg() 256 wt=EVENTLOG_SUCCESS; in log_vmsg() 262 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL); in log_vmsg()
|
| /openbsd-src/games/snake/ |
| H A D | snake.c | 567 int w, i, wt[8]; in chase() local 590 wt[i] = 0; in chase() 602 wt[i] = (i == w ? loot/10 : 1); in chase() 604 wt[i] += loot/20; in chase() 607 w += wt[i]; in chase() 610 if (vp < wt[i]) in chase() 613 vp -= wt[i]; in chase() 617 while (wt[i] == 0) in chase()
|
| /openbsd-src/usr.bin/ul/ |
| H A D | ul.c | 167 int skip_bs, w, wt; in mfilter() local 202 wt = (obuf[col - 1].c_pos + 8) & ~7; in mfilter() 205 while ((w = obuf[col].c_pos) > 0 && w <= wt) in mfilter() 211 while (w < wt) { in mfilter()
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 3468.key | 5 wt++IL6GVZoq4YjiQbYJ2xB+OOgUotHyyX3a3X+6aH+wBPNQJ+4tOqHl7y97KK/r
|
| H A D | 3322.key | 20 r/1PHFzE+wt/e5/4JfK3qj9GRvUn9Rs3IJakva2MYSv9qTzLD4gk5qlLagucLKaW
|
| H A D | 594.key | 7 57wt+3znbDnNQrI37uwsxUvqJKXnFm+KJarINwIDAQABAoIBAFq1WKsnxK3mbNjl
|
| H A D | 1264.chain | 45 ow5tn6S5j29+VIa+1c19XWu4bHUyAK5rPANfiCaU8V4qdOmy9bQmtWJ5KJyab/wt
|
| H A D | 3354.chain | 44 e9jCusJeTrpxFX/wt/RHFfzV7LKg4Sq6offYqzs65wBs3X00w8I7BFRACMzyjf3r
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | ostream_inserter_char.cc | 319 wchar_t* wt = NULL; in test08() local 321 woss << wt; in test08()
|
| /openbsd-src/sys/arch/m88k/m88k/ |
| H A D | db_disasm.c | 680 int rf = 0, wt = 0, usr = 0; in nimmem() local 712 wt = 1; in nimmem() 729 usr != 0 ? ".usr" : " ", wt != 0 ? ".wt" : " "); in nimmem()
|