Searched refs:num_elems (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/macppc/dev/
H A Dplatinumfb.c416 uint8_t num_elems = sizeof(test_val)/sizeof(test_val[0]); local
434 for (i = 0 ; i < num_elems; i++) {
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c1277 int num_elems = sizeof(dsi)/sizeof(dsi[0]); local
1281 for (i = 0 ; i < num_elems; i++) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c577 unsigned HOST_WIDE_INT num_elems;
589 && constant_multiple_p (int_size, int_elem_size, &num_elems))
593 if (targetm.array_mode (elem_mode, num_elems).exists (&mode))
595 if (targetm.array_mode_supported_p (elem_mode, num_elems))
575 unsigned HOST_WIDE_INT num_elems; local
H A Dtree-ssa-reassoc.c1981 unsigned int num_elems local
1983 if (cand_info->vec.length () != num_elems)
1985 sbitmap holes = sbitmap_alloc (num_elems);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.cc580 unsigned HOST_WIDE_INT num_elems;
592 && constant_multiple_p (int_size, int_elem_size, &num_elems))
596 if (targetm.array_mode (elem_mode, num_elems).exists (&mode))
598 if (targetm.array_mode_supported_p (elem_mode, num_elems))
578 unsigned HOST_WIDE_INT num_elems; local
H A Dtree-ssa-reassoc.cc2050 unsigned int num_elems local
2052 if (cand_info->vec.length () != num_elems)
2054 sbitmap holes = sbitmap_alloc (num_elems);

Completed in 413 milliseconds