| /xsrc/external/mit/libICE/dist/src/ |
| H A D | misc.c | 274 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 D | win_decorations_init.c | 155 if(Scr->TBInfo.nleft > 0) { 179 + (Scr->TBInfo.nleft * buttonwidth) 260 Scr->TBInfo.nleft++;
|
| H A D | animate.c | 206 nb = scr->TBInfo.nleft + scr->TBInfo.nright;
|
| H A D | screen.h | 345 int nleft; ///< numbers of buttons on left side member in struct:ScreenInfo::_TBInfo
|
| H A D | win_decorations.c | 705 nb = Scr->TBInfo.nleft + Scr->TBInfo.nright; 1286 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
|
| H A D | functions_win_moveresize.c | 1464 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
|
| H A D | 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;
|
| H A D | add_window.c | 1789 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
|
| /xsrc/external/mit/MesaLib.old/dist/include/c11/ |
| H A D | threads_win32.h | 215 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 D | cffload.c | 959 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 D | miwideline.c | 381 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 D | screen.h | 116 int nleft, nright; /* numbers of buttons in list */ member in struct:ScreenInfo::__anon6078ff0d0308
|
| H A D | 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;
|
| H A D | 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;
|
| H A D | twm.c | 462 Scr->TBInfo.nleft = Scr->TBInfo.nright = 0;
|
| H A D | menus.c | 237 Scr->TBInfo.nleft++; 1107 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwideline.c | 858 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 D | xaaWideLine.c | 665 int nleft, nright; local in function:XAALineJoin 783 left, right, &nleft, &nright, &height); 784 XAAFillPolyHelper(pGC, y, height, left, right, nleft, nright);
|