Searched refs:_type_ (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/lib/libc/citrus/ |
H A D | citrus_prop.h | 42 #define _CITRUS_PROP_CB0_T(_func_, _type_) \ argument 44 (void * __restrict, const char *, _type_); \ 52 #define _CITRUS_PROP_CB1_T(_func_, _type_) \ argument 54 (void * __restrict, const char *, _type_, _type_); \
|
H A D | citrus_prop.c | 81 #define _CITRUS_PROP_READ_UINT_COMMON(_func_, _type_, _max_) \ argument 84 _type_ * __restrict result, int base) \ 86 _type_ acc, cutoff; \ 93 acc = (_type_)0; \ 114 #define _CITRUS_PROP_READ_INT(_func_, _type_) \ in _CITRUS_PROP_READ_UINT_COMMON() argument
|
/netbsd-src/external/gpl2/texinfo/dist/intl/ |
H A D | printf-parse.c | 85 #define REGISTER_ARG(_index_,_type_) \ in PRINTF_PARSE() argument 111 a->arg[n].type = (_type_); \ in PRINTF_PARSE() 112 else if (a->arg[n].type != (_type_)) \ in PRINTF_PARSE()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | printf-parse.c | 81 #define REGISTER_ARG(_index_,_type_) \ in PRINTF_PARSE() argument 107 a->arg[n].type = (_type_); \ in PRINTF_PARSE() 108 else if (a->arg[n].type != (_type_)) \ in PRINTF_PARSE()
|
/netbsd-src/sys/dev/raidframe/ |
H A D | raidframevar.h | 198 #define RF_IO_IS_R_OR_W(_type_) (((_type_) == RF_IO_TYPE_READ) \ argument 199 || ((_type_) == RF_IO_TYPE_WRITE))
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
H A D | printf-parse.c | 81 #define REGISTER_ARG(_index_,_type_) \ in PRINTF_PARSE() argument 107 a->arg[n].type = (_type_); \ in PRINTF_PARSE() 108 else if (a->arg[n].type != (_type_)) \ in PRINTF_PARSE()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | printf-parse.c | 85 #define REGISTER_ARG(_index_,_type_) \ in PRINTF_PARSE() argument 111 a->arg[n].type = (_type_); \ in PRINTF_PARSE() 112 else if (a->arg[n].type != (_type_)) \ in PRINTF_PARSE()
|
/netbsd-src/tests/fs/common/ |
H A D | h_fsmacros.h | 132 #define ATF_TC_FSADD_RO(_fs_,_type_,_func_,_desc_,_gen_) \ argument 136 atf_tc_set_md_var(tc, "descr",_type_" test for "_desc_);\ 138 atf_tc_set_md_var(tc, "X-fs.mntname", _type_); \
|
/netbsd-src/external/apache2/llvm/dist/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
|