Searched refs:in_type (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_vfp.h | 74 #define AEABI_FUNC(name, in_type, soft_func) \ argument 75 __aeabi_ ## name(in_type a) \ 84 #define AEABI_FUNC2(name, in_type, soft_func) \ argument 85 __aeabi_ ## name(in_type a, in_type b) \ 94 #define AEABI_FUNC2_REV(name, in_type, soft_func) \ argument 95 __aeabi_ ## name(in_type a, in_type b) \ 107 #define AEABI_FUNC(name, in_type, soft_func) \ argument 108 __aeabi_ ## name(in_type a) \ 114 #define AEABI_FUNC2(name, in_type, soft_func) \ argument 115 __aeabi_ ## name(in_type a, in_type b) \ [all …]
|
/freebsd/crypto/openssh/ |
H A D | moduli.c | 586 u_int32_t generator_known, in_tests, in_tries, in_type, in_size; in prime_test() local 642 in_type = strtoul(cp, &cp, 10); in prime_test() 665 switch (in_type) { in prime_test() 667 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); in prime_test() 684 debug2("%10u: (%u)", count_in, in_type); in prime_test()
|
/freebsd/contrib/file/src/ |
H A D | apprentice.c | 2146 m->in_type = FILE_LONG; in parse() 2158 m->in_type = FILE_LELONG; in parse() 2161 m->in_type = FILE_BELONG; in parse() 2164 m->in_type = FILE_MELONG; in parse() 2168 m->in_type = FILE_LESHORT; in parse() 2172 m->in_type = FILE_BESHORT; in parse() 2178 m->in_type = FILE_BYTE; in parse() 2183 m->in_type = FILE_LEDOUBLE; in parse() 2188 m->in_type = FILE_BEDOUBLE; in parse() 2191 m->in_type = FILE_LEID3; in parse() [all …]
|
H A D | print.c | 62 (m->in_type < file_nnames) ? file_names[m->in_type] : in file_mdump()
|
H A D | softmagic.c | 1596 int rv, oneed_separator, in_type, nfound_match; in mget() local 1641 switch (op = cvt_flip(m->in_type, flip)) { in mget() 1709 switch (in_type = cvt_flip(m->in_type, flip)) { in mget() 1739 if (in_type == FILE_BEID3) in mget() 1749 if (in_type == FILE_LEID3) in mget() 1787 fprintf(stderr, "bad in_type=%d\n", in_type); in mget()
|
H A D | file.h | 240 uint8_t in_type; /* type of indirection */ member
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 3991 static char in_type[] = "\" data-type=\""; in xo_buf_append_div() local 3997 xo_data_append(xop, in_type, sizeof(in_type) - 1); in xo_buf_append_div()
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 2905 __u8 in_type; member 3137 __u8 in_type; member
|