Searched refs:in_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/lib/libc/arm/aeabi/
H A Daeabi_vfp.h74 * will take a single argument of the type given by in_type.
76 #define AEABI_FUNC(name, in_type, soft_func) \
77 __aeabi_ ## name(in_type a) \
86 #define AEABI_FUNC2(name, in_type, soft_func) \
87 __aeabi_ ## name(in_type a, in_type b) \
96 #define AEABI_FUNC2_REV(name, in_type, soft_func) \
97 __aeabi_ ## name(in_type a, in_type b) \
109 #define AEABI_FUNC(name, in_type, soft_fun
[all...]
/freebsd-10.2-release/contrib/file/src/
H A Dprint.c63 (m->in_type < file_nnames) ? file_names[m->in_type] :
64 "*bad in_type*");
H A Dapprentice.c1861 m->in_type = FILE_LONG;
1870 m->in_type = FILE_LELONG;
1873 m->in_type = FILE_BELONG;
1876 m->in_type = FILE_MELONG;
1880 m->in_type = FILE_LESHORT;
1884 m->in_type = FILE_BESHORT;
1890 m->in_type = FILE_BYTE;
1895 m->in_type = FILE_LEDOUBLE;
1900 m->in_type = FILE_BEDOUBLE;
1903 m->in_type
[all...]
H A Dsoftmagic.c1196 int rv, oneed_separator, in_type; local
1234 switch (cvt_flip(m->in_type, flip)) {
1268 switch (in_type = cvt_flip(m->in_type, flip)) {
1564 switch (in_type) {
H A Dfile.h179 uint8_t in_type; /* type of indirection */ member in struct:magic
/freebsd-10.2-release/crypto/openssh/
H A Dmoduli.c579 u_int32_t generator_known, in_tests, in_tries, in_type, in_size; local
637 in_type = strtoul(cp, &cp, 10);
660 switch (in_type) {
662 debug2("%10u: (%u) Sophie-Germain", count_in, in_type);
679 debug2("%10u: (%u)", count_in, in_type);
/freebsd-10.2-release/contrib/gcc/
H A Dc-typeck.c3697 tree in_type = type;
3709 in_type = TREE_TYPE (in_type);
3716 && TREE_CODE (in_type) == FUNCTION_TYPE)
3717 added |= (TYPE_QUALS (in_type) & ~TYPE_QUALS (in_otype));
3719 discarded |= (TYPE_QUALS (in_otype) & ~TYPE_QUALS (in_type));
3721 while (TREE_CODE (in_type) == POINTER_TYPE
3678 tree in_type = type; local

Completed in 141 milliseconds