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

/freebsd-11-stable/sys/dev/ofw/
H A Dopenfirm.h117 int elsz, void **buf);
119 int elsz, void **buf);
H A Dopenfirm.c441 * (using the M_OFWPROP malloc pool and M_WAITOK). elsz is the size of a
445 OF_getprop_alloc(phandle_t package, const char *propname, int elsz, void **buf) argument
451 len % elsz != 0)
460 return (len / elsz);
464 OF_getencprop_alloc(phandle_t package, const char *name, int elsz, void **buf) argument
470 retval = OF_getprop_alloc(package, name, elsz, buf);
473 if (retval * elsz % 4 != 0) {
480 for (i = 0; i < retval * elsz / 4; i++)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c2650 int elem, elsz; local
2658 elsz = 0;
2676 if ((elsz = tp->t_str->size) == 0)
2687 if ((elsz = size(tp->t_tspec)) == 0) {
2690 } else if (elsz == -1) {
2696 if (elem == 0 && elsz != 0) {
2701 if (elsz == 0)
2702 elsz = CHAR_BIT;
2710 return (getinode(st, (int64_t)(elem * elsz / CHAR_BIT)));
3020 int elem, elsz; local
3687 int elsz; local
[all...]
H A Ddecl.c767 int elem, elsz; local
788 elsz = tp->t_str->size;
797 elsz = size(tp->t_tspec);
798 if (elsz <= 0)
802 return (elem * elsz);
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-structalias.c3707 tree elsz = TYPE_SIZE (TREE_TYPE (type)); local
3714 || ! elsz
3715 || ! host_integerp (elsz, 1)
3716 || TREE_INT_CST_LOW (elsz) == 0)
3719 nr = TREE_INT_CST_LOW (sz) / TREE_INT_CST_LOW (elsz);
3737 offset + i * TREE_INT_CST_LOW (elsz), has_union)))
3749 pair->size = elsz;
3751 pair->offset = offset + i * TREE_INT_CST_LOW (elsz);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c5544 #define po_scalar_or_goto(elsz, label) do { \
5545 val = parse_scalar (&str, elsz, &inst.operands[i].vectype); \

Completed in 203 milliseconds