Searched refs:nleft (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libICE/dist/src/
H A Dmisc.c274 register unsigned long nleft; local in function:_IceRead
276 nleft = nbytes;
277 while (nleft > 0)
282 nread = _IceTransRead (iceConn->trans_conn, ptr, (int) nleft);
309 nleft -= nread;
354 register unsigned long nleft; local in function:_IceWrite
356 nleft = nbytes;
357 while (nleft > 0)
362 nwritten = _IceTransWrite (iceConn->trans_conn, ptr, (int) nleft);
375 nleft
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations_init.c155 if(Scr->TBInfo.nleft > 0) {
179 + (Scr->TBInfo.nleft * buttonwidth)
260 Scr->TBInfo.nleft++;
H A Danimate.c206 nb = scr->TBInfo.nleft + scr->TBInfo.nright;
H A Dscreen.h345 int nleft; ///< numbers of buttons on left side member in struct:ScreenInfo::_TBInfo
H A Dwin_decorations.c705 nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1286 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
H A Dfunctions_win_moveresize.c1464 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
H A Devent_handlers.c1631 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1765 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
2699 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
H A Dadd_window.c1789 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_win32.h215 int nleft = 0; local in function:impl_cond_do_wait
230 if ((nleft = cond->to_unblock) != 0) {
241 nleft = 0;
255 if (nleft == 1) {
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffload.c959 FT_UInt nleft; local in function:cff_charset_load
974 if ( FT_READ_USHORT( nleft ) )
979 if ( FT_READ_BYTE( nleft ) )
983 /* try to rescue some of the SIDs if `nleft' is too large */
984 if ( glyph_sid > 0xFFFFL - nleft )
987 " nleft=%d -> %ld\n", nleft, 0xFFFFL - glyph_sid ));
988 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
991 /* Fill in the range of sids -- `nleft + 1' glyphs. */
992 for ( i = 0; j < num_glyphs && i <= nleft;
1720 FT_UInt nleft; local in function:cff_encoding_load
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c381 int nright, nleft; local in function:miPolyBuildPoly
446 nleft = 0;
456 &left[nleft]);
458 if (nleft != 0)
459 left[nleft-1].height = y - lasty;
460 nleft++;
466 if (nleft != 0)
467 left[nleft-1].height = bottomy - lasty;
468 *pnleft = nleft;
524 int nleft, nrigh local in function:miLineJoin
1684 int nleft, nright; local in function:miWideDashSegment
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h116 int nleft, nright; /* numbers of buttons in list */ member in struct:ScreenInfo::__anon6078ff0d0308
H A Dadd_window.c942 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1183 if (Scr->TBInfo.nleft > 0)
1186 (Scr->TBInfo.nleft * buttonwidth) -
1305 nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
H A Devents.c1107 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1206 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1768 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
H A Dtwm.c462 Scr->TBInfo.nleft = Scr->TBInfo.nright = 0;
H A Dmenus.c237 Scr->TBInfo.nleft++;
1107 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c858 int nright, nleft; local in function:miPolyBuildPoly
917 nleft = 0;
925 &left[nleft]);
927 if (nleft != 0)
928 left[nleft - 1].height = y - lasty;
929 nleft++;
935 if (nleft != 0)
936 left[nleft - 1].height = bottomy - lasty;
937 *pnleft = nleft;
983 int nleft, nrigh local in function:miLineJoin
2039 int nleft, nright; local in function:miWideDashSegment
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaWideLine.c665 int nleft, nright; local in function:XAALineJoin
783 left, right, &nleft, &nright, &height);
784 XAAFillPolyHelper(pGC, y, height, left, right, nleft, nright);

Completed in 31 milliseconds