/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsABIFlagsSection.h | 83 void setISALevelAndRevisionFromPredicates(const PredicateLibrary &P) { in setISALevelAndRevisionFromPredicates() 84 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates() 86 if (P.hasMips64r6()) in setISALevelAndRevisionFromPredicates() 88 else if (P.hasMips64r5()) in setISALevelAndRevisionFromPredicates() 90 else if (P.hasMips64r3()) in setISALevelAndRevisionFromPredicates() 92 else if (P.hasMips64r2()) in setISALevelAndRevisionFromPredicates() 96 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates() 98 if (P.hasMips32r6()) in setISALevelAndRevisionFromPredicates() 100 else if (P.hasMips32r5()) in setISALevelAndRevisionFromPredicates() 102 else if (P.hasMips32r3()) in setISALevelAndRevisionFromPredicates() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-ref.c | 78 blake2b_param_set_salt(blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES]) in blake2b_param_set_salt() argument 80 memcpy(P->salt, salt, BLAKE2B_SALTBYTES); in blake2b_param_set_salt() 85 blake2b_param_set_personal(blake2b_param *P, in blake2b_param_set_personal() argument 88 memcpy(P->personal, personal, BLAKE2B_PERSONALBYTES); in blake2b_param_set_personal() 107 blake2b_init_param(blake2b_state *S, const blake2b_param *P) in blake2b_init_param() argument 112 COMPILER_ASSERT(sizeof *P == 64); in blake2b_init_param() 114 p = (const uint8_t *) (P); in blake2b_init_param() 126 blake2b_param P[1]; in blake2b_init() local 131 P->digest_length = outlen; in blake2b_init() 132 P->key_length = 0; in blake2b_init() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPInstructions.td | 58 class VOP_Pseudo <string opName, string suffix, VOPProfile P, dag outs, dag ins, 69 bit IsTrue16 = P.IsTrue16; 70 bit IsInvalidSingleUseConsumer = P.IsInvalidSingleUseConsumer; 71 bit IsInvalidSingleUseProducer = P.IsInvalidSingleUseProducer; 72 VOPProfile Pfl = P; 102 class VOP3_Pseudo <string opName, VOPProfile P, list<dag> pattern = [], 104 VOP_Pseudo <opName, "_e64", P, P.Outs64, 106 P.InsVOP3OpSel, 107 !if(!and(isVOP3P, P.IsPacked), P.InsVOP3P, P.Ins64)), 111 let IsPacked = P.IsPacked; [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | BytesOutputStyle.cpp | 64 static SmallVector<StreamSpec, 2> parseStreamSpecs(LinePrinter &P) { in parseStreamSpecs() argument 70 P.formatLine("Error parsing stream spec {0}: {1}", Str, in parseStreamSpecs() 79 static void printHeader(LinePrinter &P, const Twine &S) { in printHeader() argument 80 P.NewLine(); in printHeader() 81 P.formatLine("{0,=60}", S); in printHeader() 82 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader() 86 : File(File), P(2, false, outs(), opts::Filters) {} in BytesOutputStyle() 104 P.NewLine(); in dump() 120 P.NewLine(); in dump() 125 P.NewLine(); in dump() [all …]
|
H A D | DumpOutputStyle.cpp | 66 : File(File), P(2, false, outs(), opts::Filters) { in DumpOutputStyle() 77 AutoIndent Indent(P, 4); in printStreamNotValidForObj() 78 P.formatLine("Dumping this stream is not valid for object files"); in printStreamNotValidForObj() 82 AutoIndent Indent(P, 4); in printStreamNotPresent() 83 P.formatLine("{0} stream not present", StreamName); in printStreamNotPresent() 94 P.NewLine(); in dump() 100 P.NewLine(); in dump() 106 P.NewLine(); in dump() 112 P.NewLine(); in dump() 118 P.NewLine(); in dump() [all …]
|
H A D | MinimalSymbolDumper.cpp | 391 P.formatLine("{0} | {1} [size = {2}]", in visitSymbolBegin() 394 P.Indent(); in visitSymbolBegin() 400 AutoIndent Indent(P, 7); in visitSymbolEnd() 401 P.formatBinary("bytes", Record.content(), 0); in visitSymbolEnd() 403 P.Unindent(); in visitSymbolEnd() 429 P.format(" `{0}`", Block.Name); in visitKnownRecord() 430 AutoIndent Indent(P, 7); in visitKnownRecord() 431 P.formatLine("parent = {0}, end = {1}", Block.Parent, Block.End); in visitKnownRecord() 432 P.formatLine("code size = {0}, addr = {1}", Block.CodeSize, in visitKnownRecord() 438 P.format(" `{0}`", Thunk.Name); in visitKnownRecord() [all …]
|
H A D | ExplainOutputStyle.cpp | 35 : File(File), FileOffset(FileOffset), P(2, false, outs(), opts::Filters) {} in ExplainOutputStyle() 38 P.formatLine("Explaining file offset {0} of file '{1}'.", FileOffset, in dump() 52 AutoIndent Indent(P); in explainPdbFile() 138 P.formatLine("Address {0} is not in the file (file size = {1}).", in explainPdbBlockStatus() 142 P.formatLine("Block:Offset = {2:X-}:{1:X-4}.", FileOffset, pdbBlockOffset(), in explainPdbBlockStatus() 146 P.formatLine("Address is in block {0} ({1}allocated).", pdbBlockIndex(), in explainPdbBlockStatus() 154 P.formatLine("This corresponds to offset {0} of the MSF super block, ", in explainPdbSuperBlockOffset() 157 P.printLine("which is part of the MSF file magic."); in explainPdbSuperBlockOffset() 159 P.printLine("which contains the block size of the file."); in explainPdbSuperBlockOffset() 160 P in explainPdbSuperBlockOffset() 294 printStructField(LinePrinter & P,StringRef Label,T Value) printStructField() argument 299 explainDbiHeaderOffset(LinePrinter & P,DbiStream & Dbi,uint32_t Offset) explainDbiHeaderOffset() argument 360 explainDbiModiSubstreamOffset(LinePrinter & P,DbiStream & Dbi,uint32_t Offset) explainDbiModiSubstreamOffset() argument 388 explainSubstreamOffset(LinePrinter & P,uint32_t OffsetInStream,T & Stream,const SubstreamRangeT & Substreams) explainSubstreamOffset() argument 437 explainPdbStreamHeaderOffset(LinePrinter & P,InfoStream & Info,uint32_t Offset) explainPdbStreamHeaderOffset() argument [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 52 SuppressAccessChecks(Parser &P, bool activate = true) 53 : S(P.getActions()), DiagnosticPool(nullptr) { 101 ParsingDeclRAIIObject(Parser &P, NoParent_t _) in ParsingDeclRAIIObject() argument 102 : Actions(P.getActions()), DiagnosticPool(nullptr) { in ParsingDeclRAIIObject() 107 ParsingDeclRAIIObject(Parser &P, in ParsingDeclRAIIObject() argument 109 : Actions(P.getActions()), DiagnosticPool(parentPool) { in ParsingDeclRAIIObject() 116 ParsingDeclRAIIObject(Parser &P, ParsingDeclRAIIObject *other) in ParsingDeclRAIIObject() argument 117 : Actions(P.getActions()), in ParsingDeclRAIIObject() 179 ParsingDeclSpec(Parser &P) in ParsingDeclSpec() argument 180 : DeclSpec(P.getAttrFactory()), in ParsingDeclSpec() [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | setenv.c | 88 char **P, *cp; 103 for (P = &environ[offset];; ++P) 104 if (!(*P = *(P + 1))) 111 for (P = environ; *P != NULL; P++) 113 cnt = P - environ; 114 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2)); 115 if (!P) 118 memcpy(P, environ, cnt * sizeof(char *)); 119 lastenv = environ = P; 136 char *C, **P; in setenv() local [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path_parser.h | 56 PathParser(string_view_t P, ParserState State) noexcept : Path(P), State_(State) {} in PathParser() 59 PathParser(string_view_t P, string_view_t E, unsigned char S) in PathParser() 60 : Path(P), RawEntry(E), State_(static_cast<ParserState>(S)) { in PathParser() 64 static PathParser CreateBegin(string_view_t P) noexcept { in CreateBegin() 65 PathParser PP(P, PS_BeforeBegin); in CreateBegin() 70 static PathParser CreateEnd(string_view_t P) noexcept { in CreateEnd() 71 PathParser PP(P, PS_AtEnd); in CreateEnd() 259 PosPtr consumeAllSeparators(PosPtr P, PosPtr End) const noexcept { in consumeAllSeparators() 260 if (P == nullptr || P == End || !isSeparator(*P)) in consumeAllSeparators() 262 const int Inc = P < End ? 1 : -1; in consumeAllSeparators() [all …]
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2b-ref.c | 85 static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length ) in blake2b_param_set_digest_length() argument 87 P->digest_length = digest_length; in blake2b_param_set_digest_length() 91 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout() argument 93 P->fanout = fanout; in blake2b_param_set_fanout() 97 static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth() argument 99 P->depth = depth; in blake2b_param_set_max_depth() 103 static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length ) in blake2b_param_set_leaf_length() argument 105 store32( &P->leaf_length, leaf_length ); in blake2b_param_set_leaf_length() 109 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset() argument 111 store64( &P->node_offset, node_offset ); in blake2b_param_set_node_offset() [all …]
|
H A D | blake2s-ref.c | 78 static inline int blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_length ) in blake2s_param_set_digest_length() argument 80 P->digest_length = digest_length; in blake2s_param_set_digest_length() 84 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout() argument 86 P->fanout = fanout; in blake2s_param_set_fanout() 90 static inline int blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth() argument 92 P->depth = depth; in blake2s_param_set_max_depth() 96 static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length ) in blake2s_param_set_leaf_length() argument 98 store32( &P->leaf_length, leaf_length ); in blake2s_param_set_leaf_length() 102 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset() argument 104 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp | 19 void Block::addPointer(Pointer *P) { in addPointer() argument 20 assert(P); in addPointer() 27 assert(!hasPointer(P)); in addPointer() 30 Pointers->Prev = P; in addPointer() 31 P->Next = Pointers; in addPointer() 32 P->Prev = nullptr; in addPointer() 33 Pointers = P; in addPointer() 36 void Block::removePointer(Pointer *P) { in removePointer() argument 37 assert(P); in removePointer() 44 assert(hasPointer(P)); in removePointer() [all …]
|
/freebsd/cddl/lib/libdtrace/ |
H A D | nfs.d | 45 translator conninfo_t < struct svc_req *P > { 46 ci_protocol = P->rq_xprt->xp_master->xp_netid == "tcp" ? "ipv4" : 47 P->rq_xprt->xp_master->xp_netid == "udp" ? "ipv4" : 48 P->rq_xprt->xp_master->xp_netid == "tcp6" ? "ipv6" : 49 P->rq_xprt->xp_master->xp_netid == "udp6" ? "ipv6" : 52 ci_local = (P->rq_xprt->xp_master->xp_netid == "tcp" || 53 P->rq_xprt->xp_master->xp_netid == "udp") ? 55 P->rq_xprt->xp_xpc.xpc_lcladdr.buf)->sin_addr.S_un.S_addr) : 56 (P->rq_xprt->xp_master->xp_netid == "tcp6" || 57 P->rq_xprt->xp_master->xp_netid == "udp6") ? [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | PointerLikeTypeTraits.h | 57 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; } 82 static inline const void *getAsVoidPointer(const T P) { 83 return NonConst::getAsVoidPointer(P); 85 static inline const T getFromVoidPointer(const void *P) { 86 return NonConst::getFromVoidPointer(const_cast<void *>(P)); 95 static inline const void *getAsVoidPointer(const T *P) { 96 return NonConst::getAsVoidPointer(const_cast<T *>(P)); [all …]
|
/freebsd/share/mk/ |
H A D | bsd.crunchgen.mk | 53 .for P in ${CRUNCH_PROGS_${D}} 54 CRUNCH_SRCDIR_${P}?= ${.CURDIR}/../../${D}/${P} 61 .for P in ${CRUNCH_PROGS_${D}} 62 ${OUTPUTS}: ${CRUNCH_SRCDIR_${P}}/Makefile 64 .ifndef CRUNCH_SUPPRESS_LINK_${P} 65 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/${P} 67 .for A in ${CRUNCH_ALIAS_${P}} 93 .for P in ${CRUNCH_PROGS_${D}} 94 echo progs ${P} >>${.TARGET} 95 echo special ${P} srcdir ${CRUNCH_SRCDIR_${P}} >>${.TARGET} [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 39 return A.P == Other.A.P; 60 return read<uint64_t>(P); in getFunctionAddress() 65 return read<uint64_t>(P + sizeof(uint64_t)); in getStackSize() 70 return read<uint64_t>(P + (2 * sizeof(uint64_t))); in getRecordCount() 74 FunctionAccessor(const uint8_t *P) : P(P) {} 79 return FunctionAccessor(P + FunctionAccessorSize); in next() 82 const uint8_t *P; 75 FunctionAccessor(const uint8_t * P) FunctionAccessor() argument 83 const uint8_t *P; global() variable 95 ConstantAccessor(const uint8_t * P) ConstantAccessor() argument 103 const uint8_t *P; global() variable 154 LocationAccessor(const uint8_t * P) LocationAccessor() argument 166 const uint8_t *P; global() variable 186 LiveOutAccessor(const uint8_t * P) LiveOutAccessor() argument 197 const uint8_t *P; global() variable 274 RecordAccessor(const uint8_t * P) RecordAccessor() argument 302 const uint8_t *P; global() variable 439 read(const uint8_t * P) read() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 89 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() argument 96 if (P->getAsPMDataManager()) in emitInstrCountChangedRemark() 150 R << DiagnosticInfoOptimizationBase::Argument("Pass", P->getPassName()) in emitInstrCountChangedRemark() 160 std::string PassName = P->getPassName().str(); in emitInstrCountChangedRemark() 215 OS << P->getPassName() << "'"; in print() 260 void add(Pass *P) { in add() argument 261 schedulePass(P); in add() 417 void addLowerLevelRequiredPass(Pass *P, Pass *RequiredPass) override; 480 void add(Pass *P) { in add() argument 481 schedulePass(P); in add() [all …]
|
/freebsd/usr.bin/mkimg/tests/ |
H A D | img-1x1-4096-apm.vhd.hex | 39 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 D | img-63x255-4096-apm.vhd.hex | 39 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 D | img-1x1-512-apm.vhd.hex | 39 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 D | img-63x255-512-apm.vhd.hex | 39 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 D | img-1x1-4096-apm.qcow.hex | 10 00002000 00 00 00 00 00 00 50 00 00 00 00 00 00 00 60 00 |......P.......`.| 18 00002080 00 00 00 00 00 01 50 00 00 00 00 00 00 01 60 00 |......P.......`.| 26 00002100 00 00 00 00 00 02 50 00 00 00 00 00 00 02 60 00 |......P.......`.| 34 00002180 00 00 00 00 00 03 50 00 00 00 00 00 00 03 60 00 |......P.......`.| 42 00002200 00 00 00 00 00 04 50 00 00 00 00 00 00 04 60 00 |......P.......`.| 50 00002280 00 00 00 00 00 05 50 00 00 00 00 00 00 05 60 00 |......P.......`.| 58 00002300 00 00 00 00 00 06 50 00 00 00 00 00 00 06 60 00 |......P.......`.| 66 00002380 00 00 00 00 00 07 50 00 00 00 00 00 00 07 60 00 |......P.......`.| 74 00002400 00 00 00 00 00 08 50 00 00 00 00 00 00 08 60 00 |......P.......`.| 82 00002480 00 00 00 00 00 09 50 00 00 00 00 00 00 09 60 00 |......P.......`.| [all …]
|
H A D | img-1x1-512-bsd.qcow.hex | 10 00002000 00 00 00 00 00 00 50 00 00 00 00 00 00 00 60 00 |......P.......`.| 18 00002080 00 00 00 00 00 01 50 00 00 00 00 00 00 01 60 00 |......P.......`.| 26 00002100 00 00 00 00 00 02 50 00 00 00 00 00 00 02 60 00 |......P.......`.| 34 00002180 00 00 00 00 00 03 50 00 00 00 00 00 00 03 60 00 |......P.......`.| 42 00002200 00 00 00 00 00 04 50 00 00 00 00 00 00 04 60 00 |......P.......`.| 50 00002280 00 00 00 00 00 05 50 00 00 00 00 00 00 05 60 00 |......P.......`.| 58 00002300 00 00 00 00 00 06 50 00 00 00 00 00 00 06 60 00 |......P.......`.| 66 00002380 00 00 00 00 00 07 50 00 00 00 00 00 00 07 60 00 |......P.......`.| 74 00002400 00 00 00 00 00 08 50 00 00 00 00 00 00 08 60 00 |......P.......`.| 82 00002480 00 00 00 00 00 09 50 00 00 00 00 00 00 09 60 00 |......P.......`.| [all …]
|
/freebsd/contrib/bmake/ |
H A D | setenv.c | 64 register char **P, *C; local 67 for (P = environ; *P; ++P) 68 if (!strncmp(*P, name, len)) 69 if (*(C = *P + len) == '=') { 70 *offset = P - environ; 104 register char **P; local 106 for (P = environ, cnt = 0; *P; ++P, ++cnt); 115 P = (char **)malloc((size_t)(sizeof(char *) * 117 if (!P) 119 bcopy(environ, P, cnt * sizeof(char *)); [all …]
|