| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | recordproto.h | 131 CARD32 nRanges; member in struct:__anon2801be800608 178 CARD32 nRanges; member in struct:__anon2801be800908 197 CARD32 nRanges; member in struct:__anon2801be800a08
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | record.c | 1309 if (stuff->nRanges > (MAXINT - 4 * stuff->nClients) / SIZEOF(xRecordRange)) 1313 4 * stuff->nClients + SIZEOF(xRecordRange) * stuff->nRanges) 1331 for (i = 0; i < stuff->nRanges; i++, pRange++) { 1448 * nRanges is the number of elements in pRanges. 1469 int nRanges, 1478 for (i = 0; i < nRanges; i++, pRanges++) { 1484 err = RecordAllocIntervals(psi, 2 * (nRanges - i)); 1502 err = RecordAllocIntervals(pesi, 2 * (nRanges - i)); 1596 maxSets = PREDEFSETS + 2 * stuff->nRanges; 1609 pExtRepSets = pExtReqSets + stuff->nRanges; 1464 RecordConvertRangesToIntervals(SetInfoPtr psi,xRecordRange * pRanges,int nRanges,int byteoffset,SetInfoPtr pExtSetInfo,int * pnExtSetInfo) argument 1956 int nRanges; /* number of occupied element of pRanges */ member in struct:__anon7911576a0708 1973 RecordAllocRanges(GetContextRangeInfoPtr pri,int nRanges) argument 2021 int nRanges; local in function:RecordConvertSetToRanges 2122 RecordSwapRanges(xRecordRange * pRanges,int nRanges) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | record.c | 1371 4 * stuff->nClients + SIZEOF(xRecordRange) * stuff->nRanges) 1388 for (i = 0; i < stuff->nRanges; i++, pRange++) 1516 * nRanges is the number of elements in pRanges. 1538 int nRanges, 1549 for (i = 0; i < nRanges; i++, pRanges++) 1558 err = RecordAllocIntervals(psi, 2 * (nRanges - i)); 1579 err = RecordAllocIntervals(pesi, 2 * (nRanges - i)); 1672 maxSets = PREDEFSETS + 2 * stuff->nRanges; 1686 pExtRepSets = pExtReqSets + stuff->nRanges; 1690 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1532 RecordConvertRangesToIntervals(SetInfoPtr psi,xRecordRange * pRanges,int nRanges,int byteoffset,SetInfoPtr pExtSetInfo,int * pnExtSetInfo) argument 2027 int nRanges; /* number of occupied element of pRanges */ member in struct:__anonc83bba770708 2045 RecordAllocRanges(GetContextRangeInfoPtr pri,int nRanges) argument 2098 int nRanges; local in function:RecordConvertSetToRanges 2205 RecordSwapRanges(xRecordRange * pRanges,int nRanges) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlconfig.h | 65 unsigned int nRanges; /**< \brief Number of ranges */ member in struct:driOptionInfo
|
| H A D | xmlconfig.c | 286 uint32_t nRanges, i; local in function:parseRanges 292 for (nRanges = 1; *range; ++range) 294 ++nRanges; 296 if ((ranges = malloc(nRanges*sizeof(driOptionRange))) == NULL) { 303 for (i = 0; i < nRanges; ++i) { 332 if (i < nRanges) { 338 info->nRanges = nRanges; 349 if (info->nRanges == 0) 354 for (i = 0; i < info->nRanges; [all...] |
| /xsrc/external/mit/libXtst/dist/src/ |
| H A D | XRecord.c | 307 req->nRanges = nranges; 343 req->nRanges = nranges; 466 client_inf_str[i].nranges = xclient_inf.nRanges; 468 if (xclient_inf.nRanges) 472 if (xclient_inf.nRanges < (INT_MAX / sizeof(XRecordRange))) { 474 Xcalloc(xclient_inf.nRanges, sizeof(XRecordRange *)); 477 Xmalloc(xclient_inf.nRanges * sizeof(XRecordRange)); 489 for (unsigned int rn = 0; rn < xclient_inf.nRanges; rn++) {
|
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| H A D | gxvcommn.h | 544 FT_UInt nRanges; member in struct:GXV_odtect_RangeRec_ 568 odtect ## _rec.nRanges = 0; \
|
| H A D | gxvcommn.c | 1707 odtect->range[odtect->nRanges].start = start; 1708 odtect->range[odtect->nRanges].length = length; 1709 odtect->range[odtect->nRanges].name = (FT_String*)name; 1710 odtect->nRanges++; 1723 for ( i = 0; i < odtect->nRanges; i++ )
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 1997 fsRange const *ranges, int nRanges) 1999 if (nRanges) { 2004 for (i=0; i<nRanges; i++) { 2053 int nRanges = 0; local in function:restrict_code_range_by_str 2123 nRanges++; 2125 ranges = realloc(ranges, nRanges*sizeof(*ranges)); 2131 fsRange *r = ranges+nRanges-1; 2143 ranges, nRanges); 2148 for ( i=0 ; i<nRanges ; i++ ) { 1993 restrict_code_range(unsigned short * refFirstCol,unsigned short * refFirstRow,unsigned short * refLastCol,unsigned short * refLastRow,fsRange const * ranges,int nRanges) argument
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 1999 fsRange const *ranges, int nRanges) 2001 if (nRanges) { 2006 for (i=0; i<nRanges; i++) { 2055 int nRanges = 0; local in function:restrict_code_range_by_str 2125 nRanges++; 2127 ranges = reallocarray(ranges, nRanges, sizeof(*ranges)); 2133 fsRange *r = ranges+nRanges-1; 2145 ranges, nRanges); 2150 for ( i=0 ; i<nRanges ; i++ ) { 1995 restrict_code_range(unsigned short * refFirstCol,unsigned short * refFirstRow,unsigned short * refLastCol,unsigned short * refLastRow,fsRange const * ranges,int nRanges) argument
|