/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 398 template <typename T, endianness E> [[nodiscard]] inline T read(const void *P) { in read() 402 [[nodiscard]] inline uint16_t read16(const void *P, endianness E) { in read16() 405 [[nodiscard]] inline uint32_t read32(const void *P, endianness E) { in read32() 408 [[nodiscard]] inline uint64_t read64(const void *P, endianness E) { in read64() 412 template <endianness E> [[nodiscard]] inline uint16_t read16(const void *P) { in read16() 415 template <endianness E> [[nodiscard]] inline uint32_t read32(const void *P) { in read32() 418 template <endianness E> [[nodiscard]] inline uint64_t read64(const void *P) { in read64() 422 [[nodiscard]] inline uint16_t read16le(const void *P) { in read16le() 425 [[nodiscard]] inline uint32_t read32le(const void *P) { in read32le() 428 [[nodiscard]] inline uint64_t read64le(const void *P) { in read64le() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SDPatternMatch.h | 54 Pattern &&P) { in sd_context_match() 60 Pattern &&P) { in sd_context_match() 65 [[nodiscard]] bool sd_match(SDNode *N, const SelectionDAG *DAG, Pattern &&P) { in sd_match() 70 [[nodiscard]] bool sd_match(SDValue N, const SelectionDAG *DAG, Pattern &&P) { in sd_match() 75 [[nodiscard]] bool sd_match(SDNode *N, Pattern &&P) { in sd_match() 80 [[nodiscard]] bool sd_match(SDValue N, Pattern &&P) { in sd_match() 140 Pattern P; member 154 inline NUses_match<1, Pattern> m_OneUse(const Pattern &P) { in m_OneUse() 158 inline NUses_match<N, Pattern> m_NUses(const Pattern &P) { in m_NUses() 183 Pattern P; member [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 101 ParsingDeclRAIIObject(Parser &P, NoParent_t _) in ParsingDeclRAIIObject() 107 ParsingDeclRAIIObject(Parser &P, in ParsingDeclRAIIObject() 116 ParsingDeclRAIIObject(Parser &P, ParsingDeclRAIIObject *other) in ParsingDeclRAIIObject() 179 ParsingDeclSpec(Parser &P) in ParsingDeclSpec() 182 ParsingDeclSpec(Parser &P, ParsingDeclRAIIObject *RAII) in ParsingDeclSpec() 204 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, in ParsingDeclarator() 233 ParsingFieldDeclarator(Parser &P, const ParsingDeclSpec &DS, in ParsingFieldDeclarator() 274 Parser &P; variable 278 : P(p), OldVal(P.ColonIsSacred) { in P() function 296 Parser &P; variable [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() 91 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t 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() 103 static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t 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() 115 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth() 121 static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length ) in blake2b_param_set_inner_length() 127 static inline int blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES] ) in blake2b_param_set_salt() 133 static inline int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERS… in blake2b_param_set_personal() 169 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() [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() 84 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t 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() 96 static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t 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() 108 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth() 114 static inline int blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_length ) in blake2s_param_set_inner_length() 120 static inline int blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTBYTES] ) in blake2s_param_set_salt() 126 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERS… in blake2s_param_set_personal() 162 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param() [all …]
|
H A D | blake2b.c | 127 static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length ) in blake2b_param_set_digest_length() 133 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout() 139 static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth() 145 static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length ) in blake2b_param_set_leaf_length() 151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset() 157 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth() 163 static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length ) in blake2b_param_set_inner_length() 169 static inline int blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES] ) in blake2b_param_set_salt() 175 static inline int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERS… in blake2b_param_set_personal() 213 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() [all …]
|
H A D | blake2s.c | 115 static inline int blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_length ) in blake2s_param_set_digest_length() 121 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout() 127 static inline int blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth() 133 static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length ) in blake2s_param_set_leaf_length() 139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset() 145 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth() 151 static inline int blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_length ) in blake2s_param_set_inner_length() 157 static inline int blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTBYTES] ) in blake2s_param_set_salt() 163 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERS… in blake2s_param_set_personal() 200 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param() [all …]
|
/freebsd/contrib/netbsd-tests/net/bpf/ |
H A D | t_mbuf.c | 80 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_abs() local 110 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_abs() local 132 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_abs() local 173 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_ind() local 202 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_ind() local 236 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_ind() local 275 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_msh() local 293 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_abs_overflow() local 310 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_abs_overflow() local 327 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_abs_overflow() local [all …]
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | blake2s_prov.c | 61 static void blake2s_init_param(BLAKE2S_CTX *S, const BLAKE2S_PARAM *P) in blake2s_init_param() 78 void ossl_blake2s_param_init(BLAKE2S_PARAM *P) in ossl_blake2s_param_init() 92 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen) in ossl_blake2s_param_set_digest_length() 97 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen) in ossl_blake2s_param_set_key_length() 102 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal, in ossl_blake2s_param_set_personal() 109 void ossl_blake2s_param_set_salt(BLAKE2S_PARAM *P, const uint8_t *salt, in ossl_blake2s_param_set_salt() 119 int ossl_blake2s_init(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P) in ossl_blake2s_init() 129 int ossl_blake2s_init_key(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P, in ossl_blake2s_init_key()
|
H A D | blake2b_prov.c | 65 static void blake2b_init_param(BLAKE2B_CTX *S, const BLAKE2B_PARAM *P) in blake2b_init_param() 83 void ossl_blake2b_param_init(BLAKE2B_PARAM *P) in ossl_blake2b_param_init() 98 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length() 103 void ossl_blake2b_param_set_key_length(BLAKE2B_PARAM *P, uint8_t keylen) in ossl_blake2b_param_set_key_length() 108 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal, in ossl_blake2b_param_set_personal() 115 void ossl_blake2b_param_set_salt(BLAKE2B_PARAM *P, const uint8_t *salt, in ossl_blake2b_param_set_salt() 126 int ossl_blake2b_init(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P) in ossl_blake2b_init() 136 int ossl_blake2b_init_key(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P, in ossl_blake2b_init_key()
|
/freebsd/contrib/netbsd-tests/net/bpfjit/ |
H A D | t_mbuf.c | 81 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_abs() local 112 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_abs() local 135 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_abs() local 177 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_ind() local 207 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_ind() local 242 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_ind() local 282 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_msh() local 301 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_abs_overflow() local 319 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_abs_overflow() local 337 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_abs_overflow() local [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LegacyPassNameParser.h | 57 virtual bool ignorablePassImpl(const PassInfo *P) const { return false; } in ignorablePassImpl() 59 inline bool ignorablePass(const PassInfo *P) const { in ignorablePass() 68 void passRegistered(const PassInfo *P) override { in passRegistered() 77 void passEnumerate(const PassInfo *P) override { passRegistered(P); } in passEnumerate()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | PluginLoader.cpp | 29 static Plugins P; in getPlugins() local 36 auto &P = getPlugins(); in operator =() local 48 auto &P = getPlugins(); in getNumPlugins() local 54 auto &P = getPlugins(); in getPlugin() local
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/riscv/ |
H A D | dt_isadep.c | 47 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe() 67 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe() 78 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe() 102 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/aarch64/ |
H A D | dt_isadep.c | 47 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe() 67 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe() 78 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe() 102 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 61 static unsigned getHashValue(PoolEntry *P) { in getHashValue() 65 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() 75 static bool isEqual(const ValueKeyT &C, PoolEntry *P) { in isEqual() 92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() 101 auto P = std::make_shared<PoolEntry>(*this, std::move(ValueKey)); in getValue() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 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...] |
H A D | FaultMapParser.h | 40 const uint8_t *P; variable 43 template <typename T> static T read(const uint8_t *P, const uint8_t *E) { in read() argument 67 const uint8_t *P; variable 74 explicit FunctionFaultInfoAccessor(const uint8_t *P, const uint8_t *E) in FunctionFaultInfoAccessor() argument 104 const uint8_t *P = nullptr; global() variable 110 FunctionInfoAccessor(const uint8_t * P,const uint8_t * E) FunctionInfoAccessor() argument [all...] |
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | InfoByHwMode.cpp | 33 for (const HwModeSelect::PairType &P : MS.Items) { in ValueTypeByHwMode() local 90 for (const auto &P : Map) in writeToStream() local 96 for (const PairType *P : Pairs) in writeToStream() local 141 for (const HwModeSelect::PairType &P : MS.Items) { in RegSizeInfoByHwMode() local 175 for (const auto &P : Map) in writeToStream() local 181 for (const PairType *P : Pairs) in writeToStream() local 193 for (const HwModeSelect::PairType &P : MS.Items) { in SubRegRangeByHwMode() local 203 for (const HwModeSelect::PairType &P : MS.Items) { in EncodingInfoByHwMode() local
|
H A D | CodeGenHwModes.cpp | 62 for (const PairType &P : Items) in dump() local 80 auto P = ModeSelects.emplace(std::pair(R, HwModeSelect(R, *this))); in CodeGenHwModes() local 110 for (const auto &P : ModeIds) in dump() local 115 for (const auto &P : ModeSelects) { in dump() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 89 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() 260 void add(Pass *P) { in add() 480 void add(Pass *P) { in add() 565 PMTopLevelManager::setLastUser(ArrayRef<Pass*> AnalysisPasses, Pass *P) { in setLastUser() 618 Pass *P) { in collectLastUses() 627 AnalysisUsage *PMTopLevelManager::findAnalysisUsage(Pass *P) { in findAnalysisUsage() 663 void PMTopLevelManager::schedulePass(Pass *P) { in schedulePass() 774 if (Pass *P = ImmutablePassMap.lookup(AID)) in findAnalysisPass() local 779 if (Pass *P = PassManager->findAnalysisPass(AID, false)) in findAnalysisPass() local 784 if (Pass *P = IndirectPassManager->findAnalysisPass(AID, false)) in findAnalysisPass() local [all …]
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/powerpc/ |
H A D | dt_isadep.c | 42 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe() 61 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe() 137 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe() 160 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
|
/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() 85 blake2b_param_set_personal(blake2b_param *P, in blake2b_param_set_personal() 107 blake2b_init_param(blake2b_state *S, const blake2b_param *P) in blake2b_init_param() 126 blake2b_param P[1]; in blake2b_init() local 149 blake2b_param P[1]; in blake2b_init_salt_personal() local 180 blake2b_param P[1]; in blake2b_init_key() local 218 blake2b_param P[1]; in blake2b_init_key_salt_personal() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp | 19 void Block::addPointer(Pointer *P) { in addPointer() 36 void Block::removePointer(Pointer *P) { in removePointer() 107 for (Pointer *P = Blk->Pointers; P; P = P->Next) in DeadBlock() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 40 auto *P = Anchor->getParent(); in addAfter() local 58 auto *P = Old->getParent(); in replace() local 70 auto *P = N->getParent(); in remove() local
|