Searched refs:P1 (Results 1 - 25 of 62) sorted by path

123

/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch980 $( if [ "$PSTREE" ]; then pproc -P1; else echo -n \
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-a.c151 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
152 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY},
153 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY},
154 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY},
155 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY},
156 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY},
157 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY},
158 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY},
159 {"cmp.eq.and", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY},
160 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P
[all...]
H A Dia64-opc-f.c309 {"fcmp.eq.s0", f2, OpRaRbTaSf (4, 0, 0, 0, 0), {P1, P2, F2, F3}, EMPTY},
310 {"fcmp.eq", f2, OpRaRbTaSf (4, 0, 0, 0, 0), {P1, P2, F2, F3}, PSEUDO, 0, NULL},
311 {"fcmp.eq.s1", f2, OpRaRbTaSf (4, 0, 0, 0, 1), {P1, P2, F2, F3}, EMPTY},
312 {"fcmp.eq.s2", f2, OpRaRbTaSf (4, 0, 0, 0, 2), {P1, P2, F2, F3}, EMPTY},
313 {"fcmp.eq.s3", f2, OpRaRbTaSf (4, 0, 0, 0, 3), {P1, P2, F2, F3}, EMPTY},
314 {"fcmp.lt.s0", f2, OpRaRbTaSf (4, 0, 1, 0, 0), {P1, P2, F2, F3}, EMPTY},
315 {"fcmp.lt", f2, OpRaRbTaSf (4, 0, 1, 0, 0), {P1, P2, F2, F3}, PSEUDO, 0, NULL},
316 {"fcmp.lt.s1", f2, OpRaRbTaSf (4, 0, 1, 0, 1), {P1, P2, F2, F3}, EMPTY},
317 {"fcmp.lt.s2", f2, OpRaRbTaSf (4, 0, 1, 0, 2), {P1, P2, F2, F3}, EMPTY},
318 {"fcmp.lt.s3", f2, OpRaRbTaSf (4, 0, 1, 0, 3), {P1, P
[all...]
H A Dia64-opc-i.c174 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P1, P2, IMMU5b}, EMPTY
176 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P2, P1, IMMU5b}, PSEUDO, 0, NULL
196 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3, POS6}, EMPTY
198 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3, POS6}, PSEUDO, 0, NULL
218 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3}, EMPTY
220 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3}, PSEUDO, 0, NULL
H A Dia64-opc.h68 #define P1 IA64_OPND_P1 macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1194 UNW_DEC_BR_MEM(P1, brmask, arg);
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_wait.sh59 sleep 3 & P1=$!
62 wait ${P1}
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8490 #define OPFLG_IN1 0x0004 /* in1: P1 is an input */
8532 SQLITE_PRIVATE void sqlite3VdbeChangeP1(Vdbe*, u32 addr, int P1);
9721 ** and as the P1 argument to the OP_Savepoint instruction.
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1742 static const u8 K1[16], *P1 = NULL, *A1 = NULL, IV1[12], *C1 = NULL; local
2197 # define P19 P1
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c98 #define P1 2.65757198651533466104979197553e-01 macro
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
/freebsd-11-stable/lib/msun/ld128/
H A Ds_exp2l.c47 P1 = 0x1.62e42fefa39ef35793c7673007e6p-1L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
/freebsd-11-stable/lib/msun/ld80/
H A Ds_exp2l.c51 P1 = LD80C(0xb17217f7d1cf79ac, -1, 6.93147180559945309429e-1L); variable in typeref:union:IEEEl2bits
277 r = t_lo + (t_hi + t_lo) * z * (P1.e + z * (P2 + z * (P3 + z * (P4
/freebsd-11-stable/lib/msun/src/
H A De_pow.c84 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
302 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_cbrt.c31 P1 = -1.88497979543377169875, /* 0xbffe28e0, 0x92f02420 */ variable
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
H A Ds_exp2.c40 P1 = 0x1.62e42fefa39efp-1, variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
H A Ds_exp2f.c40 P1 = 0x1.62e430p-1f, variable
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-gf2m.S167 veor d2, d2, d3 @ t0 = (L) (P0 + P1) << 8
H A Dghash-armv4.S396 veor d16, d16, d17 @ t0 = (L) (P0 + P1) << 8
434 veor d16, d16, d17 @ t0 = (L) (P0 + P1) << 8
471 veor d16, d16, d17 @ t0 = (L) (P0 + P1) << 8
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_piv.c245 #define P4_ESCR(N, MSR, P1, P2, P3) P4_ESCR_##N ,
258 #define P4_ESCR(N, MSR, P1, P2, P3) \
264 P4_PMC_##P1, \
/freebsd-11-stable/usr.bin/xargs/tests/
H A DMakefile12 ${PACKAGE}FILES+= regress.0P1.out
16 ${PACKAGE}FILES+= regress.P1.out
H A Dregress.sh11 REGRESSION_TEST(`P1', `xargs -P1 echo <${SRCDIR}/regress.in')
21 REGRESSION_TEST(`0P1', `xargs -0 -P1 echo <${SRCDIR}/regress.0.in')
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h749 template <template <typename T, typename P1> class MatcherT, typename P1,
752 internal::PolymorphicMatcherWithParam1<MatcherT, P1, ReturnTypesF>>
755 const internal::PolymorphicMatcherWithParam1<MatcherT, P1, ReturnTypesF>
758 internal::PolymorphicMatcherWithParam1<MatcherT, P1, ReturnTypesF>>(
762 template <template <typename T, typename P1, typename P2> class MatcherT,
763 typename P1, typename P2, typename ReturnTypesF>
765 internal::PolymorphicMatcherWithParam2<MatcherT, P1, P2, ReturnTypesF>>
768 const internal::PolymorphicMatcherWithParam2<MatcherT, P1, P2, ReturnTypesF>
771 internal::PolymorphicMatcherWithParam2<MatcherT, P1, P
[all...]
H A DASTMatchersInternal.h1224 /// A PolymorphicMatcherWithParamN<MatcherT, P1, ..., PN> object can be
1225 /// created from N parameters p1, ..., pN (of type P1, ..., PN) and
1226 /// used as a Matcher<T> where a MatcherT<T, P1, ..., PN>(p1, ..., pN)
1250 template <template <typename T, typename P1> class MatcherT,
1251 typename P1,
1255 explicit PolymorphicMatcherWithParam1(const P1 &Param1)
1264 return Matcher<T>(new MatcherT<T, P1>(Param1));
1268 const P1 Param1;
1271 template <template <typename T, typename P1, typename P2> class MatcherT,
1272 typename P1, typenam
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h114 ProgramPoint(const void *P1, argument
119 : Data1(P1),
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp287 *P1 = N1.getAsSubstTemplateTemplateParmPack(), local
289 return IsStructurallyEquivalent(Context, P1->getArgumentPack(),
291 IsStructurallyEquivalent(Context, P1->getParameterPack(),

Completed in 578 milliseconds

123