Home
last modified time | relevance | path

Searched refs:_X (Results 1 – 21 of 21) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d.out103 21 0 :_X : 2 | 100
104 20 0 :_X : 2 | 100
105 19 0 :_X : 2 | 100
106 18 0 :_X : 2 | 100
107 17 0 :_X : 2 | 100
108 16 0 :_X : 2 | 100
109 15 0 :_X : 2 | 100
110 14 0 :_X : 2 | 100
111 13 0 :_X : 2 | 100
112 12 0 :_X : 2 | 100
[all …]
/freebsd/crypto/openssh/regress/
H A Dcert-userkey.sh88 rm -f $OBJ/authorized_principals_${USER}_X
97 echo > $OBJ/authorized_principals_${USER}_X
106 echo gregorsamsa > $OBJ/authorized_principals_${USER}_X
115 echo mekmitasdigoat > $OBJ/authorized_principals_${USER}_X
124 echo 'blah mekmitasdigoat' > $OBJ/authorized_principals_${USER}_X
134 $OBJ/authorized_principals_${USER}_X
145 $OBJ/authorized_principals_${USER}_X
153 rm -f $OBJ/authorized_principals_${USER}_X
168 ) > $OBJ/authorized_keys_${USER}_X
180 ) > $OBJ/authorized_keys_${USER}_X
[all …]
/freebsd/contrib/bmake/
H A Dwait.h40 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) argument
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h49 #define _X 0x40 /* hex digit */ macro
66 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0)
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc162 extern "C" TYP inline_##SYM(TYP _X) { return SYM(_X); }
164 extern "C" TYP inline_##SYM(TYP _X, TYP _Y) { return SYM(_X, _Y); }
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.td55 [!cast<Register>("T"#Index#"_X"),
62 [!cast<Register>("T"#Index#"_X"),
93 [!cast<Register>("KC0_"#Index#"_X"),
108 [!cast<Register>("KC1_"#Index#"_X"),
H A DR600InstrInfo.cpp1243 static const R600::OpName Ops[] = {Label##_X, Label##_Y, Label##_Z, \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua274 _X = coroutine.wrap(function () function
280 _X()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c312 #define RED_DECL(a) __m128i H##a##_X##a##_lo, H##a##_X##a##_hi, tmp##a, tmp##a##B
314 #define RED_MUL_LOW(a) H##a##_X##a##_lo = _mm_clmulepi64_si128(H##a, X##a, 0x00)
315 #define RED_MUL_HIGH(a) H##a##_X##a##_hi = _mm_clmulepi64_si128(H##a, X##a, 0x11)
/freebsd/contrib/libpcap/
H A Dpcap-npf.c84 #define SWAPS(_X) ((_X & 0xff) << 8) | (_X >> 8) argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td408 class FJAL16<bits<1> _X, dag outs, dag ins, string asmstr,
416 let X = _X;
H A DMips16InstrInfo.td129 class FJAL16_ins<bits<1> _X, string asmstr,
131 FJAL16<_X, (outs), (ins uimm26:$imm26),
138 class FJALB16_ins<bits<1> _X, string asmstr,
140 FJAL16<_X, (outs), (ins uimm26:$imm26),
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config33 # define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
34 # define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
H A D__locale405 static const mask xdigit = static_cast<mask>(_X | _N);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__config32 # define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
33 # define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
H A D__locale400 static const mask xdigit = static_cast<mask>(_X | _N);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td543 def _X : SInst<name # "[_{d}]", "dPd", types, MergeAnyExp, intrinsic, [VerifyRuntimeMode]>;
554 …def _X : SInst<name # "[_{d}]", "dPdd", types, MergeAny, x_intrinsic, !listconcat(flags, [Ver…
583 def _X : SInst<name # "[_{d}]", "dPddd", types, MergeAny, x_intrinsic, flags>;
631 def _X : SInst<name # "[_{d}]", "dPdu", ts, MergeAny, intrinsic # _u, [VerifyRuntimeMode]>;
734 def _X : SInst<name # "[_{d}]", "uPd", types, MergeAnyExp, intrinsic, flags>;
881 …def _X : SInst<name, xz_types, types, MergeAnyExp, intrinsic, !listconcat(flags, [VerifyRuntimeMo…
889 …def _X : SInst<name, xz_types, types, MergeAnyExp, intrinsic, !listconcat(flags, [VerifyRuntimeMo…
1305 def _X : SInst<name # "[_{d}]", pat_v, types, MergeAny, intrinsic, flags>;
1364 def _X : SInst<name # "[_{d}]", "dPdd", types, MergeAny, intrinsic, flags>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA64FX.td2099 (instregex "^ADD[PV]L", "^CNT[BHWD]_X", "^DEC[BHWD]_X", "^INC[BHWD]_X",
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrFormats.td87 def SignedEM : ExtMode<1, "_X", ".x">;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td346 def "X" # Index #"_X" # IndexP1 : RISCVRegWithSubRegs<Index,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedLunarlakeP.td931 // Manual Regressive SchedWriteRes and InstRW Definition. Suffix with "_X"
932 // All _X(N) prefix sequence are defs used from prev. generation to bypass incomplete data.