Lines Matching refs:NUMA
34 #define NUMA(a) (sizeof(a) / sizeof((a)[0])) macro
360 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup()
374 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup()
390 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormat2str()
569 for (attrib = attributes; attrib < attributes + NUMA(attributes); in hwcTestColor2Pixel()
573 if (attrib >= attributes + NUMA(attributes)) { in hwcTestColor2Pixel()
638 for (attrib = attributes; attrib < attributes + NUMA(attributes); in hwcTestSetPixel()
642 if (attrib >= attributes + NUMA(attributes)) { in hwcTestSetPixel()
818 for (fromAttrib = attributes; fromAttrib < attributes + NUMA(attributes); in hwcTestColorConvert()
822 if (fromAttrib >= attributes + NUMA(attributes)) { in hwcTestColorConvert()
829 for (toAttrib = attributes; toAttrib < attributes + NUMA(attributes); in hwcTestColorConvert()
833 if (toAttrib >= attributes + NUMA(attributes)) { in hwcTestColorConvert()