Searched refs:in_type (Results 1 – 10 of 10) sorted by relevance
| /freebsd/lib/libc/arm/aeabi/ |
| H A D | aeabi_vfp.h | 76 #define AEABI_FUNC(name, in_type, soft_func) \ argument 77 __aeabi_ ## name(in_type a) \ 86 #define AEABI_FUNC2(name, in_type, soft_func) \ argument 87 __aeabi_ ## name(in_type a, in_type b) \ 96 #define AEABI_FUNC2_REV(name, in_type, soft_func) \ argument 97 __aeabi_ ## name(in_type a, in_type b) \ 109 #define AEABI_FUNC(name, in_type, soft_func) \ argument 110 __aeabi_ ## name(in_type a) \ 116 #define AEABI_FUNC2(name, in_type, soft_func) \ argument 117 __aeabi_ ## name(in_type a, in_type b) \ [all …]
|
| /freebsd/crypto/krb5/src/ccapi/server/ |
| H A D | ccs_lock.c | 42 cc_uint32 in_type, in ccs_lock_new() argument 56 if (in_type != cc_lock_read && in ccs_lock_new() 57 in_type != cc_lock_write && in ccs_lock_new() 58 in_type != cc_lock_upgrade && in ccs_lock_new() 59 in_type != cc_lock_downgrade) { in ccs_lock_new() 73 lock->type = in_type; in ccs_lock_new()
|
| H A D | ccs_lock.h | 32 cc_uint32 in_type,
|
| /freebsd/crypto/openssh/ |
| H A D | moduli.c | 541 uint32_t generator_known, in_tests, in_tries, in_type, in_size; in prime_test() local 597 in_type = strtoul(cp, &cp, 10); in prime_test() 620 switch (in_type) { in prime_test() 622 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); in prime_test() 639 debug2("%10u: (%u)", count_in, in_type); in prime_test()
|
| /freebsd/contrib/file/src/ |
| H A D | apprentice.c | 2165 m->in_type = FILE_LONG; in parse() 2177 m->in_type = FILE_LELONG; in parse() 2180 m->in_type = FILE_BELONG; in parse() 2183 m->in_type = FILE_MELONG; in parse() 2187 m->in_type = FILE_LESHORT; in parse() 2191 m->in_type = FILE_BESHORT; in parse() 2197 m->in_type = FILE_BYTE; in parse() 2202 m->in_type = FILE_LEDOUBLE; in parse() 2207 m->in_type = FILE_BEDOUBLE; in parse() 2210 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 | 1630 int rv, oneed_separator, in_type, nfound_match; in mget() local 1675 switch (op = cvt_flip(m->in_type, flip)) { in mget() 1743 switch (in_type = cvt_flip(m->in_type, flip)) { in mget() 1773 if (in_type == FILE_BEID3) in mget() 1783 if (in_type == FILE_LEID3) in mget() 1821 fprintf(stderr, "bad in_type=%d\n", in_type); in mget()
|
| H A D | file.h | 244 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 | 3821 __u8 in_type; member 4053 __u8 in_type; member
|