Home
last modified time | relevance | path

Searched refs:capSet (Results 1 – 15 of 15) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DextSpef.cpp739 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in addCouplingCaps()
799 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writePorts()
813 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writeInternalCaps()
833 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writeCapPortsAndIterms()
865 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writeCapPorts()
881 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writeITerms()
898 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writeCapITerms()
914 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writeNodeCaps()
1022 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writeCouplingCapsNoSort()
1047 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in writeCouplingCaps()
[all …]
H A DextSpefIn.cpp2096 dbSet<dbCapNode> capSet = net->getCapNodes(); in addNetNodeHash() local
2098 for (cap_itr = capSet.begin(); cap_itr != capSet.end(); ++cap_itr) { in addNetNodeHash()
/dports/net/cjdns/cjdns-cjdns-v21.1/util/
H A DSetuid_linux.c41 static inline int capSet(cap_user_header_t hdr, cap_user_data_t data) in capSet() function
67 if (capSet(hdr, data)) { in Er_DEFUN()
92 if (capSet(hdr, data)) { in Er_DEFUN()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A DextSpef.h567 uint writeCouplingCaps(odb::dbSet<odb::dbCCSeg>& capSet, uint netId);
568 uint writeCouplingCapsNoSort(odb::dbSet<odb::dbCCSeg>& capSet, uint netId);
582 void addCouplingCaps(odb::dbSet<odb::dbCCSeg>& capSet, double* totCap);
583 uint writeCapPortsAndIterms(odb::dbSet<odb::dbCapNode>& capSet, bool bterms);
585 uint writeInternalCaps(odb::dbNet* net, odb::dbSet<odb::dbCapNode>& capSet);
/dports/net/freerdp/freerdp-2.5.0/channels/cliprdr/server/
H A Dcliprdr_main.c477 CLIPRDR_CAPABILITY_SET* capSet; in cliprdr_server_receive_capabilities() local
510 capSet = &(capabilities.capabilitySets[index]); in cliprdr_server_receive_capabilities()
512 capSet->capabilitySetType = capabilitySetType; in cliprdr_server_receive_capabilities()
513 capSet->capabilitySetLength = capabilitySetLength; in cliprdr_server_receive_capabilities()
515 switch (capSet->capabilitySetType) in cliprdr_server_receive_capabilities()
519 context, s, (CLIPRDR_GENERAL_CAPABILITY_SET*)capSet); in cliprdr_server_receive_capabilities()
532 capSet->capabilitySetType); in cliprdr_server_receive_capabilities()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/mysqlxtest_src/
H A Dmysqlx_protocol.cc483 Mysqlx::Connection::CapabilitiesSet capSet; in setup_capability() local
484 Mysqlx::Connection::Capability *cap = capSet.mutable_capabilities()->add_capabilities(); in setup_capability()
491 send(capSet); in setup_capability()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/mysqlxtest_src/
H A Dmysqlx_protocol.cc483 Mysqlx::Connection::CapabilitiesSet capSet; in setup_capability() local
484 Mysqlx::Connection::Capability *cap = capSet.mutable_capabilities()->add_capabilities(); in setup_capability()
491 send(capSet); in setup_capability()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/mysqlxtest_src/
H A Dmysqlx_protocol.cc483 Mysqlx::Connection::CapabilitiesSet capSet; in setup_capability() local
484 Mysqlx::Connection::Capability *cap = capSet.mutable_capabilities()->add_capabilities(); in setup_capability()
491 send(capSet); in setup_capability()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/mysqlxtest_src/
H A Dmysqlx_protocol.cc483 Mysqlx::Connection::CapabilitiesSet capSet; in setup_capability() local
484 Mysqlx::Connection::Capability *cap = capSet.mutable_capabilities()->add_capabilities(); in setup_capability()
491 send(capSet); in setup_capability()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/mysqlxtest_src/
H A Dmysqlx_protocol.cc483 Mysqlx::Connection::CapabilitiesSet capSet; in setup_capability() local
484 Mysqlx::Connection::Capability *cap = capSet.mutable_capabilities()->add_capabilities(); in setup_capability()
491 send(capSet); in setup_capability()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/mysqlxtest_src/
H A Dmysqlx_protocol.cc483 Mysqlx::Connection::CapabilitiesSet capSet; in setup_capability() local
484 Mysqlx::Connection::Capability *cap = capSet.mutable_capabilities()->add_capabilities(); in setup_capability()
491 send(capSet); in setup_capability()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Drpc-twoparty-test.c++657 CapabilityServerSet<test::TestStreaming> capSet; variable
661 auto serverCap = capSet.add(kj::mv(ownServer));
685 auto unwrapPromise = capSet.getLocalServer(clientCap);
H A Drpc-test.c++939 capnp::CapabilityServerSet<test::TestCallOrder> capSet; in TEST() local
944 auto cap = capSet.add(kj::heap<TestCallOrderImpl>()); in TEST()
954 auto unwrap = capSet.getLocalServer(pipeline) in TEST()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Drpc-twoparty-test.c++729 CapabilityServerSet<test::TestStreaming> capSet; variable
733 auto serverCap = capSet.add(kj::mv(ownServer));
757 auto unwrapPromise = capSet.getLocalServer(clientCap);
H A Drpc-test.c++1064 capnp::CapabilityServerSet<test::TestCallOrder> capSet; in TEST() local
1069 auto cap = capSet.add(kj::heap<TestCallOrderImpl>()); in TEST()
1079 auto unwrap = capSet.getLocalServer(pipeline) in TEST()