Home
last modified time | relevance | path

Searched refs:driver_size (Results 1 – 23 of 23) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Fsuper.c277 if(driver_size > 0) { in H5F__update_super_ext_driver_msg()
293 drvinfo.len = driver_size; in H5F__update_super_ext_driver_msg()
947 if(driver_size > 0) { in H5F__super_read()
959 drvinfo.len = driver_size; in H5F__super_read()
1228 if(driver_size > 0) { in H5F__super_init()
1234 driver_size += H5F_DRVINFOBLOCK_HDR_SIZE; in H5F__super_init()
1250 superblock_size += driver_size; in H5F__super_init()
1295 else if(driver_size > 0) in H5F__super_init()
1343 if(driver_size > 0) { in H5F__super_init()
1356 info.len = driver_size; in H5F__super_init()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Fsuper.c286 if(driver_size > 0) { in H5F__update_super_ext_driver_msg()
302 drvinfo.len = driver_size; in H5F__update_super_ext_driver_msg()
964 if(driver_size > 0) { in H5F__super_read()
976 drvinfo.len = driver_size; in H5F__super_read()
1245 if(driver_size > 0) { in H5F__super_init()
1251 driver_size += H5F_DRVINFOBLOCK_HDR_SIZE; in H5F__super_init()
1267 superblock_size += driver_size; in H5F__super_init()
1312 else if(driver_size > 0) in H5F__super_init()
1360 if(driver_size > 0) { in H5F__super_init()
1373 info.len = driver_size; in H5F__super_init()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fsuper.c274 if(driver_size > 0) { in H5F__update_super_ext_driver_msg()
290 drvinfo.len = driver_size; in H5F__update_super_ext_driver_msg()
813 if(driver_size > 0) { in H5F__super_read()
825 drvinfo.len = driver_size; in H5F__super_read()
1057 if(driver_size > 0) { in H5F__super_init()
1063 driver_size += H5F_DRVINFOBLOCK_HDR_SIZE; in H5F__super_init()
1079 superblock_size += driver_size; in H5F__super_init()
1125 else if(driver_size > 0) in H5F__super_init()
1176 if(driver_size > 0) { in H5F__super_init()
1189 info.len = driver_size; in H5F__super_init()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fsuper.c269 if (driver_size > 0) { in H5F__update_super_ext_driver_msg()
285 drvinfo.len = driver_size; in H5F__update_super_ext_driver_msg()
969 if (driver_size > 0) { in H5F__super_read()
981 drvinfo.len = driver_size; in H5F__super_read()
1253 if (driver_size > 0) { in H5F__super_init()
1259 driver_size += H5F_DRVINFOBLOCK_HDR_SIZE; in H5F__super_init()
1275 superblock_size += driver_size; in H5F__super_init()
1321 else if (driver_size > 0) in H5F__super_init()
1372 if (driver_size > 0) { in H5F__super_init()
1385 info.len = driver_size; in H5F__super_init()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Fsuper.c338 size_t driver_size; /* Size of driver info block (bytes) */ in H5F_super_init() local
429 H5_CHECKED_ASSIGN(driver_size, size_t, H5FD_sb_size(f->shared->lf), hsize_t); in H5F_super_init()
430 if(driver_size > 0) { in H5F_super_init()
431 driver_size += H5F_DRVINFOBLOCK_HDR_SIZE; in H5F_super_init()
447 superblock_size += driver_size; in H5F_super_init()
481 else if(driver_size > 0) in H5F_super_init()
527 if(driver_size > 0) { in H5F_super_init()
532 HDassert(driver_size <= H5F_MAX_DRVINFOBLOCK_SIZE); in H5F_super_init()
539 drvinfo.len = driver_size; in H5F_super_init()
H A DH5Fsuper_cache.c618 size_t driver_size; /* Size of driver info block (bytes)*/ in H5F_sblock_flush() local
662 H5_CHECKED_ASSIGN(driver_size, size_t, H5FD_sb_size(f->shared->lf), hsize_t); in H5F_sblock_flush()
671 if(driver_size > 0 && H5F_addr_defined(sblock->driver_addr)) { in H5F_sblock_flush()
682 UINT32ENCODE(p, driver_size); in H5F_sblock_flush()
693 p += 8 + driver_size; in H5F_sblock_flush()
748 H5_CHECKED_ASSIGN(driver_size, size_t, H5FD_sb_size(f->shared->lf), hsize_t); in H5F_sblock_flush()
749 if(driver_size > 0) { in H5F_sblock_flush()
755 HDassert(driver_size <= H5F_MAX_DRVINFOBLOCK_SIZE); in H5F_sblock_flush()
766 drvinfo.len = driver_size; in H5F_sblock_flush()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fsuper.c399 size_t driver_size; /* Size of driver info block (bytes) */ in H5F_super_init() local
490 H5_ASSIGN_OVERFLOW(driver_size, H5FD_sb_size(f->shared->lf), hsize_t, size_t); in H5F_super_init()
491 if(driver_size > 0) { in H5F_super_init()
492 driver_size += H5F_DRVINFOBLOCK_HDR_SIZE; in H5F_super_init()
508 superblock_size += driver_size; in H5F_super_init()
542 else if(driver_size > 0) in H5F_super_init()
588 if(driver_size > 0) { in H5F_super_init()
593 HDassert(driver_size <= H5F_MAX_DRVINFOBLOCK_SIZE); in H5F_super_init()
600 drvinfo.len = driver_size; in H5F_super_init()
H A DH5Fsuper_cache.c614 size_t driver_size; /* Size of driver info block (bytes)*/ in H5F_sblock_flush() local
658 H5_ASSIGN_OVERFLOW(driver_size, H5FD_sb_size(f->shared->lf), hsize_t, size_t); in H5F_sblock_flush()
667 if(driver_size > 0 && H5F_addr_defined(sblock->driver_addr)) { in H5F_sblock_flush()
678 UINT32ENCODE(p, driver_size); in H5F_sblock_flush()
689 p += 8 + driver_size; in H5F_sblock_flush()
740 H5_ASSIGN_OVERFLOW(driver_size, H5FD_sb_size(f->shared->lf), hsize_t, size_t); in H5F_sblock_flush()
741 if(driver_size > 0) { in H5F_sblock_flush()
747 HDassert(driver_size <= H5F_MAX_DRVINFOBLOCK_SIZE); in H5F_sblock_flush()
758 drvinfo.len = driver_size; in H5F_sblock_flush()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/
H A Dprinting_context_win_unittest.cc110 size_t driver_size = in ShowPrintDialog() local
116 sizeof(DEVNAMES) + driver_size + printer_size + port_size; in ShowPrintDialog()
127 info_2.get()->pDriverName, driver_size); in ShowPrintDialog()
129 dev_names->wDriverOffset + driver_size / sizeof(wchar_t)); in ShowPrintDialog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/
H A Dprinting_context_win_unittest.cc111 size_t driver_size = in ShowPrintDialog() local
117 sizeof(DEVNAMES) + driver_size + printer_size + port_size; in ShowPrintDialog()
128 info_2.get()->pDriverName, driver_size); in ShowPrintDialog()
130 dev_names->wDriverOffset + driver_size / sizeof(wchar_t)); in ShowPrintDialog()
/dports/cad/freehdl/freehdl-0.0.7/kernel/
H A Dresolver_process.cc82 const int driver_size = ainfo->element_type->size; in resolver_process() local
97 void *driver_p = &driver_array.data[driver_index * driver_size]; in resolver_process()
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_linking_helpers.c1481 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1497 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1515 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1521 var_size = driver_size; in nir_assign_io_var_locations()
1581 location += driver_size; in nir_assign_io_var_locations()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_linking_helpers.c1437 unsigned var_size, driver_size; in nir_assign_io_var_locations() local
1453 var_size = driver_size = end / 4 - location; in nir_assign_io_var_locations()
1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations()
1477 var_size = driver_size; in nir_assign_io_var_locations()
1534 location += driver_size; in nir_assign_io_var_locations()
/dports/devel/py-azure-mgmt-datamigration/azure-mgmt-datamigration-9.0.0/azure/mgmt/datamigration/models/
H A D_models.py10210 self.driver_size = None
H A D_models_py3.py10808 self.driver_size = None