Home
last modified time | relevance | path

Searched refs:get_partition (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/devel/hpx/hpx-1.2.1/examples/sheneos/sheneos/
H A Dinterpolator.hpp80 return get_partition(ye, temp, rho). in interpolate_async()
90 return get_partition(ye, temp, rho). in interpolate()
101 return get_partition(ye, temp, rho). in interpolate_one_async()
111 return get_partition(ye, temp, rho). in interpolate_one()
158 partition3d const& get_partition(double ye, double temp, double rho) const;
160 partition3d const& get_partition(sheneos_coord const& c) const in get_partition() function in sheneos::interpolator
162 return get_partition(c.ye_, c.temp_, c.rho_); in get_partition()
/dports/devel/openocd/openocd-0.11.0/tcl/tools/
H A Dfirmware-recovery.tcl44 proc get_partition { name } { procedure
49 proc partition_desc { name } { lindex [get_partition $name] 0 }
50 proc partition_start { name } { lindex [get_partition $name] 1 }
51 proc partition_size { name } { lindex [get_partition $name] 2 }
/dports/devel/hpx/hpx-1.2.1/examples/interpolate1d/interpolate1d/
H A Dinterpolate1d.hpp38 return get_partition(value).interpolate_async(value); in interpolate_async()
43 return get_partition(value).interpolate(value); in interpolate()
49 partition get_partition(double value) const;
/dports/devel/hpx/hpx-1.2.1/hpx/components/containers/partitioned_vector/
H A Dpartitioned_vector_decl.hpp279 std::size_t get_partition(size_type global_index) const;
308 std::size_t get_partition(SegmentIter const& it) const in get_partition() function in hpx::partitioned_vector
519 return get_value(launch::sync, get_partition(pos), in get_value()
551 return get_value(get_partition(pos), get_local_index(pos)); in get_value()
633 size_type part_cur = get_partition(pos_vec[0]); in get_values()
645 size_type part = get_partition(*it); in get_values()
858 return set_value(launch::sync, get_partition(pos), in set_value()
897 return set_value(get_partition(pos), get_local_index(pos), in set_value()
984 size_type part_cur = get_partition(pos[0]); in set_values()
1000 size_type part = get_partition(*pos_it); in set_values()
H A Dpartitioned_vector_impl.hpp168 partitioned_vector<T, Data>::get_partition(size_type global_index) const in get_partition() function in hpx::partitioned_vector
213 std::size_t part = get_partition(global_index); in get_local_iterator()
236 std::size_t part = get_partition(global_index); in get_const_local_iterator()
256 std::size_t part = get_partition(global_index); in get_segment_iterator()
269 std::size_t part = get_partition(global_index); in get_const_segment_iterator()
H A Dpartitioned_vector_segmented_iterator.hpp146 return it_.get_partition().get_value(launch::sync, in operator T()
157 it_.get_partition().set_value(launch::sync, in operator =()
183 return it_.get_partition().get_value(launch::sync, in operator T()
325 partitioned_vector_partition<T, Data>& get_partition() in get_partition() function in hpx::local_vector_iterator
329 partitioned_vector_partition<T, Data> get_partition() const in get_partition() function in hpx::local_vector_iterator
394 : partition_(it.get_partition()), in const_local_vector_iterator()
470 partitioned_vector_partition<T, Data> const& get_partition() const in get_partition() function in hpx::const_local_vector_iterator
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/dft/
H A Dgen_grid.py278 def get_partition(mol, atom_grids_tab, function
352 gen_partition = get_partition
539 self.get_partition(mol, atom_grids_tab,
571 @lib.with_doc(get_partition.__doc__)
572 def get_partition(self, mol, atom_grids_tab=None, member in Grids
577 return get_partition(mol, atom_grids_tab, radii_adjust, atomic_radii,
580 gen_partition = get_partition
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libnvram/
H A Dnvram.c319 partition_t get_partition(unsigned int type, char *name) in get_partition() function
369 return get_partition(-1, buf); in get_partition_fs()
474 free_part=get_partition(0x7f, NULL); in new_nvram_partition()
524 free_part=get_partition(0x7f, NULL); in delete_nvram_partition()
557 free_part=get_partition(0x7f, NULL); in increase_nvram_partition_size()
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libnvram/
H A Dnvram.c319 partition_t get_partition(unsigned int type, char *name) in get_partition() function
369 return get_partition(-1, buf); in get_partition_fs()
475 free_part=get_partition(0x7f, NULL); in new_nvram_partition()
525 free_part=get_partition(0x7f, NULL); in delete_nvram_partition()
558 free_part=get_partition(0x7f, NULL); in increase_nvram_partition_size()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libnvram/
H A Dnvram.c319 partition_t get_partition(unsigned int type, char *name) in get_partition() function
369 return get_partition(-1, buf); in get_partition_fs()
474 free_part=get_partition(0x7f, NULL); in new_nvram_partition()
524 free_part=get_partition(0x7f, NULL); in delete_nvram_partition()
557 free_part=get_partition(0x7f, NULL); in increase_nvram_partition_size()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libnvram/
H A Dnvram.c319 partition_t get_partition(unsigned int type, char *name) in get_partition() function
369 return get_partition(-1, buf); in get_partition_fs()
475 free_part=get_partition(0x7f, NULL); in new_nvram_partition()
525 free_part=get_partition(0x7f, NULL); in delete_nvram_partition()
558 free_part=get_partition(0x7f, NULL); in increase_nvram_partition_size()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libnvram/
H A Dnvram.c319 partition_t get_partition(unsigned int type, char *name) in get_partition() function
369 return get_partition(-1, buf); in get_partition_fs()
475 free_part=get_partition(0x7f, NULL); in new_nvram_partition()
525 free_part=get_partition(0x7f, NULL); in delete_nvram_partition()
558 free_part=get_partition(0x7f, NULL); in increase_nvram_partition_size()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libnvram/
H A Dnvram.c319 partition_t get_partition(unsigned int type, char *name) in get_partition() function
369 return get_partition(-1, buf); in get_partition_fs()
475 free_part=get_partition(0x7f, NULL); in new_nvram_partition()
525 free_part=get_partition(0x7f, NULL); in delete_nvram_partition()
558 free_part=get_partition(0x7f, NULL); in increase_nvram_partition_size()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libnvram/
H A Dnvram.c319 partition_t get_partition(unsigned int type, char *name) in get_partition() function
369 return get_partition(-1, buf); in get_partition_fs()
475 free_part=get_partition(0x7f, NULL); in new_nvram_partition()
525 free_part=get_partition(0x7f, NULL); in delete_nvram_partition()
558 free_part=get_partition(0x7f, NULL); in increase_nvram_partition_size()
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/tests/
H A Dtest_categorical.py272 d1, d2 = b.get_partition(0), b.get_partition(1)
277 d1, d2 = b.get_partition(0), b.get_partition(1)
282 d1, d2 = b.get_partition(0), b.get_partition(1)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dtable_impl.h406 const Partition *get_partition(Object_id partition_id) const { in get_partition() function
407 return const_cast<Table_impl *>(this)->get_partition(partition_id); in get_partition()
410 Partition *get_partition(Object_id partition_id);
412 Partition *get_partition(const String_type &name);
/dports/devel/hpx/hpx-1.2.1/hpx/components/containers/unordered/
H A Dunordered_map.hpp331 std::size_t get_partition(Key const& key) const in get_partition() function in hpx::unordered_map
617 return get_value(launch::sync, get_partition(pos), pos, erase); in get_value()
651 return get_value(get_partition(pos), pos, erase); in get_value()
687 return set_value(launch::sync, get_partition(pos), pos, in set_value()
728 return set_value(get_partition(pos), pos, std::forward<T_>(val)); in set_value()
815 return erase(get_partition(key), key); in erase()
/dports/devel/py-moto/moto-2.2.16/tests/test_glue/
H A Dhelpers.py103 def get_partition(client, database_name, table_name, values): function
104 return client.get_partition(
/dports/www/trafficserver/trafficserver-9.1.1/iocore/hostdb/
H A DP_RefCountCacheSerializer.h143 this->partition_items.reserve(cache->get_partition(partition).count()); in copy_partition()
144 cache->get_partition(partition).copy(this->partition_items); in copy_partition()
219 mutex = cache->get_partition(partition).lock.get(); in pause_event()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/libopenbios/
H A Dbootinfo_load.c47 get_partition( const char *path ) in get_partition() function
155 partition = get_partition(bootpath); in bootinfo_init_program()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/libopenbios/
H A Dbootinfo_load.c47 get_partition( const char *path ) in get_partition() function
155 partition = get_partition(bootpath); in bootinfo_init_program()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/libopenbios/
H A Dbootinfo_load.c47 get_partition( const char *path ) in get_partition() function
155 partition = get_partition(bootpath); in bootinfo_init_program()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/libopenbios/
H A Dbootinfo_load.c47 get_partition( const char *path ) in get_partition() function
155 partition = get_partition(bootpath); in bootinfo_init_program()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/libopenbios/
H A Dbootinfo_load.c47 get_partition( const char *path ) in get_partition() function
155 partition = get_partition(bootpath); in bootinfo_init_program()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/libopenbios/
H A Dbootinfo_load.c47 get_partition( const char *path ) in get_partition() function
155 partition = get_partition(bootpath); in bootinfo_init_program()

123456789