Home
last modified time | relevance | path

Searched refs:block_max_size (Results 1 – 8 of 8) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dds_decompress_lz4.cc59 size_t block_max_size; member
67 block_max_size(0), in frame_info_t()
89 size_t block_max_size() const { return frame_info.block_max_size; } in block_max_size() function in LZ4_stream
171 frame_info.block_max_size = 64 * 1024; in parse_frame_header()
174 frame_info.block_max_size = 256 * 1024; in parse_frame_header()
177 frame_info.block_max_size = 1 * 1024 * 1024; in parse_frame_header()
180 frame_info.block_max_size = 4 * 1024 * 1024; in parse_frame_header()
228 } else if (block_info.data_size > frame_info.block_max_size) { in parse_block()
432 thd.to_size = decomp_file->stream.block_max_size(); in decompress_write()
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_extra_ops.py151 block_max_size = self.max_threads_dim0 * 2
164 a = np.random.random((block_max_size + 2, )).astype("float32")
168 a = np.ones((block_max_size * (block_max_size + 1) + 2,),
176 block_max_size = self.max_threads_dim0 * 2
197 a_shape[shape_axis] = block_max_size + 2
209 a_shape[shape_axis] = block_max_size * (block_max_size + 1) + 2
218 block_max_size = self.max_threads_dim0 * 2
239 a_shape[shape_axis] = block_max_size + 2
262 a_shape[shape_axis] = block_max_size * (block_max_size + 1) + 2
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dwidget.c461 block_max_size, in Widget_draw_slider() local
487 block_max_size = widget->width - 2 * block_offset; in Widget_draw_slider()
488 block_size = block_max_size * viewer_widget->width in Widget_draw_slider()
490 block_start = block_max_size * viewerw->visible_x in Widget_draw_slider()
520 block_max_size = widget->height - 2 * block_offset; in Widget_draw_slider()
523 block_start = block_max_size * viewerw->visible_y in Widget_draw_slider()
737 block_max_size, in Widget_button_slider() local
784 / block_max_size; in Widget_button_slider()
794 block_max_size = widget->width - 2 * block_offset; in Widget_button_slider()
795 block_size = block_max_size * viewer_widget->width in Widget_button_slider()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dwidget.c545 block_max_size, in Widget_draw_slider() local
570 block_max_size = widget->width - 2 * block_offset; in Widget_draw_slider()
571 block_size = block_max_size * viewer_widget->width in Widget_draw_slider()
573 block_start = block_max_size * viewerw->visible_x in Widget_draw_slider()
605 block_start = block_max_size * viewerw->visible_y in Widget_draw_slider()
809 block_max_size, in Widget_button_slider() local
847 > block_offset + block_max_size) in Widget_button_slider()
852 / block_max_size; in Widget_button_slider()
862 block_max_size = widget->width - 2 * block_offset; in Widget_button_slider()
879 > block_offset + block_max_size) in Widget_button_slider()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A Dwidget.c548 block_max_size, in Widget_draw_slider() local
573 block_max_size = widget->width - 2 * block_offset; in Widget_draw_slider()
574 block_size = block_max_size * viewer_widget->width in Widget_draw_slider()
576 block_start = block_max_size * viewerw->visible_x in Widget_draw_slider()
608 block_start = block_max_size * viewerw->visible_y in Widget_draw_slider()
818 block_max_size, in Widget_button_slider() local
856 > block_offset + block_max_size) in Widget_button_slider()
861 / block_max_size; in Widget_button_slider()
871 block_max_size = widget->width - 2 * block_offset; in Widget_button_slider()
888 > block_offset + block_max_size) in Widget_button_slider()
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/contrib/sarlacc_schem/
H A Dsarlacc_schem.c104 unsigned read_block(int fd, char *block, int block_min_size,int block_max_size) in read_block() argument
116 if (size > block_max_size) { in read_block()
118 size, block_max_size); in read_block()
/dports/cad/geda/geda-gaf-1.8.2/utils/src/
H A Dsarlacc_schem.c105 unsigned read_block(int fd, char *block, int block_min_size,int block_max_size) in read_block() argument
117 if (size > block_max_size) { in read_block()
119 size, block_max_size); in read_block()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_calc.c6189 … bed_offset, uintptr_t* marker_exclude, uint32_t marker_ct, uint32_t block_max_size, uintptr_t unf… in block_load() argument
6193 if (block_max_size > marker_ct - marker_idx) { in block_load()
6194 block_max_size = marker_ct - marker_idx; in block_load()
6196 while (markers_read < block_max_size) { in block_load()
6217 …ele_freqs(uintptr_t marker_uidx, uintptr_t* marker_exclude, uint32_t block_max_size, uintptr_t mar… in copy_set_allele_freqs() argument
6219 if (block_max_size > marker_ct - marker_idx) { in copy_set_allele_freqs()
6220 block_max_size = marker_ct - marker_idx; in copy_set_allele_freqs()
6222 while (markers_read < block_max_size) { in copy_set_allele_freqs()