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

/freebsd-11-stable/usr.bin/tabs/
H A Dtabs.c56 #define NELEMS(a) (sizeof(a) / sizeof(a[0])) macro
125 for (i = 0; i < (int)NELEMS(formats); i++)
128 if (i == NELEMS(formats))
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-dis.c28 #define NELEMS(a) ((int) (sizeof (a) / sizeof (a[0]))) macro
147 for (j = 0; j < NELEMS (idesc->operands) && idesc->operands[j]; ++j)
H A Dia64-gen.c69 #define NELEMS(a) (sizeof (a) / sizeof ((a)[0])) macro
2793 for (i = 2; i < NELEMS (alias->operands); ++i)
2795 alias->operands[NELEMS (alias->operands) - 1] = IA64_OPND_NIL;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c32 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) macro
86 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
105 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
170 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
191 for (i = 0; i < NELEMS (self->field) && self->field[i].bits; ++i)
H A Delfxx-ia64.c69 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) macro
495 for (i = 0; i < NELEMS (ia64_howto_table); ++i)
502 if (i >= NELEMS (ia64_howto_table))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c58 #define NELEMS(a) ((int) (sizeof (a)/sizeof ((a)[0]))) macro
2759 if (x < NELEMS (popcnt))
2761 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt));
5651 for (i = 0; i < NELEMS (odesc->field) && odesc->field[i].bits; ++i)
6269 if (i < NELEMS (CURR_SLOT.opnd))
6349 if (num_operands > NELEMS (idesc->operands)
6350 || (num_operands < NELEMS (idesc->operands)
6562 for (i = 0; i < NELEMS (idesc->operands) && idesc->operands[i]; ++i)
7504 for (t = 0; t < NELEMS (ia64_templ_des
[all...]

Completed in 175 milliseconds