Searched refs:wx (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c100 ulong_t wx; local
102 for (wx = 0; wx <= maxw; wx++) {
103 if (drp->dr_bitmap[wx] != ~0UL)
107 if (wx <= maxw) {
108 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1;
109 ulong_t word = drp->dr_bitmap[wx];
115 reg = (int)((wx << BT_ULSHIFT) | bx);
/freebsd-10-stable/usr.bin/jot/tests/
H A Dregress.sh55 REGRESSION_TEST(`wx', `jot -w "a%xb" 10')
H A DMakefile63 FILES+= regress.wx.out
/freebsd-10-stable/crypto/openssh/contrib/cygwin/
H A Dssh-user-config154 if ! chmod u-x,g-wx,o-wx "${pwdhome}/.ssh/authorized_keys"
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h146 * the word specified by wx
148 extern int bt_gethighbit(ulong_t *mapp, int wx);
/freebsd-10-stable/contrib/mdocml/
H A Dterm_ps.c49 unsigned short wx; /* WX in AFM */ member in struct:glyph
919 p->ps->pscol += (size_t)fonts[f].gly[0].wx;
925 p->ps->pscol += (size_t)fonts[f].gly[c].wx;
1119 return((size_t)fonts[(int)TERMFONT_NONE].gly[0].wx);
1122 return((size_t)fonts[(int)TERMFONT_NONE].gly[c].wx);
1151 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx;
1158 fonts[(int)TERMFONT_NONE].gly[110 - 32].wx;
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib134 | -wx* | -WX* )
/freebsd-10-stable/contrib/tcsh/
H A Dtw.parse.c2165 unsigned int wx, maxwidth = 0; local
2191 wx = 0;
2205 wx++;
2215 wx++;
2220 w = NLSStringWidth(items[i]) + wx;
/freebsd-10-stable/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6122 my $wx = 0;
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1180 B0Vzt4uBPF9c5/2ake+SnCwlOOnhyyPCaNWUe8n0yxtfs/7n7//h7//wx//3h1/+
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c24923 unsigned wx = 0; local
24925 wx = wx*10 + c - '0';
24928 testcase( wx>0x7fffffff );
24929 width = wx & 0x7fffffff;
[all...]

Completed in 398 milliseconds