Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 4035) sorted by relevance

12345678910>>...162

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcontrol.h44 # define PROTO_CLASS(prot) ((prot)[0]) argument
45 # define PROTO_NARGS(prot) ((prot)[1]) argument
46 # define PROTO_VARGS(prot) ((prot)[2]) argument
47 # define PROTO_HSIZE(prot) ((prot)[3]) argument
48 # define PROTO_LSIZE(prot) ((prot)[4]) argument
49 # define PROTO_SIZE(prot) ((PROTO_HSIZE(prot) << 8) | PROTO_LSIZE(prot)) argument
50 # define PROTO_FTYPE(prot) ((prot)[5]) argument
51 # define PROTO_ARGS(prot) ((prot) + \ argument
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dkprotocolinfo.cpp240 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(_protocol); in isFilterProtocol() local
251 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(_protocol); in icon() local
266 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(_protocol); in config() local
276 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(_protocol); in maxSlaves() local
286 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(_protocol); in maxSlavesPerHost() local
296 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(_protocol); in determineMimetypeFromExtension() local
306 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(protocol); in exec() local
325 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(_protocol); in defaultMimetype() local
374 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(protocol); in archiveMimetypes() local
415 KProtocolInfoPrivate *prot = KProtocolInfoFactory::self()->findProtocol(protocol); in isHelperProtocol() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Ddebug_vm_pgtable.c63 pgprot_t prot = protection_map[idx]; in pte_basic_tests() local
92 pgprot_t prot) in pte_advanced_tests()
148 pgprot_t prot = protection_map[idx]; in pmd_basic_tests() local
186 pgprot_t prot, pgtable_t pgtable) in pmd_advanced_tests()
283 pgprot_t prot = protection_map[idx]; in pud_basic_tests() local
324 pgprot_t prot) in pud_advanced_tests()
411 pgprot_t prot) in pud_advanced_tests()
425 pgprot_t prot, pgtable_t pgtable) in pmd_advanced_tests()
431 pgprot_t prot) in pud_advanced_tests()
589 pgprot_t prot) in pte_clear_tests()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Ddebug_vm_pgtable.c63 pgprot_t prot = protection_map[idx]; in pte_basic_tests() local
92 pgprot_t prot) in pte_advanced_tests()
148 pgprot_t prot = protection_map[idx]; in pmd_basic_tests() local
186 pgprot_t prot, pgtable_t pgtable) in pmd_advanced_tests()
283 pgprot_t prot = protection_map[idx]; in pud_basic_tests() local
324 pgprot_t prot) in pud_advanced_tests()
411 pgprot_t prot) in pud_advanced_tests()
425 pgprot_t prot, pgtable_t pgtable) in pmd_advanced_tests()
431 pgprot_t prot) in pud_advanced_tests()
589 pgprot_t prot) in pte_clear_tests()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Ddebug_vm_pgtable.c63 pgprot_t prot = protection_map[idx]; in pte_basic_tests() local
92 pgprot_t prot) in pte_advanced_tests()
148 pgprot_t prot = protection_map[idx]; in pmd_basic_tests() local
186 pgprot_t prot, pgtable_t pgtable) in pmd_advanced_tests()
283 pgprot_t prot = protection_map[idx]; in pud_basic_tests() local
324 pgprot_t prot) in pud_advanced_tests()
411 pgprot_t prot) in pud_advanced_tests()
425 pgprot_t prot, pgtable_t pgtable) in pmd_advanced_tests()
431 pgprot_t prot) in pud_advanced_tests()
589 pgprot_t prot) in pte_clear_tests()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/
H A DSerializationSwitch.h28 uint32_t deserializeRequestBody(Protocol* prot, Args* args) { in deserializeRequestBody()
35 uint32_t serializeResponseBody(Protocol* prot, const Args* args) { in serializeResponseBody()
40 uint32_t serializedResponseBodySizeZC(Protocol* prot, const Args* args) { in serializedResponseBodySizeZC()
45 uint32_t deserializeExceptionBody(Protocol* prot, Args* args) { in deserializeExceptionBody()
50 uint32_t serializeExceptionBody(Protocol* prot, const Args* args) { in serializeExceptionBody()
55 uint32_t serializedExceptionBodySizeZC(Protocol* prot, const Args* args) { in serializedExceptionBodySizeZC()
/dports/math/eprover/eprover-E-2.0/PCL2/
H A Dpcl_protocol.c126 PCLStep_p PCLProtExtractStep(PCLProt_p prot, PCLStep_p step) in PCLProtExtractStep()
155 bool PCLProtDeleteStep(PCLProt_p prot, PCLStep_p step) in PCLProtDeleteStep()
184 PCLStep_p PCLProtFindStep(PCLProt_p prot, PCLId_p id) in PCLProtFindStep()
214 void PCLProtSerialize(PCLProt_p prot) in PCLProtSerialize()
248 long PCLProtParse(Scanner_p in, PCLProt_p prot) in PCLProtParse()
304 void PCLProtPrintExtra(FILE* out, PCLProt_p prot, bool data, in PCLProtPrintExtra()
334 bool PCLStepHasFOFParent(PCLProt_p prot, PCLStep_p step) in PCLStepHasFOFParent()
374 long PCLProtStripFOF(PCLProt_p prot) in PCLProtStripFOF()
528 bool PCLProtMarkProofClauses(PCLProt_p prot) in PCLProtMarkProofClauses()
705 void PCLProtPrintPropClauses(FILE* out, PCLProt_p prot, in PCLProtPrintPropClauses()
[all …]
H A Dpcl_miniprotocol.c125 bool PCLMiniProtInsertStep(PCLMiniProt_p prot, PCLMiniStep_p step) in PCLMiniProtInsertStep()
155 PCLMiniStep_p PCLMiniProtFindStep(PCLMiniProt_p prot, unsigned long id) in PCLMiniProtFindStep()
177 PCLMiniStep_p PCLMiniProtExtractStep(PCLMiniProt_p prot, PCLMiniStep_p in PCLMiniProtExtractStep()
209 bool PCLMiniProtDeleteStep(PCLMiniProt_p prot, PCLMiniStep_p step) in PCLMiniProtDeleteStep()
240 long PCLMiniProtParse(Scanner_p in, PCLMiniProt_p prot) in PCLMiniProtParse()
294 void PCLMiniProtPrint(FILE* out, PCLMiniProt_p prot, in PCLMiniProtPrint()
325 void PCLMiniExprCollectPreconds(PCLMiniProt_p prot, PCLExpr_p expr, PTree_p *tree) in PCLMiniExprCollectPreconds()
373 bool PCLMiniProtMarkProofClauses(PCLMiniProt_p prot, bool fast) in PCLMiniProtMarkProofClauses()
449 void PCLMiniProtSetClauseProp(PCLMiniProt_p prot, PCLStepProperties props) in PCLMiniProtSetClauseProp()
476 void PCLMiniProtDelClauseProp(PCLMiniProt_p prot, PCLStepProperties props) in PCLMiniProtDelClauseProp()
[all …]
H A Dpcl_lemmas.c129 void PCLExprUpdateRefs(PCLProt_p prot, PCLExpr_p expr) in PCLExprUpdateRefs()
221 void PCLStepUpdateRefs(PCLProt_p prot, PCLStep_p step) in PCLStepUpdateRefs()
246 void PCLProtUpdateRefs(PCLProt_p prot) in PCLProtUpdateRefs()
328 long PCLExprProofSize(PCLProt_p prot, PCLExpr_p expr, InferenceWeight_p iw, in PCLExprProofSize()
379 long PCLStepProofSize(PCLProt_p prot, PCLStep_p step, InferenceWeight_p iw, in PCLStepProofSize()
414 void PCLProtComputeProofSize(PCLProt_p prot, InferenceWeight_p iw, in PCLProtComputeProofSize()
444 float PCLStepComputeLemmaWeight(PCLProt_p prot, PCLStep_p step, in PCLStepComputeLemmaWeight()
505 PCLStep_p PCLProtComputeLemmaWeights(PCLProt_p prot, LemmaParam_p params) in PCLProtComputeLemmaWeights()
544 long PCLProtSeqFindLemmas(PCLProt_p prot, LemmaParam_p params, in PCLProtSeqFindLemmas()
589 long PCLProtRecFindLemmas(PCLProt_p prot, LemmaParam_p params, in PCLProtRecFindLemmas()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/test/
H A DBenchmark.cpp78 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
93 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
107 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
121 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf2); in main() local
134 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
147 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
173 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
186 TBinaryProtocolT<TMemoryBuffer> prot(buf2); in main() local
198 TBinaryProtocolT<TMemoryBuffer, TNetworkLittleEndian> prot(buf); in main() local
221 TBinaryProtocolT<TMemoryBuffer> prot(buf); in main() local
[all …]
/dports/security/openct/openct-0.6.20/src/ifd/
H A Dproto-trans.c15 static int trans_init(ifd_protocol_t * prot) in trans_init()
29 static void trans_release(ifd_protocol_t * prot) in trans_release()
37 static int trans_set_param(ifd_protocol_t * prot, int type, long value) in trans_set_param()
43 static int trans_get_param(ifd_protocol_t * prot, int type, long *result) in trans_get_param()
52 static int trans_transceive(ifd_protocol_t * prot, int dad, const void *sbuf, in trans_transceive()
H A Dproto-escape.c21 static int escape_init(ifd_protocol_t * prot) in escape_init()
32 static void escape_release(ifd_protocol_t * prot) in escape_release()
37 static int escape_set_param(ifd_protocol_t * prot, int type, long value) in escape_set_param()
43 static int escape_get_param(ifd_protocol_t * prot, int type, long *result) in escape_get_param()
50 escape_transceive(ifd_protocol_t * prot, int dad, in escape_transceive()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol()
45 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload()
52 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol()
65 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol()
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload()
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol()
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload()
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol()
45 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload()
52 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol()
65 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol()
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload()
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload()

12345678910>>...162