Home
last modified time | relevance | path

Searched refs:get_base (Results 151 – 175 of 974) sorted by relevance

12345678910>>...39

/dports/devel/boost-docs/boost_1_72_0/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/sysutils/zbackup/zbackup-1.4.4/
H A Dsptr.hh94 T * get_base( void ) const in get_base() function in sptr_base
114 { return sptr_base< T > :: get_base(); } in get()
149 { return sptr_base< T > :: get_base(); } in get()
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dsptr.hh88 T * get_base( void ) const in get_base() function in sptr_base
108 { return sptr_base< T > :: get_base(); } in get()
143 { return sptr_base< T > :: get_base(); } in get()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py36 def get_base(self): member in EfiFileSection
213 def get_base(self): member in FirmwareFile
241 section_base = self.get_base() + 0x18;
245 section_base = int(section.get_base() + section.get_size())
251 if section_base < self.get_base() + self.get_size():
293 ffs_base = int(ffs.get_base() + ffs.get_size())
313 … self.DebugInfos.append((section.get_base(), section.get_size(), section.get_type()))
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/databases/percona57-server/boost_1_59_0/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/databases/xtrabackup/boost_1_59_0/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/databases/percona57-client/boost_1_59_0/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/fusion/container/map/detail/
H A Dmap_impl.hpp81 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
93 : rest_type(rhs.get_base()), element(rhs.element) in map_impl()
116 rest_type& get_base() in get_base() function
122 rest_type const& get_base() const in get_base() function
/dports/emulators/mess/mame-mame0226/src/devices/bus/ti99/peb/
H A Dmyarcmem.cpp55 int myarc_memory_expansion_device::get_base(int offset) in get_base() function in bus::ti99::peb::myarc_memory_expansion_device
77 int base = get_base(offset); in readz()
106 int base = get_base(offset); in write()
/dports/emulators/mame/mame-mame0226/src/devices/bus/ti99/peb/
H A Dmyarcmem.cpp55 int myarc_memory_expansion_device::get_base(int offset) in get_base() function in bus::ti99::peb::myarc_memory_expansion_device
77 int base = get_base(offset); in readz()
106 int base = get_base(offset); in write()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dsegment_serde.rs44 base: self.get_base().to_raw_value(), in serialize()
198 segment.get_base(), in test_deserialize_segment()
260 assert_eq!(fmt_seg.get_base(), ClockTime::from_nseconds(123)); in test_deserialize_formatted()
292 assert_eq!(segment_de.get_base(), segment.get_base()); in test_serde_roundtrip()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dmodule.py251 def get_base(self): member in Module
286 base = self.get_base()
352 modName = "0x%x" % self.get_base()
374 if base is not None and base == self.get_base():
463 BaseOfDll = self.get_base()
655 offset = address - self.get_base()
692 base = self.get_base()
790 address = self.get_base()
1617 address = modobj.get_base()
1632 address = modobj.get_base()
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dmodule.py251 def get_base(self): member in Module
286 base = self.get_base()
352 modName = "0x%x" % self.get_base()
374 if base is not None and base == self.get_base():
463 BaseOfDll = self.get_base()
655 offset = address - self.get_base()
692 base = self.get_base()
790 address = self.get_base()
1617 address = modobj.get_base()
1632 address = modobj.get_base()
[all …]
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/
H A Dmodule.py251 def get_base(self): member in Module
286 base = self.get_base()
352 modName = "0x%x" % self.get_base()
374 if base is not None and base == self.get_base():
463 BaseOfDll = self.get_base()
655 offset = address - self.get_base()
692 base = self.get_base()
790 address = self.get_base()
1617 address = modobj.get_base()
1632 address = modobj.get_base()
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dmodule.py251 def get_base(self): member in Module
286 base = self.get_base()
352 modName = "0x%x" % self.get_base()
374 if base is not None and base == self.get_base():
463 BaseOfDll = self.get_base()
655 offset = address - self.get_base()
692 base = self.get_base()
790 address = self.get_base()
1617 address = modobj.get_base()
1632 address = modobj.get_base()
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/lib/SOAP/WSDL/Generator/Template/XSD/complexType/
H A Dextension.tt25 base_name = base_type.expand( base_type.get_base );
43 IF (base_type.get_base);
44 base_name=base_type.expand( base_type.get_base );
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dsegment_serde.rs44 base: self.get_base().to_raw_value(), in serialize()
198 segment.get_base(), in test_deserialize_segment()
260 assert_eq!(fmt_seg.get_base(), ClockTime::from_nseconds(123)); in test_deserialize_formatted()
294 assert_eq!(segment_de.get_base(), segment.get_base()); in test_serde_roundtrip()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dsegment_serde.rs44 base: self.get_base().to_raw_value(), in serialize()
198 segment.get_base(), in test_deserialize_segment()
260 assert_eq!(fmt_seg.get_base(), ClockTime::from_nseconds(123)); in test_deserialize_formatted()
294 assert_eq!(segment_de.get_base(), segment.get_base()); in test_serde_roundtrip()
/dports/net/py-python-designateclient/python-designateclient-4.4.0/designateclient/tests/
H A Dbase.py75 def get_base(self, base_url=None): member in APITestCase
81 base_url = self.get_base(base_url)
100 session=session, endpoint_override=self.get_base())
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/linear_algebra/include/LiDIA/matrix/
H A Dsparse_fp_matrix_algorithms.cc56 w = A.get_base(i) * w; in operator *()
69 w = A.get_base(i) * w; in operator *()
102 math_vector< T > v((B.get_base(l)).rows, (B.get_base(l)).rows); in multiply_special()
104 for (i = 0; i < (B.get_base(l)).rows; i++) { in multiply_special()
105 itmp = (B.get_base(l)).index[i]; in multiply_special()
106 vtmp = (B.get_base(l)).value[i]; in multiply_special()
109 for (lidia_size_t j = 0; j < (B.get_base(l)).value_counter[i]; j++) { in multiply_special()
356 if (A.get_base(0).rows % 2 == 1) in det()
457 lidia_size_t n = A.get_base(0).rows;
765 lidia_size_t n = A.get_base(0).columns; in wiedemann()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/fusion/container/deque/detail/
H A Dkeyed_element.hpp54 : Rest(rhs.get_base()), value_(rhs.value_) in keyed_element()
57 Rest const get_base() const in get_base() function

12345678910>>...39