Searched refs:_type_ (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/iconv/ |
H A D | citrus_prop.h | 44 #define _CITRUS_PROP_CB0_T(_func_, _type_) \ argument 46 (void * __restrict, const char *, _type_); \ 54 #define _CITRUS_PROP_CB1_T(_func_, _type_) \ argument 56 (void * __restrict, const char *, _type_, _type_); \
|
H A D | citrus_prop.c | 77 #define _CITRUS_PROP_READ_UINT_COMMON(_func_, _type_, _max_) \ argument 80 _type_ * __restrict result, int base, int neg) \ 82 _type_ acc, cutoff; \ 86 acc = (_type_)0; \ 107 #define _CITRUS_PROP_READ_INT(_func_, _type_) \ in _CITRUS_PROP_READ_UINT_COMMON() argument
|
/freebsd/contrib/netbsd-tests/fs/common/ |
H A D | h_fsmacros.h | 128 #define ATF_TC_FSADD_RO(_fs_,_type_,_func_,_desc_,_gen_) \ argument 132 atf_tc_set_md_var(tc, "descr",_type_" test for "_desc_);\ 134 atf_tc_set_md_var(tc, "X-fs.mntname", _type_); \
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 57 # define TMAX(_type_) ((time_t)-1) argument 59 # define TMAX(_type_) ((time_t)(((_type_)-1) >> 1)) argument 62 #define CALCULATE_TIMEOUT(_ss_, _type_) do { \ argument 63 _type_ overflow; \ 64 time_t tmax = TMAX(_type_); \ 65 overflow = (_type_)tmax - (_type_)(_ss_)->time; \
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve_defs.td | 199 // _type_ as an argument, and it expands into 1 for an unsigned type
|