Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 1876) sorted by relevance

12345678910>>...76

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h84 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
110 if (P.hasMips5()) in setISALevelAndRevisionFromPredicates()
142 if (P.hasCnMipsP()) in setISAExtensionFromPredicates()
153 if (P.hasDSP()) in setASESetFromPredicates()
155 if (P.hasDSPR2()) in setASESetFromPredicates()
157 if (P.hasMSA()) in setASESetFromPredicates()
163 if (P.hasMT()) in setASESetFromPredicates()
165 if (P.hasCRC()) in setASESetFromPredicates()
167 if (P.hasVirt()) in setASESetFromPredicates()
169 if (P.hasGINV()) in setASESetFromPredicates()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c139 memset(P->reserved, 0, sizeof(P->reserved)); in blake2b_init()
140 memset(P->salt, 0, sizeof(P->salt)); in blake2b_init()
141 memset(P->personal, 0, sizeof(P->personal)); in blake2b_init()
162 memset(P->reserved, 0, sizeof(P->reserved)); in blake2b_init_salt_personal()
166 memset(P->salt, 0, sizeof(P->salt)); in blake2b_init_salt_personal()
171 memset(P->personal, 0, sizeof(P->personal)); in blake2b_init_salt_personal()
196 memset(P->reserved, 0, sizeof(P->reserved)); in blake2b_init_key()
197 memset(P->salt, 0, sizeof(P->salt)); in blake2b_init_key()
198 memset(P->personal, 0, sizeof(P->personal)); in blake2b_init_key()
234 memset(P->reserved, 0, sizeof(P->reserved)); in blake2b_init_key_salt_personal()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPInstructions.td117 VOP_Pseudo <opName, "_e64", P, P.Outs64,
120 !if(!and(isVOP3P, P.IsPacked), P.InsVOP3P, P.Ins64)),
131 !if(!and(isVOP3P, P.IsPacked), P.AsmVOP3P, P.Asm64));
165 !if(!or(P.HasModifiers, P.HasOMod, P.HasIntClamp),
845 VOP_DPP_Pseudo <OpName, P, [], P.InsVOP3DPP, P.AsmVOP3DPP> {
1005 VOP_DPP8_Base<OpName, P, P.InsVOP3DPP8, P.AsmVOP3DPP8> {
1217 …list<dag> ret3 = [(set P.DstVT:$vdst, (DivergentFragOrOp<node, P>.ret (P.Src0VT src0), P.Src1VT:$s…
1219 …list<dag> ret2 = [(set P.DstVT:$vdst, (DivergentFragOrOp<node, P>.ret (P.Src0VT src0), P.Src1VT:$s…
1239 [(set P.DstVT:$vdst, (node P.Src0VT:$src0, P.Src1VT:$src1, P.Src2VT:$src2,
1242 … [(set P.DstVT:$vdst, (node P.Src0VT:$src0, P.Src1VT:$src1, P.Src2VT:$src2, i32:$idx,
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp80 P.NewLine(); in printHeader()
104 P.NewLine(); in dump()
120 P.NewLine(); in dump()
125 P.NewLine(); in dump()
130 P.NewLine(); in dump()
135 P.NewLine(); in dump()
140 P.NewLine(); in dump()
145 P.NewLine(); in dump()
150 P.NewLine(); in dump()
155 P.NewLine(); in dump()
[all …]
H A DDumpOutputStyle.cpp94 P.NewLine(); in dump()
100 P.NewLine(); in dump()
106 P.NewLine(); in dump()
112 P.NewLine(); in dump()
118 P.NewLine(); in dump()
124 P.NewLine(); in dump()
130 P.NewLine(); in dump()
227 P.NewLine(); in dump()
233 P.NewLine(); in printHeader()
333 P.NewLine(); in printModuleDetailStats()
[all …]
H A DMinimalSymbolDumper.cpp390 P.Indent(); in visitSymbolBegin()
399 P.Unindent(); in visitSymbolEnd()
465 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
478 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
558 P.formatLine( in visitKnownRecord()
611 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
660 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
668 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
689 P.formatLine( in visitKnownRecord()
904 P.formatLine( in visitKnownRecord()
[all …]
H A DExplainOutputStyle.cpp52 AutoIndent Indent(P); in explainPdbFile()
160 P.formatLine("The current value is {0}.", in explainPdbSuperBlockOffset()
164 P.formatLine("The current value is {0}.", in explainPdbSuperBlockOffset()
168 P.formatLine("The current value is {0}.", in explainPdbSuperBlockOffset()
172 P.formatLine("The current value is {0}.", in explainPdbSuperBlockOffset()
184 P.printLine( in explainPdbSuperBlockOffset()
398 Entry.Explain(P, Stream, SubOffset); in explainSubstreamOffset()
407 P.printLine("Within the DBI stream:"); in explainStreamOffset()
408 AutoIndent Indent(P); in explainStreamOffset()
455 P.printLine("Within the PDB stream:"); in explainStreamOffset()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h274 Parser &P; variable
278 : P(p), OldVal(P.ColonIsSacred) { in P() function
296 Parser &P; variable
301 : P(P), OldVal(P.OpenMPDirectiveParsing) { in P() argument
315 Parser &P; variable
320 : P(P), OldVal(P.OpenACCDirectiveParsing) { in P() argument
369 : OffsetOfState(P.OffsetOfState), OldValue(P.OffsetOfState) { in OffsetOfStateRAIIObject()
379 Parser &P; variable
387 P.AngleBrackets.clear(P); in ~ParenBraceBracketBalancer()
421 Parser& P; variable
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dsetenv.c103 for (P = &environ[offset];; ++P)
104 if (!(*P = *(P + 1)))
111 for (P = environ; *P != NULL; P++)
115 if (!P)
163 for (P = &environ[tmpoff];; ++P) in setenv()
164 if (!(*P = *(P + 1))) in setenv()
170 for (P = environ; *P != NULL; P++) in setenv()
174 if (!P) in setenv()
202 char **P; in unsetenv() local
219 for (P = &environ[offset];; ++P) in unsetenv()
[all …]
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h260 if (P == nullptr || P == End || !isSeparator(*P)) in consumeAllSeparators()
263 P += Inc; in consumeAllSeparators()
264 while (P != End && isSeparator(*P)) in consumeAllSeparators()
265 P += Inc; in consumeAllSeparators()
266 return P; in consumeAllSeparators()
286 if (P == nullptr || P == End || isSeparator(*P)) in consumeName()
289 P += Inc; in consumeName()
290 while (P != End && !isSeparator(*P)) in consumeName()
300 return P; in consumeName()
307 if (P + 1 == End || !isDriveLetter(P[0]) || P[1] != ':') in consumeDriveLetter()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp20 assert(P); in addPointer()
32 P->Prev = nullptr; in addPointer()
33 Pointers = P; in addPointer()
37 assert(P); in removePointer()
47 if (Pointers == P) in removePointer()
50 if (P->Prev) in removePointer()
51 P->Prev->Next = P->Next; in removePointer()
52 if (P->Next) in removePointer()
53 P->Next->Prev = P->Prev; in removePointer()
87 if (C == P) in hasPointer()
[all …]
/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c93 P->fanout = fanout; in blake2b_param_set_fanout()
99 P->depth = depth; in blake2b_param_set_max_depth()
186 blake2b_param P[1]; in blake2b_init() local
191 P->key_length = 0; in blake2b_init()
198 memset( P->reserved, 0, sizeof( P->reserved ) ); in blake2b_init()
199 memset( P->salt, 0, sizeof( P->salt ) ); in blake2b_init()
200 memset( P->personal, 0, sizeof( P->personal ) ); in blake2b_init()
207 blake2b_param P[1]; in blake2b_init_key() local
221 memset( P->reserved, 0, sizeof( P->reserved ) ); in blake2b_init_key()
222 memset( P->salt, 0, sizeof( P->salt ) ); in blake2b_init_key()
[all …]
H A Dblake2s-ref.c86 P->fanout = fanout; in blake2s_param_set_fanout()
92 P->depth = depth; in blake2s_param_set_max_depth()
179 blake2s_param P[1]; in blake2s_init() local
185 P->key_length = 0; in blake2s_init()
186 P->fanout = 1; in blake2s_init()
187 P->depth = 1; in blake2s_init()
193 memset( P->salt, 0, sizeof( P->salt ) ); in blake2s_init()
194 memset( P->personal, 0, sizeof( P->personal ) ); in blake2s_init()
200 blake2s_param P[1]; in blake2s_init_key() local
215 memset( P->salt, 0, sizeof( P->salt ) ); in blake2s_init_key()
[all …]
/freebsd/cddl/lib/libdtrace/
H A Dnfs.d45 translator conninfo_t < struct svc_req *P > {
53 P->rq_xprt->xp_master->xp_netid == "udp") ?
56 (P->rq_xprt->xp_master->xp_netid == "tcp6" ||
57 P->rq_xprt->xp_master->xp_netid == "udp6") ?
63 P->rq_xprt->xp_master->xp_netid == "udp") ?
66 (P->rq_xprt->xp_master->xp_netid == "tcp6" ||
67 P->rq_xprt->xp_master->xp_netid == "udp6") ?
74 translator conninfo_t < rfs4_client_t *P > {
79 ci_remote = (P->rc_addr.ss_family == AF_INET) ?
88 P->rds_finfo->rf_vp->v_path;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h57 static inline void *getAsVoidPointer(T *P) { return P; }
58 static inline T *getFromVoidPointer(void *P) { return static_cast<T *>(P); }
65 static inline void *getAsVoidPointer(void *P) { return P; }
66 static inline void *getFromVoidPointer(void *P) { return P; }
83 return NonConst::getAsVoidPointer(P);
106 static inline void *getAsVoidPointer(uintptr_t P) {
107 return reinterpret_cast<void *>(P);
110 return reinterpret_cast<uintptr_t>(P);
129 assert((reinterpret_cast<uintptr_t>(P) &
132 return reinterpret_cast<void *>(P);
[all …]
/freebsd/share/mk/
H A Dbsd.crunchgen.mk53 .for P in ${CRUNCH_PROGS_${D}}
54 CRUNCH_SRCDIR_${P}?= ${.CURDIR}/../../${D}/${P}
94 echo progs ${P} >>${.TARGET}
95 echo special ${P} srcdir ${CRUNCH_SRCDIR_${P}} >>${.TARGET}
96 .ifdef CRUNCH_BUILDOPTS_${P}
97 echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ \
100 echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ >>${.TARGET}
102 .ifdef CRUNCH_LIBS_${P}
103 echo special ${P} lib ${CRUNCH_LIBS_${P}} >>${.TARGET}
105 .ifdef CRUNCH_KEEP_${P}
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dimg-1x1-4096-apm.vhd.hex39 00001a00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
43 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
47 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
H A Dimg-1x1-512-apm.vhd.hex39 00001200 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
43 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
47 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
H A Dimg-63x255-512-apm.vhd.hex39 00001200 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
43 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
47 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
H A Dimg-63x255-4096-apm.vhd.hex39 00001a00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
43 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
47 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
H A Dimg-63x255-4096-bsd.vhd.hex35 00002a00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
39 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
43 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
H A Dimg-63x255-512-bsd.vhd.hex35 00002a00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
39 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
43 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
H A Dimg-1x1-4096-bsd.vhd.hex35 00002a00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
39 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
43 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h39 return A.P == Other.A.P;
74 FunctionAccessor(const uint8_t *P) : P(P) {} in FunctionAccessor() argument
82 const uint8_t *P; variable
94 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() argument
102 const uint8_t *P; variable
153 LocationAccessor(const uint8_t *P) : P(P) {} in LocationAccessor() argument
165 const uint8_t *P; variable
185 LiveOutAccessor(const uint8_t *P) : P(P) {} in LiveOutAccessor() argument
196 const uint8_t *P; variable
273 RecordAccessor(const uint8_t *P) : P(P) {} in RecordAccessor() argument
[all …]
/freebsd/contrib/bmake/
H A Dsetenv.c64 register char **P, *C; local
67 for (P = environ; *P; ++P)
68 if (!strncmp(*P, name, len))
70 *offset = P - environ;
104 register char **P; local
106 for (P = environ, cnt = 0; *P; ++P, ++cnt);
117 if (!P)
120 environ = P;
145 register char **P; local
150 for (P = &environ[offset];; ++P)
[all …]

12345678910>>...76