Searched refs:ntypes (Results 1 – 3 of 3) sorted by relevance
127 static const int ntypes = sizeof(types) / sizeof(types[0]); variable283 for (i = 0; i < ntypes; i++) in main()288 if (i < ntypes) in main()906 for (i = 0; i < ntypes; i++) in type_name()
2921 size_t ntypes = 0; in litest_wait_for_event_of_type() local2929 litest_assert_int_lt(ntypes, ARRAY_LENGTH(types)); in litest_wait_for_event_of_type()2930 types[ntypes++] = type; in litest_wait_for_event_of_type()2950 if (ntypes == 0) in litest_wait_for_event_of_type()2953 for (i = 0; i < ntypes; i++) { in litest_wait_for_event_of_type()2981 size_t ntypes = 0; in litest_drain_events_of_type() local2988 litest_assert_int_lt(ntypes, ARRAY_LENGTH(types)); in litest_drain_events_of_type()2989 types[ntypes++] = type; in litest_drain_events_of_type()3002 for (size_t i = 0; i < ntypes; i++) { in litest_drain_events_of_type()
57 int ntypes, struct vtn_type **src_types, in vtn_opencl_mangle() argument63 for (unsigned i = 0; i < ntypes; ++i) { in vtn_opencl_mangle()