Searched refs:NUM_ELEM (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020402-1.c7 #define NUM_ELEM 4 macro
11 int listElem[NUM_ELEM]={30,2,10,5};
24 for (i=SMALL_N; i<NUM_ELEM; i++) {
/haiku-buildtools/binutils/bfd/
H A Dcoff-mcore.c34 #ifndef NUM_ELEM
35 #define NUM_ELEM(A) (sizeof (A) / sizeof (A)[0]) macro
283 #define NUM_HOWTOS NUM_ELEM (mcore_coff_howto_table)
H A Delf32-mcore.c272 #ifndef NUM_ELEM macro
273 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0])
283 for (i = NUM_ELEM (mcore_elf_howto_raw); i--;)
289 BFD_ASSERT (type < NUM_ELEM (mcore_elf_howto_table));
H A Delf32-microblaze.c501 #ifndef NUM_ELEM
502 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
513 for (i = NUM_ELEM (microblaze_elf_howto_raw); i--;)
519 BFD_ASSERT (type < NUM_ELEM (microblaze_elf_howto_table));
633 for (i = 0; i < NUM_ELEM (microblaze_elf_howto_raw); i++)
H A Dcoff-arm.c70 #ifndef NUM_ELEM
71 #define NUM_ELEM(a) ((sizeof (a)) / sizeof ((a)[0])) macro
500 #define NUM_RELOCS NUM_ELEM (aoutarm_std_reloc_howto)
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-mcore.c270 #ifndef NUM_ELEM macro
271 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0])
281 for (i = NUM_ELEM (mcore_elf_howto_raw); i--;)
287 BFD_ASSERT (type < NUM_ELEM (mcore_elf_howto_table));
H A Dcoff-mcore.c35 #ifndef NUM_ELEM
36 #define NUM_ELEM(A) (sizeof (A) / sizeof (A)[0]) macro
309 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
H A Dcoff-arm.c71 #ifndef NUM_ELEM
72 #define NUM_ELEM(a) ((sizeof (a)) / sizeof ((a)[0])) macro
502 #define NUM_RELOCS NUM_ELEM (aoutarm_std_reloc_howto)
H A Delf32-arm.c29 #ifndef NUM_ELEM
30 #define NUM_ELEM(a) (sizeof (a) / (sizeof (a)[0])) macro
1295 if (r_type < NUM_ELEM (elf32_arm_howto_table_1))
1299 && r_type < R_ARM_MOVW_BREL_NC + NUM_ELEM (elf32_arm_howto_table_2))
1303 && r_type < R_ARM_RREL32 + NUM_ELEM (elf32_arm_howto_table_2))
1376 for (i = 0; i < NUM_ELEM (elf32_arm_reloc_map); i ++)
8241 htab->plt_entry_size = 4 * NUM_ELEM (elf32_arm_symbian_plt_entry);
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c1001 #define NUM_ELEM(a) (sizeof (a) / sizeof ((a)[0])) macro
4546 for (i = NUM_ELEM (f_options); i--;)
4562 for (i = NUM_ELEM (W_options); i--;)
4584 for (i = NUM_ELEM (debug_args); i--;)
4612 if (NUM_ELEM (documented_lang_options) > 1)
4616 for (i = 0; i < NUM_ELEM (documented_lang_options); i++)
4650 if (NUM_ELEM (target_switches) > 1
4652 || NUM_ELEM (target_options) > 1
4662 for (i = NUM_ELEM (target_switches); i--;)
4681 for (i = NUM_ELEM (target_option
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dscore-dis.c488 #ifndef NUM_ELEM macro
489 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0])
509 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames)
H A Dscore7-dis.c44 #ifndef NUM_ELEM
45 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
536 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames)
H A Darm-dis.c44 #ifndef NUM_ELEM
45 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
3242 #define NUM_ARM_REGNAMES NUM_ELEM (regnames)
/haiku-buildtools/legacy/binutils/opcodes/
H A Darm-dis.c42 #ifndef NUM_ELEM
43 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
1121 #define NUM_ARM_REGNAMES NUM_ELEM (regnames)
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c251 #define NUM_ELEM(array) (sizeof (array) / sizeof ((array)[0]))
5441 for (cnt = 0; cnt < NUM_ELEM (opts); ++cnt)
8944 for (i = NUM_ELEM (version_info); i--;)
8947 for (i = NUM_ELEM (dynamic_info); i--;)
249 #define NUM_ELEM macro

Completed in 282 milliseconds