Home
last modified time | relevance | path

Searched refs:volume_size (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/sysutils/exfat-utils/exfat-1.3.0/mkfs/
H A Dmain.c54 off_t volume_size; member
73 return param.volume_size; in get_volume_size()
108 if (volume_size / cluster_size > EXFAT_LAST_DATA_CLUSTER) in setup_spc_bits()
113 exfat_humanize_bytes(volume_size, &vhb); in setup_spc_bits()
118 1 << setup_spc_bits(sector_bits, -1, volume_size)); in setup_spc_bits()
124 if (volume_size < 256ull * 1024 * 1024) in setup_spc_bits()
126 if (volume_size < 32ull * 1024 * 1024 * 1024) in setup_spc_bits()
130 if (DIV_ROUND_UP(volume_size, 1 << i) <= EXFAT_LAST_DATA_CLUSTER) in setup_spc_bits()
163 param.volume_size = exfat_get_size(dev); in setup()
165 param.spc_bits = setup_spc_bits(sector_bits, spc_bits, param.volume_size); in setup()
[all …]
H A Dmkexfat.c30 static int check_size(off_t volume_size) in check_size() argument
41 if (position > volume_size) in check_size()
45 exfat_humanize_bytes(volume_size, &vhb); in check_size()
127 int mkfs(struct exfat_dev* dev, off_t volume_size) in mkfs() argument
129 if (check_size(volume_size) != 0) in mkfs()
/dports/sysutils/fusefs-exfat/exfat-1.3.0/mkfs/
H A Dmain.c54 off_t volume_size;
73 return param.volume_size;
108 if (volume_size / cluster_size > EXFAT_LAST_DATA_CLUSTER)
113 exfat_humanize_bytes(volume_size, &vhb);
118 1 << setup_spc_bits(sector_bits, -1, volume_size));
124 if (volume_size < 256ull * 1024 * 1024)
126 if (volume_size < 32ull * 1024 * 1024 * 1024)
130 if (DIV_ROUND_UP(volume_size, 1 << i) <= EXFAT_LAST_DATA_CLUSTER)
163 param.volume_size = exfat_get_size(dev);
165 param.spc_bits = setup_spc_bits(sector_bits, spc_bits, param.volume_size);
[all …]
H A Dmkexfat.c30 static int check_size(off_t volume_size) in check_size() argument
41 if (position > volume_size) in check_size()
45 exfat_humanize_bytes(volume_size, &vhb); in check_size()
127 int mkfs(struct exfat_dev* dev, off_t volume_size) in mkfs() argument
129 if (check_size(volume_size) != 0) in mkfs()
/dports/net-mgmt/ocsinventory-agent/UnixAgent-2.8.1/lib/Ocsinventory/Agent/Backend/OS/AIX/
H A DLVM.pm29 my $volume_size;
62 $volume_size = $1;
67 if ($volume_size){
68 $total = $total_pps * $volume_size;
69 $free = $free_pps * $volume_size;
92 $volume_size = $1;
101 $total = $lps * $volume_size;
130 $volume_size = $1;
138 TOTAL => $volume_size,
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/include/pcl/gpu/kinfu_large_scale/
H A Dcyclical_buffer.h76 buffer_.volume_size.x = cube_size;
77 buffer_.volume_size.y = cube_size;
78 buffer_.volume_size.z = cube_size;
97 buffer_.volume_size.x = volume_size_x; in CyclicalBuffer()
99 buffer_.volume_size.z = volume_size_z; in CyclicalBuffer()
156 buffer_.volume_size.x = size_x; in setVolumeSize()
157 buffer_.volume_size.y = size_y; in setVolumeSize()
158 buffer_.volume_size.z = size_z; in setVolumeSize()
166 buffer_.volume_size.x = size; in setVolumeSize()
167 buffer_.volume_size.y = size; in setVolumeSize()
[all …]
H A Dtsdf_buffer.h66 float3 volume_size; //3.0 member
77 volume_size.x = 3.f; volume_size.y = 3.f; volume_size.z = 3.f; in tsdf_buffer()
H A Dtsdf_volume.h76 Eigen::Vector3f volume_size; member
81 volume_size (0,0,0), in Header()
88 volume_size (size), in Header()
100 …(resolution = " << h.resolution.transpose() << ", volume size = " << h.volume_size.transpose() << …
235 setHeader (const Eigen::Vector3i& resolution, const Eigen::Vector3f& volume_size) { in setHeader() argument
236 header_ = Header (resolution, volume_size); in setHeader()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/flows/
H A Dtest_manage_snapshot_flow.py41 volume_size=fake_size)
63 volume_size = 1
66 volume_size=volume_size)
88 volume_size = 1
91 volume_size=volume_size)
118 volume_size=1)
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/tools/
H A Dtsdf_volume.h72 Eigen::Vector3f volume_size; member
77 volume_size (0,0,0), in Header()
84 volume_size (size), in Header()
95 …os << "(resolution = " << h.resolution.transpose() << ", volume size = " << h.volume_size.transpos…
153 setHeader (const Eigen::Vector3i &resolution, const Eigen::Vector3f &volume_size) { in setHeader() argument
154 header_ = Header (resolution, volume_size); in setHeader()
161 …resize (Eigen::Vector3i &grid_resolution, const Eigen::Vector3f& volume_size = Eigen::Vector3f (DE…
165 setHeader (grid_resolution, volume_size);
192 volumeSize () const { return header_.volume_size; }; in volumeSize()
198 return header_.volume_size.array() / res; in voxelSize()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/fusionstorage/
H A Ddsware.py164 volume_size = volume.size
168 volume_size *= 1024
176 volume_id, volume_size, snapshot_name)
185 volume_size = volume.size
187 if volume_size < int(snapshot.volume_size):
191 volume_size *= 1024
203 volume_size = volume.size
206 volume_size *= 1024
208 volume_name, volume_size, src_volume_name)
216 "volume_size": volume_size,
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/
H A Dcyclical_buffer.cpp60 center_cube.x = buffer_.origin_metric.x + buffer_.volume_size.x/2.0f; in checkForShift()
61 center_cube.y = buffer_.origin_metric.y + buffer_.volume_size.y/2.0f; in checkForShift()
62 center_cube.z = buffer_.origin_metric.z + buffer_.volume_size.z/2.0f; in checkForShift()
173 new_cube_origin_meters.x = target_point.x - buffer_.volume_size.x/2.0f; in computeAndSetNewCubeMetricOrigin()
174 new_cube_origin_meters.y = target_point.y - buffer_.volume_size.y/2.0f; in computeAndSetNewCubeMetricOrigin()
175 new_cube_origin_meters.z = target_point.z - buffer_.volume_size.z/2.0f; in computeAndSetNewCubeMetricOrigin()
180 …eters.x - buffer_.origin_metric.x) * ( buffer_.voxels_size.x / (float) (buffer_.volume_size.x) ) ); in computeAndSetNewCubeMetricOrigin()
181 …eters.y - buffer_.origin_metric.y) * ( buffer_.voxels_size.y / (float) (buffer_.volume_size.y) ) ); in computeAndSetNewCubeMetricOrigin()
182 …eters.z - buffer_.origin_metric.z) * ( buffer_.voxels_size.z / (float) (buffer_.volume_size.z) ) ); in computeAndSetNewCubeMetricOrigin()
H A Dinternal.h214 …egrateTsdfVolume (const PtrStepSz<ushort>& depth_raw, const Intr& intr, const float3& volume_size,
230 … integrateTsdfVolume (const PtrStepSz<ushort>& depth, const Intr& intr, const float3& volume_size,
262 …const PtrStepSz<uchar3>& colors, const float3& volume_size, PtrStep<uchar4> color_volume, int max_…
278 … Intr& intr, const Mat33& Rcurr, const float3& tcurr, float tranc_dist, const float3& volume_size,
343 … extractCloud (const PtrStep<short2>& volume, const float3& volume_size, PtrSz<PointType> output);
357 …extractSliceAsCloud (const PtrStep<short2>& volume, const float3& volume_size, const pcl::gpu::kin…
367 …extractNormals (const PtrStep<short2>& volume, const float3& volume_size, const PtrSz<PointType>& …
376 …exctractColors(const PtrStep<uchar4>& color_volume, const float3& volume_size, const PtrSz<PointTy…
453 …rt2>& volume, const DeviceArray2D<int>& occupied_voxels, const float3& volume_size, DeviceArray<Po…
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/tools/
H A Dprocess_kinfu_large_scale_output.cpp96 float volume_size = pcl::device::kinfuLS::VOLUME_SIZE; in main() local
97 pcl::console::parse_argument (argc, argv, "--volume_size", volume_size); in main()
98 pcl::console::parse_argument (argc, argv, "-vs", volume_size); in main()
100 PCL_WARN ("Processing world with volume size set to %.2f meters\n", volume_size); in main()
102 …e::kinfuLS::VOLUME_X, pcl::device::kinfuLS::VOLUME_Y, pcl::device::kinfuLS::VOLUME_Z, volume_size); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/
H A Dinternal.h236 …egrateTsdfVolume (const PtrStepSz<ushort>& depth_raw, const Intr& intr, const float3& volume_size,
251 …egrateTsdfVolume (const PtrStepSz<ushort>& depth_raw, const Intr& intr, const float3& volume_size,
274 …const PtrStepSz<uchar3>& colors, const float3& volume_size, PtrStep<uchar4> color_volume, int max_…
289 … Intr& intr, const Mat33& Rcurr, const float3& tcurr, float tranc_dist, const float3& volume_size,
343 … extractCloud (const PtrStep<short2>& volume, const float3& volume_size, PtrSz<PointType> output);
353 …extractNormals (const PtrStep<short2>& volume, const float3& volume_size, const PtrSz<PointType>& …
362 …exctractColors(const PtrStep<uchar4>& color_volume, const float3& volume_size, const PtrSz<PointTy…
439 …rt2>& volume, const DeviceArray2D<int>& occupied_voxels, const float3& volume_size, DeviceArray<Po…
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/cuda/
H A Dray_caster.cu75 float3 volume_size; member
217 float time_start_volume = getMinTime (volume_size, ray_start, ray_dir); in operator ()()
218 float time_exit_volume = getMaxTime (volume_size, ray_start, ray_dir); in operator ()()
234 const float max_time = 3 * (volume_size.x + volume_size.y + volume_size.z); in operator ()()
325 float tranc_dist, const float3& volume_size, in raycast() argument
335 rc.volume_size = volume_size; in raycast()
337 rc.cell_size.x = volume_size.x / buffer->voxels_size.x; in raycast()
338 rc.cell_size.y = volume_size.y / buffer->voxels_size.y; in raycast()
339 rc.cell_size.z = volume_size.z / buffer->voxels_size.z; in raycast()
H A Dcolors.cu218 …const MapArr& vmap, const PtrStepSz<uchar3>& colors, const float3& volume_size, PtrStep<uchar4> co… in updateColorVolume() argument
231 cvi.cell_size.x = volume_size.x / VOLUME_X; in updateColorVolume()
232 cvi.cell_size.y = volume_size.y / VOLUME_Y; in updateColorVolume()
233 cvi.cell_size.z = volume_size.z / VOLUME_Z; in updateColorVolume()
272 …exctractColors (const PtrStep<uchar4>& color_volume, const float3& volume_size, const PtrSz<PointT… in exctractColors() argument
275 …float3 cell_size = make_float3 (volume_size.x / VOLUME_X, volume_size.y / VOLUME_Y, volume_size.z … in exctractColors()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/cuda/
H A Dray_caster.cu71 float3 volume_size; member
180 float time_start_volume = getMinTime (volume_size, ray_start, ray_dir); in operator ()()
181 float time_exit_volume = getMaxTime (volume_size, ray_start, ray_dir); in operator ()()
197 const float max_time = 3 * (volume_size.x + volume_size.y + volume_size.z); in operator ()()
291 float tranc_dist, const float3& volume_size, in raycast() argument
301 rc.volume_size = volume_size; in raycast()
303 rc.cell_size.x = volume_size.x / VOLUME_X; in raycast()
304 rc.cell_size.y = volume_size.y / VOLUME_Y; in raycast()
305 rc.cell_size.z = volume_size.z / VOLUME_Z; in raycast()
H A Dcolors.cu212 …const MapArr& vmap, const PtrStepSz<uchar3>& colors, const float3& volume_size, PtrStep<uchar4> co… in updateColorVolume() argument
225 cvi.cell_size.x = volume_size.x / VOLUME_X; in updateColorVolume()
226 cvi.cell_size.y = volume_size.y / VOLUME_Y; in updateColorVolume()
227 cvi.cell_size.z = volume_size.z / VOLUME_Z; in updateColorVolume()
262 pcl::device::exctractColors (const PtrStep<uchar4>& color_volume, const float3& volume_size, const … in exctractColors() argument
265 …float3 cell_size = make_float3 (volume_size.x / VOLUME_X, volume_size.y / VOLUME_Y, volume_size.z … in exctractColors()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-archive.h129 guint volume_size);
167 guint volume_size);
179 guint volume_size);
188 guint volume_size);
197 guint volume_size);
206 guint volume_size);
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/
H A Darchiver.h71 …r, const char* password, bool encrypt_header, FrCompression compression, unsigned int volume_size);
74 …r, const char* password, bool encrypt_header, FrCompression compression, unsigned int volume_size);
77 …r, const char* password, bool encrypt_header, FrCompression compression, unsigned int volume_size);
80 …r, const char* password, bool encrypt_header, FrCompression compression, unsigned int volume_size);
89 …e, const char *password, bool encrypt_header, FrCompression compression, unsigned int volume_size);
91 …e, const char *password, bool encrypt_header, FrCompression compression, unsigned int volume_size);
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/restoration/
H A Dunwrap_3d_ljmu.c237 int vs = volume_size; in extend_mask()
467 int volume_size = volume_width * volume_height * volume_depth; in calculate_reliability() local
704 wrap(*WVP - *(WVP + volume_size - frame_size)); in calculate_reliability()
751 wrap(*WVP - *(WVP - volume_size + frame_size)); in calculate_reliability()
899 int volume_size = volume_width * volume_height * volume_depth; in normalEDGEs() local
902 int next_voxel = volume_size - frame_size; in normalEDGEs()
1052 for (i = 0; i < volume_size; i++) { in unwrapVolume()
1073 for (i = 0; i < volume_size; i++) { in maskVolume()
1085 for (i = 0; i < volume_size; i++) { in maskVolume()
1105 for (i = 0; i < volume_size; i++) { in returnVolume()
[all …]
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-archive.h87 guint volume_size; member
276 guint volume_size,
318 guint volume_size,
333 guint volume_size,
343 guint volume_size,
391 guint volume_size,
407 guint volume_size,
462 guint volume_size,
477 guint volume_size,
487 guint volume_size,
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-archive.h132 guint volume_size);
170 guint volume_size);
182 guint volume_size);
191 guint volume_size);
200 guint volume_size);
209 guint volume_size);
/dports/graphics/volpack/volpack-1.0b3/examples/
H A Dmakevolume.c39 unsigned volume_size;/* size of volume */ in main() local
60 volume_size = BRAIN_XLEN * BRAIN_YLEN * BRAIN_ZLEN * BYTES_PER_VOXEL; in main()
61 volume = malloc(volume_size); in main()
66 vpSetRawVoxels(vpc, volume, volume_size, BYTES_PER_VOXEL, in main()

12345678910>>...20