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

12

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_regset.c76 ulong_t wx; local
78 for (wx = 0; wx <= maxw; wx++) {
79 if (drp->dr_bitmap[wx] != ~0UL)
83 if (wx <= maxw) {
84 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1;
85 ulong_t word = drp->dr_bitmap[wx];
91 reg = (int)((wx << BT_ULSHIFT) | bx);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-emptydn.conf53 by self =wx
75 by self =wx
H A Dslapd-ldapglue.conf44 by self =wx
H A Dslapd-ldapgluegroups.conf43 by self =wx
H A Dslapd-ldapgluepeople.conf44 by self =wx
H A Dslapd-idassert.conf49 by self =wx
73 by dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com" =wx
H A Dslapd-acl.conf62 by self =wx
/macosx-10.10.1/lsof-53/lsof/tests/
H A DLTlib.c1067 char *wx; /* working hex string pointer */ local
1074 wx = strncasecmp(x, "0x", 2) ? x : (x + 2);
1075 if (((xl = (int)strlen(wx)) < 1) || (xl > XDINDEV)) {
1085 for (dev = (X2DEV_T)0; *wx; wx++) {
1086 if (isdigit((unsigned char)*wx)) {
1087 dev = (dev << 4) | (unsigned int)(((int)*wx - (int)'0') & 0xf);
1090 c = (int) tolower((unsigned char)*wx);
/macosx-10.10.1/zlib-55/zlib/watcom/
H A Dwatcom_l.mak19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
H A Dwatcom_f.mak19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dls.tcl60 j {--- --x -w- -wx r-- r-x rw- rwx} {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dinstall-sh66 test_mode=u=rwx,g=rx,o=rx,u+wx
268 # POSIX says that this mode is "$(umask -S),u+wx", so use that
277 intermediate_mode=$umask_S,u+wx
/macosx-10.10.1/dtrace-147/sys/
H A Dbitmap.h159 * the word specified by wx
161 extern int bt_gethighbit(ulong_t *mapp, int wx);
/macosx-10.10.1/ruby-106/ruby/
H A Dtime.c407 weq(wideval_t wx, wideval_t wy) argument
410 if (FIXWV_P(wx) && FIXWV_P(wy)) {
411 return WIDEVAL_GET(wx) == WIDEVAL_GET(wy);
413 return RTEST(rb_funcall(w2v(wx), id_eq, 1, w2v(wy)));
415 return eq(WIDEVAL_GET(wx), WIDEVAL_GET(wy));
420 wcmp(wideval_t wx, wideval_t wy) argument
424 if (FIXWV_P(wx) && FIXWV_P(wy)) {
426 a = FIXWV2WINT(wx);
435 x = w2v(wx);
447 wadd(wideval_t wx, wideval_ argument
463 wsub(wideval_t wx, wideval_t wy) argument
521 wmul(wideval_t wx, wideval_t wy) argument
541 wquo(wideval_t wx, wideval_t wy) argument
639 wmuldivmod(wideval_t wx, wideval_t wy, wideval_t wz, wideval_t *wq, wideval_t *wr) argument
650 wdiv(wideval_t wx, wideval_t wy) argument
658 wmod(wideval_t wx, wideval_t wy) argument
[all...]
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/
H A Dar-lib134 | -wx* | -WX* )
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c324 int wx = x1 + tree->drawableXOrigin; local
333 nw = !(wx & 1) == !(wy & 1);
345 int wx = x1 + tree->drawableXOrigin;
348 nw = !(wx & 1) == !(wy & 1);
383 int wx = x1 + tree->drawableXOrigin; local
392 nw = !(wx & 1) == !(wy & 1);
404 int wx = x1 + tree->drawableXOrigin;
407 nw = !(wx & 1) == !(wy & 1);
446 int wx = x + tree->drawableXOrigin; local
458 nw = !(wx
733 int wx = x + dotState->tree->drawableXOrigin; local
763 int wx = x + dotState->tree->drawableXOrigin; local
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.parse.c2111 unsigned int wx, maxwidth = 0; local
2137 wx = 0;
2151 wx++;
2161 wx++;
2166 w = NLSStringWidth(items[i]) + wx;
/macosx-10.10.1/groff-38/groff/src/utils/afmtodit/
H A Dafmtodit.pl6122 my $wx = 0;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c5176 int wx, wy;
5181 &part, &wx, &wy, 0);
5197 XSETINT (*x, wx);
5202 wx += WINDOW_LEFT_MARGIN_WIDTH (w);
5212 rx = wx, ry = wy;
5225 wx = -1;
5235 rx = wx, ry = wy;
5241 wx = 0;
5243 wx = window_box_right_offset (w, TEXT_AREA) - 1;
5249 dx = wx;
5157 int wx, wy; local
[all...]
H A Dwindow.c1053 window_from_coordinates (f, x, y, part, wx, wy, tool_bar_p)
1057 int *wx, *wy;
1084 if (wx) *wx = x;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dbasic.sh46 uo-wx 0303 \
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl94 j {--- --x -w- -wx r-- r-x rw- rwx} {
/macosx-10.10.1/ncurses-44/ncurses/Ada95/gen/
H A DMakefile.in184 @-chmod a-wx $(ADA_SRCDIR)/*.ali
/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c1020 int wx; member in struct:prt_ps_font_S
1541 new_name, height, 500./prt_ps_courier_font.wx, new_name);
2318 prt_char_width = (float)PRT_PS_FONT_TO_USER(font_scale, prt_ps_font->wx);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl1949 0 --- 1 --x 2 -w- 3 -wx 4 r-- 5 r-x 6 rw- 7 rwx

Completed in 268 milliseconds

12