Home
last modified time | relevance | path

Searched refs:get_address (Results 251 – 275 of 1870) sorted by relevance

1...<<11121314151617181920>>...75

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dbatch.rs756 let prim_cache_address = gpu_cache.get_address( in emit_placeholder()
1953 (gpu_cache.get_address(&prim_data.gpu_cache_handle), None) in add_prim_to_batch()
2076 (gpu_cache.get_address(&prim_common_data.gpu_cache_handle), None) in add_prim_to_batch()
2193 (gpu_cache.get_address(&common_data.gpu_cache_handle), None) in add_prim_to_batch()
2846 specific_prim_address: gpu_cache.get_address(&tile.handle), in add_gradient_tiles()
2891 gpu_cache.get_address(&cache_item.uv_rect_handle), in get_image_tile_params()
2988 address: gpu_cache.get_address(&cache_handle), in resolve_image()
3249 gpu_cache.get_address(&clip_node.gpu_cache_handle); in add()
3292 gpu_cache.get_address(&clip_node.gpu_cache_handle); in add()
3317 gpu_cache.get_address(&clip_node.gpu_cache_handle); in add()
[all …]
/dports/devel/srecord/srecord-1.64/srecord/input/filter/
H A Drandom_fill.cc82 record.get_address(), in read()
83 record.get_address() + record.get_length() in read()
H A Dfill.cc86 result.get_address(), in read()
87 result.get_address() + result.get_length() in read()
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/cli/
H A Dripple.py40 def get_address(client: "TrezorClient", address: str, show_display: bool) -> str: function
43 return ripple.get_address(client, address_n, show_display)
H A Dbinance.py42 def get_address(client: "TrezorClient", address: str, show_display: bool) -> str: function
45 return binance.get_address(client, address_n, show_display)
H A Dnem.py42 def get_address( function
47 return nem.get_address(client, address_n, network, show_display)
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.ada/
H A Dformatted_ref.exp45 proc get_address { var } { procedure
100 set s1_address [get_address "s1"]
/dports/security/py-exscript/exscript-2.6/Exscript/protocols/
H A D__init__.py88 filename = host.get_address()
111 conn.connect(host.get_address(), host.get_tcp_port())
/dports/chinese/librime/librime-1.7.3/src/rime/dict/
H A Dmapped_file.cc64 void* get_address() const { in get_address() function in rime::MappedFileImpl
65 return region_->get_address(); in get_address()
200 return reinterpret_cast<char*>(file_->get_address()); in address()
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/List/
H A DUsers.pm166 if Sympa::get_address($list) eq $email;
180 if Sympa::get_address($list, 'editor') eq $email;
196 map { Sympa::get_address($list, $_) }
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py3lite/test/
H A Dserver.py95 coro = self.get_address(loop)
98 async def get_address(self, loop: asyncio.AbstractEventLoop) -> SocketAddress: member in ServicesTests
101 addy = await server.get_address()
/dports/devel/boost-docs/boost_1_72_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/devel/hyperscan/boost_1_75_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp230 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
262 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
268 return ptr >= this->get_address() && in belongs_to_segment()
269 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
275 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/devel/R-cran-BH/BH/inst/include/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp227 void * get_address () const in get_address() function in boost::interprocess::detail::basic_managed_memory_impl
259 reinterpret_cast<const char*>(this->get_address()); in get_handle_from_address()
265 return ptr >= this->get_address() && in belongs_to_segment()
266 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
272 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp230 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
262 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
268 return ptr >= this->get_address() && in belongs_to_segment()
269 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
275 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp230 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
262 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
268 return ptr >= this->get_address() && in belongs_to_segment()
269 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
275 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/databases/xtrabackup/boost_1_59_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/databases/percona57-server/boost_1_59_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/databases/percona57-client/boost_1_59_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/devel/boost-libs/boost_1_72_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/devel/boost-python-libs/boost_1_72_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/interprocess/detail/
H A Dmanaged_memory_impl.hpp229 void * get_address () const in get_address() function in boost::interprocess::ipcdetail::basic_managed_memory_impl
261 reinterpret_cast<const char*>(this->get_address())); in get_handle_from_address()
267 return ptr >= this->get_address() && in belongs_to_segment()
268 ptr < (reinterpret_cast<const char*>(this->get_address()) + this->get_size()); in belongs_to_segment()
274 { return reinterpret_cast<char*>(this->get_address()) + offset; } in get_address_from_handle()

1...<<11121314151617181920>>...75