HomeSort by: relevance | last modified time | path
    Searched refs:nleft (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/libICE/dist/src/
misc.c 274 register unsigned long nleft; local
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
356 nleft = nbytes;
357 while (nleft > 0)
362 nwritten = _IceTransWrite (iceConn->trans_conn, ptr, (int) nleft);
375 nleft -= nwritten
    [all...]
  /xsrc/external/mit/ctwm/dist/
win_decorations_init.c 155 if(Scr->TBInfo.nleft > 0) {
179 + (Scr->TBInfo.nleft * buttonwidth)
260 Scr->TBInfo.nleft++;
animate.c 206 nb = scr->TBInfo.nleft + scr->TBInfo.nright;
screen.h 345 int nleft; ///< numbers of buttons on left side member in struct:ScreenInfo::_TBInfo
win_decorations.c 705 nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1286 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
functions_win_moveresize.c 1464 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
event_handlers.c 1631 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;
add_window.c 1789 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
  /xsrc/external/mit/MesaLib.old/dist/include/c11/
threads_win32.h 215 int nleft = 0; local
230 if ((nleft = cond->to_unblock) != 0) {
241 nleft = 0;
255 if (nleft == 1) {
  /xsrc/external/mit/freetype/dist/src/cff/
cffload.c 959 FT_UInt nleft; local
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; i++, j++, glyph_sid++
1720 FT_UInt nleft; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwideline.c 381 int nright, nleft; local
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, nright local
1684 int nleft, nright; local
    [all...]
  /xsrc/external/mit/twm/dist/src/
screen.h 116 int nleft, nright; /* numbers of buttons in list */ member in struct:ScreenInfo::__anon6541
add_window.c 942 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;
events.c 1107 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;
twm.c 462 Scr->TBInfo.nleft = Scr->TBInfo.nright = 0;
menus.c 237 Scr->TBInfo.nleft++;
1107 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
  /xsrc/external/mit/xorg-server/dist/mi/
miwideline.c 858 int nright, nleft; local
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, nright local
2039 int nleft, nright; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaWideLine.c 665 int nleft, nright; local
783 left, right, &nleft, &nright, &height);
784 XAAFillPolyHelper(pGC, y, height, left, right, nleft, nright);

Completed in 27 milliseconds