Lines Matching full:found
55 int found; in test_cache_shape() local
59 found = 0; in test_cache_shape()
63 found++; in test_cache_shape()
69 found++; in test_cache_shape()
75 found++; in test_cache_shape()
81 found++; in test_cache_shape()
87 found++; in test_cache_shape()
93 found++; in test_cache_shape()
99 found++; in test_cache_shape()
105 found++; in test_cache_shape()
109 /* If we found none we're probably on a system where they don't exist */ in test_cache_shape()
110 SKIP_IF(found == 0); in test_cache_shape()
112 /* But if we found any, we expect to find them all */ in test_cache_shape()
113 FAIL_IF(found != 8); in test_cache_shape()