Home
last modified time | relevance | path

Searched refs:ntypes (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/cares/src/tools/
Dadig.c127 static const int ntypes = sizeof(types) / sizeof(types[0]); variable
283 for (i = 0; i < ntypes; i++) in main()
288 if (i < ntypes) in main()
906 for (i = 0; i < ntypes; i++) in type_name()
/third_party/libinput/test/
Dlitest.c2976 size_t ntypes = 0; in litest_wait_for_event_of_type() local
2984 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() local
3043 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()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c58 int ntypes, struct vtn_type **src_types, in vtn_opencl_mangle() argument
64 for (unsigned i = 0; i < ntypes; ++i) { in vtn_opencl_mangle()