Home
last modified time | relevance | path

Searched refs:NUM_ELEMENTS (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/include/
Dgcc-c-fe.def149 /* Create a new array type. If NUM_ELEMENTS is -1, then the array
154 int) /* Argument NUM_ELEMENTS. */
182 int) /* Argument NUM_ELEMENTS. */
Dgcc-cp-fe.def927 /* Create a new array type. If NUM_ELEMENTS is -1, then the array
932 int) /* Argument NUM_ELEMENTS. */
934 /* Create a new array type. NUM_ELEMENTS is a template-dependent
939 gcc_expr) /* Argument NUM_ELEMENTS. */
967 int) /* Argument NUM_ELEMENTS. */
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-c-fe.def152 /* Create a new array type. If NUM_ELEMENTS is -1, then the array
157 int) /* Argument NUM_ELEMENTS. */
185 int) /* Argument NUM_ELEMENTS. */
Dgcc-cp-fe.def927 /* Create a new array type. If NUM_ELEMENTS is -1, then the array
932 int) /* Argument NUM_ELEMENTS. */
934 /* Create a new array type. NUM_ELEMENTS is a template-dependent
939 gcc_expr) /* Argument NUM_ELEMENTS. */
967 int) /* Argument NUM_ELEMENTS. */
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-c-fe.def149 /* Create a new array type. If NUM_ELEMENTS is -1, then the array
154 int) /* Argument NUM_ELEMENTS. */
182 int) /* Argument NUM_ELEMENTS. */
Dgcc-cp-fe.def927 /* Create a new array type. If NUM_ELEMENTS is -1, then the array
932 int) /* Argument NUM_ELEMENTS. */
934 /* Create a new array type. NUM_ELEMENTS is a template-dependent
939 gcc_expr) /* Argument NUM_ELEMENTS. */
967 int) /* Argument NUM_ELEMENTS. */
/netbsd/src/sys/dev/ic/
Daic7xxxvar.h163 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
Daic79xxvar.h76 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
Daic79xx.c90 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors);
110 static const u_int num_phases = NUM_ELEMENTS(ahd_phase_table) - 1;
7075 + NUM_ELEMENTS(ahd->qinfifo) - wrap_qinpos); in ahd_qinfifo_count()
Daic7xxx.c99 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors);
119 static const u_int num_phases = NUM_ELEMENTS(ahc_phase_table) - 1;
/netbsd/src/sys/dev/pci/
Dahd_pci.c230 static const u_int ahd_num_pci_devs = NUM_ELEMENTS(ahd_pci_ident_table);
Dahc_pci.c660 static const u_int ahc_num_pci_devs = NUM_ELEMENTS(ahc_pci_ident_table);