| /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/ |
| Bug Report.md | 10 And please remove anything that doesn't apply to keep things readable :) 36 The more detail about how things are going wrong, the better.
|
| Bug Report - AMD Radeon Vulkan.md | 10 And please remove anything that doesn't apply to keep things readable :) 19 The more detail about how things are going wrong, the better.
|
| /xsrc/external/mit/xorg-server/dist/xfixes/ |
| region.c | 72 int things; local 80 things = (client->req_len << 2) - sizeof(xXFixesCreateRegionReq); 81 if (things & 4) 83 things >>= 3; 85 pRegion = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED); 320 int things; local 328 things = (client->req_len << 2) - sizeof(xXFixesCreateRegionReq); 329 if (things & 4) 331 things >>= 3; 333 pNew = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xfixes/ |
| region.c | 72 int things; local 79 things = (client->req_len << 2) - sizeof (xXFixesCreateRegionReq); 80 if (things & 4) 82 things >>= 3; 84 pRegion = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED); 337 int things; local 344 things = (client->req_len << 2) - sizeof (xXFixesCreateRegionReq); 345 if (things & 4) 347 things >>= 3; 349 pNew = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED) [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| List.c | 407 * Resets the new list when important things change. 547 /* If in right margin handle things right */ 611 int things; local 616 things = lw->list.nrows; 618 things = lw->list.ncols; 620 mod_item = item % things; 621 if ((mod_item >= ul % things) && (mod_item <= lr % things))
|
| /xsrc/external/mit/xinit/dist/ |
| startx.cpp | 8 XCOMM The system xinitrc should probably do things like check for
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| panoramiXprocs.c | 1769 int result, things, i, j; local 1793 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq); 1794 if (things & 4) 1796 things >>= 3; 1797 if (things > 0) { 1798 origRects = xallocarray(things, sizeof(xRectangle)); 1800 things * sizeof(xRectangle)); 1804 memcpy(&stuff[1], origRects, things * sizeof(xRectangle)); 1813 for (i = things; i--; rects++) {
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| panoramiXprocs.c | 1622 int result, things, i, j; local 1645 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq); 1646 if(things & 4) return BadLength; 1647 things >>= 3; 1648 if (things > 0){ 1649 origRects = malloc(things * sizeof(xRectangle)); 1650 memcpy((char*)origRects,(char*)&stuff[1], things * sizeof(xRectangle)); 1653 if(j) memcpy(&stuff[1], origRects, things * sizeof(xRectangle)); 1662 for (i = things; i--; rects++) {
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| dispatch.c | 1958 int things; local 1977 things = bytes_to_int32((client->req_len << 2) - sizeof(xFillPolyReq)); 1978 if (things) 1980 stuff->coordMode, things, local 1988 int things; local 1996 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq); 1997 if (things & 4) 1999 things >>= 3; 2001 if (things) 2002 (*pGC->ops->PolyFillRect) (pDraw, pGC, things, [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| dispatch.c | 1813 int things; local 1833 things = bytes_to_int32((client->req_len << 2) - sizeof(xFillPolyReq)); 1834 if (things) 1836 stuff->coordMode, things, local 1844 int things; local 1851 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq); 1852 if (things & 4) 1854 things >>= 3; 1856 if (things) 1857 (*pGC->ops->PolyFillRect) (pDraw, pGC, things, [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| render.c | 1403 int things; local 1416 things = (client->req_len << 2) - sizeof(xRenderFillRectanglesReq); 1417 if (things & 4) 1419 things >>= 3; 1422 pDst, &stuff->color, things, (xRectangle *) &stuff[1]);
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| render.c | 1463 int things; local 1476 things = (client->req_len << 2) - sizeof(xRenderFillRectanglesReq); 1477 if (things & 4) 1479 things >>= 3; 1484 things,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_algebraic.py | 443 NIR supports multiple bit-sizes on expressions in order to handle things 520 of the search expresssion, since those are the things that are known when 999 # initialize things correctly.
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_algebraic.py | 366 NIR supports multiple bit-sizes on expressions in order to handle things 443 of the search expresssion, since those are the things that are known when 922 # initialize things correctly.
|
| /xsrc/external/mit/fontconfig/dist/ |
| configure | 18164 The main things grep needs to know about mmap are:
|