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

/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dgen_length.c62 length_type (const char *name, const Type *t, function
68 length_type (name, t->symbol->type);
163 length_type (s, m->type, "ret", m->gen_name);
204 length_type(n, t->subtype, variable, sname);
251 length_type (name, t->subtype, variable, tname);
280 length_type ("data", s->type, "ret", "Top");
/freebsd-9.3-release/contrib/gcc/
H A Doptabs.c3642 tree length_type;
3684 length_type = sizetype;
3686 cmp_mode = TYPE_MODE (length_type);
3687 size = convert_to_mode (TYPE_MODE (length_type), size,
3688 TYPE_UNSIGNED (length_type));
3627 tree length_type; local

Completed in 146 milliseconds