Home | History | Annotate | Download | only in cache_shape

Lines Matching refs:found

59 	int found;
63 found = 0;
67 found++;
73 found++;
79 found++;
85 found++;
91 found++;
97 found++;
103 found++;
109 found++;
113 /* If we found none we're probably on a system where they don't exist */
114 SKIP_IF(found == 0);
116 /* But if we found any, we expect to find them all */
117 FAIL_IF(found != 8);