Home
last modified time | relevance | path

Searched refs:_n_ (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/puffs/
H A Dt_fuzz.c253 #define MAKETEST(_n_) \ argument
254 ATF_TC(mountfuzz##_n_); \
255 ATF_TC_HEAD(mountfuzz##_n_, tc) \
256 {atf_tc_set_md_var(tc, "descr", "garbage kargs, " # _n_ " fix(es)");} \
257 ATF_TC_BODY(mountfuzz##_n_, tc) {testbody(_n_);}
/freebsd/lib/libc/iconv/
H A Dcitrus_mapper_local.h34 #define _CITRUS_MAPPER_GETOPS_FUNC_BASE(_n_) \ argument
35 int _n_(struct _citrus_mapper_ops *)
36 #define _CITRUS_MAPPER_GETOPS_FUNC(_n_) \ argument
37 _CITRUS_MAPPER_GETOPS_FUNC_BASE(_citrus_##_n_##_mapper_getops)
H A Dcitrus_iconv_local.h37 #define _CITRUS_ICONV_GETOPS_FUNC_BASE(_n_) \ argument
38 int _n_(struct _citrus_iconv_ops *)
39 #define _CITRUS_ICONV_GETOPS_FUNC(_n_) \ argument
40 _CITRUS_ICONV_GETOPS_FUNC_BASE(_citrus_##_n_##_iconv_getops)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td270 …def SVBFDOT_N : SInst<"svbfdot[_n_{0}]", "MMda", "b", MergeNone, "aarch64_sve_bfdot", …
271 …def SVBFMLALB_N : SInst<"svbfmlalb[_n_{0}]", "MMda", "b", MergeNone, "aarch64_sve_bfmlalb",…
272 …def SVBFMLALT_N : SInst<"svbfmlalt[_n_{0}]", "MMda", "b", MergeNone, "aarch64_sve_bfmlalt",…
557 …def _N_M : SInst<name # "[_n_{d}]", "dPda", types, MergeOp1, m_intrinsic, !listconcat(flags, [Ver…
558 …def _N_X : SInst<name # "[_n_{d}]", "dPda", types, MergeAny, x_intrinsic, !listconcat(flags, [Ver…
559 …def _N_Z : SInst<name # "[_n_{d}]", "dPda", types, MergeZero, m_intrinsic, !listconcat(flags, [Ver…
586 def _N_M : SInst<name # "[_n_{d}]", "dPdda", types, MergeOp1, m_intrinsic, flags>;
587 def _N_X : SInst<name # "[_n_{d}]", "dPdda", types, MergeAny, x_intrinsic, flags>;
588 def _N_Z : SInst<name # "[_n_{d}]", "dPdda", types, MergeZero, m_intrinsic, flags>;
605 def SVDOT_N_S : SInst<"svdot[_n_{0}]", "ddqr", "il", MergeNone, "aarch64_sve_sdot", [Verify…
[all …]
H A Darm_mve.td1592 1, "_n_"#desttype, PNT_2Type, pnt_nx>;