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()
2976 size_t ntypes = 0; in litest_wait_for_event_of_type() local2984 litest_assert_int_lt(ntypes, ARRAY_LENGTH(types)); in litest_wait_for_event_of_type()2985 types[ntypes++] = type; in litest_wait_for_event_of_type()3005 if (ntypes == 0) in litest_wait_for_event_of_type()3008 for (i = 0; i < ntypes; i++) { in litest_wait_for_event_of_type()3036 size_t ntypes = 0; in litest_drain_events_of_type() local3043 litest_assert_int_lt(ntypes, ARRAY_LENGTH(types)); in litest_drain_events_of_type()3044 types[ntypes++] = type; in litest_drain_events_of_type()3057 for (size_t i = 0; i < ntypes; i++) { in litest_drain_events_of_type()
58 int ntypes, struct vtn_type **src_types, in vtn_opencl_mangle() argument64 for (unsigned i = 0; i < ntypes; ++i) { in vtn_opencl_mangle()