NUM_ELEMENTS
static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors);
static const u_int num_phases = NUM_ELEMENTS(ahd_phase_table) - 1;
+ NUM_ELEMENTS(ahd->qinfifo) - wrap_qinpos);
static const u_int num_phases = NUM_ELEMENTS(ahc_phase_table) - 1;
static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors);
for (i = 0; i < NUM_ELEMENTS(ahc_pci_ident_table); i++) {
const u_int ahd_num_pci_devs = NUM_ELEMENTS(ahd_pci_ident_table);
int arr_size = NUM_ELEMENTS(output_csc_matrix);
for (i = 0; i < NUM_ELEMENTS(video_optimized_pixel_rates); i++) {