Home
last modified time | relevance | path

Searched defs:pi (Results 26 – 50 of 8850) sorted by relevance

12345678910>>...354

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/smart_ptr/test/
H A Dallocate_shared_test.cpp58 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>() ); in main() local
65 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>(), 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
87 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
126 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
139 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
152 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
165 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dmake_shared_test.cpp58 boost::shared_ptr< int > pi = boost::make_shared< int >(); in main() local
65 boost::shared_ptr< int > pi = boost::make_shared< int >( 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::make_shared< X >(); in main() local
87 boost::shared_ptr< X > pi = boost::make_shared< X >( 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3 ); in main() local
126 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
139 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
152 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
165 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
[all …]
H A Dallocate_shared_alloc11_test.cpp86 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>() ); in main() local
93 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>(), 5 ); in main() local
102 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main() local
115 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main() local
128 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main() local
141 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main() local
167 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
180 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
193 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/smart_ptr/test/
H A Dallocate_shared_test.cpp58 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>() ); in main() local
65 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>(), 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
87 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
126 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
139 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
152 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
165 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dmake_shared_test.cpp58 boost::shared_ptr< int > pi = boost::make_shared< int >(); in main() local
65 boost::shared_ptr< int > pi = boost::make_shared< int >( 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::make_shared< X >(); in main() local
87 boost::shared_ptr< X > pi = boost::make_shared< X >( 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3 ); in main() local
126 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
139 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
152 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
165 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
[all …]
H A Dallocate_shared_alloc11_test.cpp86 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>() ); in main() local
93 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>(), 5 ); in main() local
102 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main() local
115 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main() local
128 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main() local
141 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main() local
167 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
180 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
193 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/smart_ptr/test/
H A Dallocate_shared_test.cpp58 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>() ); in main() local
65 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>(), 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
87 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
126 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
139 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
152 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
165 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dmake_shared_test.cpp58 boost::shared_ptr< int > pi = boost::make_shared< int >(); in main() local
65 boost::shared_ptr< int > pi = boost::make_shared< int >( 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::make_shared< X >(); in main() local
87 boost::shared_ptr< X > pi = boost::make_shared< X >( 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3 ); in main() local
126 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
139 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
152 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
165 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
[all …]
H A Dallocate_shared_alloc11_test.cpp86 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>() ); in main() local
93 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>(), 5 ); in main() local
102 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main() local
115 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main() local
128 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main() local
141 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main() local
167 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
180 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
193 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/smart_ptr/test/
H A Dallocate_shared_test.cpp58 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>() ); in main() local
65 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>(), 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
87 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
126 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
139 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
152 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
165 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dmake_shared_test.cpp58 boost::shared_ptr< int > pi = boost::make_shared< int >(); in main() local
65 boost::shared_ptr< int > pi = boost::make_shared< int >( 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::make_shared< X >(); in main() local
87 boost::shared_ptr< X > pi = boost::make_shared< X >( 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3 ); in main() local
126 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
139 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
152 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
165 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
[all …]
H A Dallocate_shared_alloc11_test.cpp86 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>() ); in main() local
93 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>(), 5 ); in main() local
102 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main() local
115 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main() local
128 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main() local
141 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main() local
167 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
180 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
193 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/smart_ptr/test/
H A Dmake_shared_test.cpp58 boost::shared_ptr< int > pi = boost::make_shared< int >(); in main() local
65 boost::shared_ptr< int > pi = boost::make_shared< int >( 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::make_shared< X >(); in main() local
87 boost::shared_ptr< X > pi = boost::make_shared< X >( 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3 ); in main() local
126 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
139 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
152 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
165 boost::shared_ptr< X > pi = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
[all …]
H A Dallocate_shared_test.cpp58 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>() ); in main() local
65 boost::shared_ptr< int > pi = boost::allocate_shared< int >( std::allocator<int>(), 5 ); in main() local
74 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
87 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
100 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
113 boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
126 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
139 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
152 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
165 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dallocate_shared_alloc11_test.cpp86 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>() ); in main() local
93 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>(), 5 ); in main() local
102 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main() local
115 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main() local
128 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main() local
141 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main() local
167 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
180 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
193 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
[all …]
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/src/
H A Dspeedy_poll.c28 void speedy_poll_init(PollInfo *pi, int maxfd) { in speedy_poll_init()
35 void speedy_poll_free(PollInfo *pi) { in speedy_poll_free()
40 void speedy_poll_reset(PollInfo *pi) { in speedy_poll_reset()
45 void speedy_poll_set(PollInfo *pi, int fd, int flags) { in speedy_poll_set()
59 static int poll_wait(PollInfo *pi, int msecs) { in poll_wait()
63 int speedy_poll_isset(const PollInfo *pi, int fd, int flag) { in speedy_poll_isset()
74 void speedy_poll_init(PollInfo *pi, int maxfd) { in speedy_poll_init()
79 void speedy_poll_reset(PollInfo *pi) { in speedy_poll_reset()
84 void speedy_poll_set(PollInfo *pi, int fd, int flags) { in speedy_poll_set()
93 static int poll_wait(PollInfo *pi, int msecs) { in poll_wait()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dpeer_info.cpp14 std::int64_t get_last_active(peer_info const& pi) in get_last_active()
19 std::int64_t get_last_request(peer_info const& pi) in get_last_request()
24 std::int64_t get_download_queue_time(peer_info const& pi) in get_download_queue_time()
29 tuple get_local_endpoint(peer_info const& pi) in get_local_endpoint()
34 tuple get_ip(peer_info const& pi) in get_ip()
39 list get_pieces(peer_info const& pi) in get_pieces()
51 bytes get_peer_info_client(peer_info const& pi) in get_peer_info_client()
59 scope pi = class_<peer_info>("peer_info") in bind_peer_info() local
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dpeer_info.cpp14 std::int64_t get_last_active(peer_info const& pi) in get_last_active()
19 std::int64_t get_last_request(peer_info const& pi) in get_last_request()
24 std::int64_t get_download_queue_time(peer_info const& pi) in get_download_queue_time()
29 tuple get_local_endpoint(peer_info const& pi) in get_local_endpoint()
34 tuple get_ip(peer_info const& pi) in get_ip()
39 list get_pieces(peer_info const& pi) in get_pieces()
51 bytes get_peer_info_client(peer_info const& pi) in get_peer_info_client()
59 scope pi = class_<peer_info>("peer_info") in bind_peer_info() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c26 #define VALID_RADIO(pi, radioid) ( \ argument
147 u16 read_radio_reg(struct brcms_phy *pi, u16 addr) in read_radio_reg()
208 static u32 read_radio_id(struct brcms_phy *pi) in read_radio_id()
271 u16 read_phy_reg(struct brcms_phy *pi, u16 addr) in read_phy_reg()
303 void or_phy_reg(struct brcms_phy *pi, u16 addr, u16 val) in or_phy_reg()
318 static void wlc_set_phy_uninitted(struct brcms_phy *pi) in wlc_set_phy_uninitted()
408 static u32 wlc_phy_get_radio_ver(struct brcms_phy *pi) in wlc_phy_get_radio_ver()
421 struct brcms_phy *pi; in wlc_phy_attach() local
948 wlc_phy_init_radio_regs(struct brcms_phy *pi, in wlc_phy_init_radio_regs()
1974 void wlc_phy_txpower_ipa_upd(struct brcms_phy *pi) in wlc_phy_txpower_ipa_upd()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c26 #define VALID_RADIO(pi, radioid) ( \ argument
147 u16 read_radio_reg(struct brcms_phy *pi, u16 addr) in read_radio_reg()
208 static u32 read_radio_id(struct brcms_phy *pi) in read_radio_id()
271 u16 read_phy_reg(struct brcms_phy *pi, u16 addr) in read_phy_reg()
303 void or_phy_reg(struct brcms_phy *pi, u16 addr, u16 val) in or_phy_reg()
318 static void wlc_set_phy_uninitted(struct brcms_phy *pi) in wlc_set_phy_uninitted()
408 static u32 wlc_phy_get_radio_ver(struct brcms_phy *pi) in wlc_phy_get_radio_ver()
421 struct brcms_phy *pi; in wlc_phy_attach() local
948 wlc_phy_init_radio_regs(struct brcms_phy *pi, in wlc_phy_init_radio_regs()
1974 void wlc_phy_txpower_ipa_upd(struct brcms_phy *pi) in wlc_phy_txpower_ipa_upd()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c26 #define VALID_RADIO(pi, radioid) ( \ argument
147 u16 read_radio_reg(struct brcms_phy *pi, u16 addr) in read_radio_reg()
208 static u32 read_radio_id(struct brcms_phy *pi) in read_radio_id()
271 u16 read_phy_reg(struct brcms_phy *pi, u16 addr) in read_phy_reg()
303 void or_phy_reg(struct brcms_phy *pi, u16 addr, u16 val) in or_phy_reg()
318 static void wlc_set_phy_uninitted(struct brcms_phy *pi) in wlc_set_phy_uninitted()
408 static u32 wlc_phy_get_radio_ver(struct brcms_phy *pi) in wlc_phy_get_radio_ver()
421 struct brcms_phy *pi; in wlc_phy_attach() local
948 wlc_phy_init_radio_regs(struct brcms_phy *pi, in wlc_phy_init_radio_regs()
1974 void wlc_phy_txpower_ipa_upd(struct brcms_phy *pi) in wlc_phy_txpower_ipa_upd()
[all …]
/dports/devel/avra/avra-1.4.2/src/
H A Davra.c90 struct prog_info *pi; in main() local
197 assemble(struct prog_info *pi) in assemble()
264 load_arg_defines(struct prog_info *pi) in load_arg_defines()
308 rewind_segments(struct prog_info *pi) in rewind_segments()
394 free_pi(struct prog_info *pi) in free_pi()
718 ifdef_blacklist(struct prog_info *pi) in ifdef_blacklist()
784 free_defs(struct prog_info *pi) in free_defs()
798 free_labels(struct prog_info *pi) in free_labels()
812 free_constants(struct prog_info *pi) in free_constants()
852 free_variables(struct prog_info *pi) in free_variables()
[all …]
/dports/graphics/azpainter/azpainter-2.1.7/src/other/
H A DUndo.c68 UndoItem *pi; in _create_handle() local
343 UndoItem *pi; in _add_item() local
501 UndoItem *pi = _add_item(UNDO_TYPE_TILES_IMAGE); in Undo_addTilesImage() local
527 UndoItem *pi = _add_item(UNDO_TYPE_LAYER_NEW); in Undo_addLayerNew() local
543 UndoItem *pi = _add_item(UNDO_TYPE_LAYER_COPY); in Undo_addLayerCopy() local
553 UndoItem *pi = _add_item(UNDO_TYPE_LAYER_DELETE); in Undo_addLayerDelete() local
568 UndoItem *pi = _add_item(UNDO_TYPE_LAYER_CLEARIMG); in Undo_addLayerClearImage() local
583 UndoItem *pi = _add_item(UNDO_TYPE_LAYER_COLORTYPE); in Undo_addLayerSetColorType() local
658 UndoItem *pi = _add_item(UNDO_TYPE_LAYER_FLAGS); in Undo_addLayerFlags() local
673 UndoItem *pi = _add_item(UNDO_TYPE_LAYER_FULL_EDIT); in Undo_addLayerFullEdit() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/test/
H A Dallocate_shared_alloc11_test.cpp86 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>() ); in main() local
93 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>(), 5 ); in main() local
102 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main() local
115 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main() local
128 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main() local
141 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main() local
167 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
180 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
193 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dallocate_shared_alloc11_test.cpp86 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>() ); in main() local
93 boost::shared_ptr< int > pi = boost::allocate_shared< int >( cxx11_allocator<int>(), 5 ); in main() local
102 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>() ); in main() local
115 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1 ); in main() local
128 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2 ); in main() local
141 boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4 ); in main() local
167 … boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
180 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
193 …boost::shared_ptr< X > pi = boost::allocate_shared< X >( cxx11_allocator<void>(), 1, 2, 3, 4, 5, 6… in main() local
[all …]

12345678910>>...354