Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
71 #define make_sat_signed_fract_type(P) make_fract_type (P, 0, 1) argument
72 #define make_sat_unsigned_fract_type(P) make_fract_type (P, 1, 1) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
74 #define make_unsigned_accum_type(P) make_accum_type (P, 1, 0) argument
75 #define make_sat_signed_accum_type(P) make_accum_type (P, 0, 1) argument
76 #define make_sat_unsigned_accum_type(P) make_accum_type (P, 1, 1) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
71 #define make_sat_signed_fract_type(P) make_fract_type (P, 0, 1) argument
72 #define make_sat_unsigned_fract_type(P) make_fract_type (P, 1, 1) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
74 #define make_unsigned_accum_type(P) make_accum_type (P, 1, 0) argument
75 #define make_sat_signed_accum_type(P) make_accum_type (P, 0, 1) argument
76 #define make_sat_unsigned_accum_type(P) make_accum_type (P, 1, 1) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h352 template <typename T> inline T read(const void *P, endianness E) { in read()
356 template <typename T, endianness E> inline T read(const void *P) { in read()
360 inline uint16_t read16(const void *P, endianness E) { in read16()
363 inline uint32_t read32(const void *P, endianness E) { in read32()
366 inline uint64_t read64(const void *P, endianness E) { in read64()
370 template <endianness E> inline uint16_t read16(const void *P) { in read16()
373 template <endianness E> inline uint32_t read32(const void *P) { in read32()
376 template <endianness E> inline uint64_t read64(const void *P) { in read64()
380 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le()
381 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h101 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, DeclaratorContext C) in ParsingDeclarator()
231 ParsingFieldDeclarator(Parser &P, const ParsingDeclSpec &DS) in ParsingFieldDeclarator()
271 Parser &P; variable
275 : P(p), OldVal(P.ColonIsSacred) { in P() function
293 Parser &P; variable
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dpathname.h35 # define HAS_DEVICE(P) \ argument
38 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) argument
39 # define IS_PATH_WITH_DIR(P) \ argument
41 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0) argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dpathname.h35 # define HAS_DEVICE(P) \ argument
38 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) argument
39 # define IS_PATH_WITH_DIR(P) \ argument
41 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0) argument
/netbsd-src/sys/external/bsd/common/include/linux/
H A Drcupdate.h43 #define RCU_INIT_POINTER(P, V) ((P) = (V)) argument
45 #define rcu_assign_pointer(P,V) atomic_store_release(&(P), (V)) argument
46 #define rcu_dereference(P) atomic_load_consume(&(P)) argument
47 #define rcu_access_pointer(P) atomic_load_relaxed(&(P)) argument
51 #define rcu_dereference_protected(P, C) ({ \ argument
66 #define rcu_pointer_handoff(P) (P) argument
116 #define kfree_rcu(P, F) \ argument
/netbsd-src/tests/net/bpf/
H A Dt_mbuf.c80 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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2b_prov.c65 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()
H A Dblake2s_prov.c61 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h57 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()
/netbsd-src/tests/net/bpfjit/
H A Dt_mbuf.c81 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 …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
H A Dsetjmp.S41 #define REG_ONE(R, P) sd R, P(a0) argument
42 #define FREG_ONE(R, P) fsd R, P(a0) argument
58 #define REG_ONE(R, P) ld R, P(a0) argument
59 #define FREG_ONE(R, P) fld R, P(a0) argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp45 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in rangeQuery() local
64 for_each(Pts, [this, &G](size_t P) { in areAllNeighbours()
79 Pts, [this, &Centroid, AnalysisClusteringEpsilonHalvedSquared](size_t P) { in areAllNeighbours()
101 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in validateAndSetup() local
131 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in clusterizeDbScan() local
179 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in clusterizeDbScan() local
191 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in clusterizeNaive() local
216 for_each(PointsOfOpcode, [this, &CurrentCluster](size_t P) { in clusterizeNaive()
291 [this, &Key](size_t P) { in stabilize()
298 [this, &UnstableCluster](size_t P) { in stabilize()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/mips/
H A Ddt_isadep.c40 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe()
49 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe()
59 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe()
69 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
/netbsd-src/sys/lib/libkern/
H A Dentpool.c104 stir(struct entpool *P) in stir()
131 entpool_enter(struct entpool *P, const void *buf, size_t len) in entpool_enter()
178 entpool_enter_nostir(struct entpool *P, const void *buf, size_t len) in entpool_enter_nostir()
215 entpool_stir(struct entpool *P) in entpool_stir()
236 entpool_extract(struct entpool *P, secret void *buf, size_t len) in entpool_extract()
402 #define KAT_BEGIN(P, n) memset(P, 0, sizeof(*(P))) argument
404 #define KAT_END(P, n) do \ argument
415 struct entpool pool, *P = &pool; in entpool_selftest() local
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/riscv/
H A Ddt_isadep.c47 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()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/aarch64/
H A Ddt_isadep.c49 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe()
69 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe()
80 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe()
104 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h61 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h75 FunctionAccessor(const uint8_t *P) : P(P) {} in FunctionAccessor()
83 const uint8_t *P; variable
95 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor()
103 const uint8_t *P; variable
154 LocationAccessor(const uint8_t *P) : P(P) {} in LocationAccessor()
166 const uint8_t *P; variable
186 LiveOutAccessor(const uint8_t *P) : P(P) {} in LiveOutAccessor()
197 const uint8_t *P; variable
274 RecordAccessor(const uint8_t *P) : P(P) {} in RecordAccessor()
302 const uint8_t *P; variable
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.cpp21 void Block::addPointer(Pointer *P) { in addPointer()
31 void Block::removePointer(Pointer *P) { in removePointer()
75 for (Pointer *P = Blk->Pointers; P; P = P->Next) in DeadBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp93 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark()
264 void add(Pass *P) { in add()
486 void add(Pass *P) { in add()
566 PMTopLevelManager::setLastUser(ArrayRef<Pass*> AnalysisPasses, Pass *P) { in setLastUser()
619 Pass *P) { in collectLastUses()
628 AnalysisUsage *PMTopLevelManager::findAnalysisUsage(Pass *P) { in findAnalysisUsage()
664 void PMTopLevelManager::schedulePass(Pass *P) { in schedulePass()
775 if (Pass *P = ImmutablePassMap.lookup(AID)) in findAnalysisPass() local
780 if (Pass *P = PassManager->findAnalysisPass(AID, false)) in findAnalysisPass() local
785 if (Pass *P = IndirectPassManager->findAnalysisPass(AID, false)) in findAnalysisPass() local
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/powerpc/
H A Ddt_isadep.c42 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DMutations.cpp41 auto *P = Anchor->getParent(); in addAfter() local
59 auto *P = Old->getParent(); in replace() local
71 auto *P = N->getParent(); in remove() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp49 for (const PairType &P : Items) in dump() local
73 auto P = ModeSelects.emplace(std::make_pair(R, HwModeSelect(R, *this))); in CodeGenHwModes() local
103 for (const auto &P : ModeIds) in dump() local
108 for (const auto &P : ModeSelects) { in dump() local

12345678910>>...46