Searched refs:length_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dgen_length.c63 length_type (const char *name, const Type *t, function
69 length_type (name, t->symbol->type);
163 length_type (s, m->type, "ret", m->gen_name);
202 length_type(n, t->subtype, variable, sname);
251 length_type (name, t->subtype, variable, tname);
276 length_type ("data", s->type, "ret", "Top");
/freebsd-10-stable/contrib/gcc/
H A Doptabs.c3646 tree length_type;
3688 length_type = sizetype;
3690 cmp_mode = TYPE_MODE (length_type);
3691 size = convert_to_mode (TYPE_MODE (length_type), size,
3692 TYPE_UNSIGNED (length_type));
3631 tree length_type; local

Completed in 64 milliseconds