Searched refs:wt (Results 1 - 25 of 29) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dwhere.c330 index into an ffewhereTrack array. wr* is the reference position, wt is
332 plus the continual offsets described by wt[0...i-1], or unknown if any of
338 ffewhereTrack wt, ffewhereIndex i)
356 if ((wt[k] == FFEWHERE_indexUNKNOWN)
357 || (wt[k + 1] == FFEWHERE_indexUNKNOWN))
363 if (wt[k] == 0)
364 cn += wt[k + 1] + 1;
367 ln += wt[k];
368 cn = wt[k + 1] + 1;
384 Set wt[
335 ffewhere_set_from_track(ffewhereLine *wol, ffewhereColumn *woc, ffewhereLine wrl, ffewhereColumn wrc, ffewhereTrack wt, ffewhereIndex i) argument
388 ffewhere_track(ffewhereLine *wl, ffewhereColumn *wc, ffewhereTrack wt, ffewhereIndex i, ffewhereLineNumber ln, ffewhereColumnNumber cn) argument
443 ffewhere_track_clear(ffewhereTrack wt, ffewhereIndex length) argument
495 ffewhere_track_kill(ffewhereLine wrl, ffewhereColumn wrc UNUSED, ffewhereTrack wt, ffewhereIndex length) argument
[all...]
H A Dwhere.h100 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-current/regress/lib/libcrypto/whirlpool/
H A Dwhirlpool_test.c150 const struct whirlpool_test *wt; local
163 wt = &whirlpool_tests[i];
167 WHIRLPOOL(wt->in, wt->in_len, out);
168 if (memcmp(wt->out, out, WHIRLPOOL_DIGEST_LENGTH) != 0) {
175 if (!EVP_Digest(wt->in, wt->in_len, out, NULL, md, NULL)) {
180 if (memcmp(wt->out, out, WHIRLPOOL_DIGEST_LENGTH) != 0) {
194 for (l = 0; l < wt->in_len;) {
196 if (wt
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A Dmkheader73 my @wt = _getHexArray($arr);
74 push @key, pack(VCE_TEMPLATE, $var, @wt);
76 if $wt[0] || $wt[1] || $wt[2];
H A DCollate.pm439 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,
[all...]
/openbsd-current/sys/arch/sparc64/dev/
H A Dfb.c197 int cols, rows, fw, fh, wt, wl; local
224 if (fb_get_console_metrics(&fw, &fh, &wt, &wl) != 0) {
230 wt = wl = 0;
236 if (wt <= 0 || wt > sf->sf_height - rows * fh ||
238 wt = wl = 0;
240 if (wt == 0 /* || wl == 0 */) {
281 /* code above made sure wt and wl are initialized */
282 ri->ri_bits += wt * ri->ri_stride;
289 ri->ri_yorigin = wt;
[all...]
/openbsd-current/games/hack/
H A Dhack.mkobj.c187 int wt = objects[obj->otyp].oc_weight; local
189 return(wt ? wt*obj->quan : (obj->quan + 1)/2);
H A Ddef.objects.h149 /* %% wt of long worm should be proportional to its length */
158 #define WEAPON(name,prob,wt,ldam,sdam) { name, NULL, NULL, 1, 0 /*%%*/,\
159 WEAPON_SYM, prob, 0, wt, ldam, sdam, 0 }
H A Dhack.pager.c433 child(int wt) argument
468 if(wt) getret();
H A Dhack.c411 int wt; local
478 wt = inv_weight() + obj->owt;
479 if(wt > 0) {
518 if(wt > -5) pline("You have a little trouble lifting");
859 int wt = (u.ugold + 500)/1000; local
871 wt += otmp->owt;
874 return(wt - carrcap);
/openbsd-current/usr.sbin/unbound/util/
H A Dlog.c246 WORD wt = EVENTLOG_ERROR_TYPE; local
249 wt=EVENTLOG_INFORMATION_TYPE;
252 wt=EVENTLOG_WARNING_TYPE;
256 wt=EVENTLOG_SUCCESS;
262 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL);
/openbsd-current/sbin/unwind/libunbound/util/
H A Dlog.c246 WORD wt = EVENTLOG_ERROR_TYPE; local
249 wt=EVENTLOG_INFORMATION_TYPE;
252 wt=EVENTLOG_WARNING_TYPE;
256 wt=EVENTLOG_SUCCESS;
262 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL);
/openbsd-current/usr.bin/ul/
H A Dul.c167 int skip_bs, w, wt; local
202 wt = (obuf[col - 1].c_pos + 8) & ~7;
205 while ((w = obuf[col].c_pos) > 0 && w <= wt)
211 while (w < wt) {
/openbsd-current/games/snake/
H A Dsnake.c567 int w, i, wt[8]; local
590 wt[i] = 0;
602 wt[i] = (i == w ? loot/10 : 1);
604 wt[i] += loot/20;
607 w += wt[i];
610 if (vp < wt[i])
613 vp -= wt[i];
617 while (wt[i] == 0)
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_char.cc319 wchar_t* wt = NULL; local
321 woss << wt; local
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_disasm.c680 int rf = 0, wt = 0, usr = 0; local
712 wt = 1;
729 usr != 0 ? ".usr" : " ", wt != 0 ? ".wt" : " ");
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dpmap.c539 boolean_t wt = (pa & PMAP_WT) != 0; local
543 KASSERT(!(wt && nocache));
577 if (wt)
714 boolean_t wt = (pa & PMAP_WT) != 0; local
718 KASSERT(!(wt && nocache));
742 if (wt)
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp912 {"BNZ_B", &EmulateInstructionMIPS64::Emulate_BNZB, "BNZ.b wt,s16"},
913 {"BNZ_H", &EmulateInstructionMIPS64::Emulate_BNZH, "BNZ.h wt,s16"},
914 {"BNZ_W", &EmulateInstructionMIPS64::Emulate_BNZW, "BNZ.w wt,s16"},
915 {"BNZ_D", &EmulateInstructionMIPS64::Emulate_BNZD, "BNZ.d wt,s16"},
916 {"BZ_B", &EmulateInstructionMIPS64::Emulate_BZB, "BZ.b wt,s16"},
917 {"BZ_H", &EmulateInstructionMIPS64::Emulate_BZH, "BZ.h wt,s16"},
918 {"BZ_W", &EmulateInstructionMIPS64::Emulate_BZW, "BZ.w wt,s16"},
919 {"BZ_D", &EmulateInstructionMIPS64::Emulate_BZD, "BZ.d wt,s16"},
920 {"BNZ_V", &EmulateInstructionMIPS64::Emulate_BNZV, "BNZ.V wt,s16"},
921 {"BZ_V", &EmulateInstructionMIPS64::Emulate_BZV, "BZ.V wt,s1
2203 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
2272 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c2827 wctype_t wt;
2831 wt = IS_CHAR_CLASS (str);
2832 if (wt == 0)
2854 *((wctype_t*)alignedp) = wt;
3235 wctype_t wt;
3238 wt = IS_CHAR_CLASS (str);
3239 if (wt == 0)
3251 if (__iswctype (__btowc (ch), wt))
3254 if (iswctype (btowc (ch), wt))
2814 wctype_t wt; local
3222 wctype_t wt; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp925 {"BNZ_B", &EmulateInstructionMIPS::Emulate_BNZB, "BNZ.b wt,s16"},
926 {"BNZ_H", &EmulateInstructionMIPS::Emulate_BNZH, "BNZ.h wt,s16"},
927 {"BNZ_W", &EmulateInstructionMIPS::Emulate_BNZW, "BNZ.w wt,s16"},
928 {"BNZ_D", &EmulateInstructionMIPS::Emulate_BNZD, "BNZ.d wt,s16"},
929 {"BZ_B", &EmulateInstructionMIPS::Emulate_BZB, "BZ.b wt,s16"},
930 {"BZ_H", &EmulateInstructionMIPS::Emulate_BZH, "BZ.h wt,s16"},
931 {"BZ_W", &EmulateInstructionMIPS::Emulate_BZW, "BZ.w wt,s16"},
932 {"BZ_D", &EmulateInstructionMIPS::Emulate_BZD, "BZ.d wt,s16"},
933 {"BNZ_V", &EmulateInstructionMIPS::Emulate_BNZV, "BNZ.V wt,s16"},
934 {"BZ_V", &EmulateInstructionMIPS::Emulate_BZV, "BZ.V wt,s1
2877 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
2946 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
[all...]
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/
H A Dos2_process.t65 my $wt = winTitle or warn "winTitle: $!, $^E";
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c2183 wctype_t wt;
2186 wt = IS_CHAR_CLASS (str);
2187 if (wt == 0)
2199 if (__iswctype (__btowc (ch), wt))
2202 if (iswctype (btowc (ch), wt))
2170 wctype_t wt; local
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/
H A DJISX0208.pm10 my $wt = 0x8000;
17 $u2p{hex($c)} = $wt;
18 $wt++;
H A DKorean.pm23 my(%u2e, $prim, $wt);
30 $wt = 0x20;
34 $wt++;
35 $u2e{hex($c)} = [ $wt, @$prim ];
H A DGB2312.pm10 my $wt = 0x8000;
17 $u2p{hex($c)} = $wt;
18 $wt++;

Completed in 403 milliseconds

12