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

/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsColNm.c560 unsigned int sectionSize = 0;
599 if (i >= INT_MAX - sectionSize)
601 sectionSize += i + 1;
605 sectionSize--;
610 if (i >= INT_MAX - sectionSize)
612 sectionSize += i + 1;
616 sectionSize--;
623 *pSectionSize = (int) sectionSize;
552 unsigned int sectionSize = 0; local in function:stringSectionSize

Completed in 28 milliseconds