Home
last modified time | relevance | path

Searched refs:tot_space (Results 1 – 25 of 78) sorted by relevance

1234

/dports/print/a2ps/a2ps-4.13/tests/tstfiles/
H A Dsqlspace.pkb4 CURSOR tot_space IS cursor
23 IF NOT tot_space%ISOPEN
25 OPEN tot_space;
27 FETCH tot_space INTO
30 IF tot_space%FOUND
45 CLOSE tot_space;
H A Dspace.pls4 CURSOR tot_space IS cursor
23 IF NOT tot_space%ISOPEN
25 OPEN tot_space;
27 FETCH tot_space INTO
30 IF tot_space%FOUND
45 CLOSE tot_space;
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/lib/
H A Dhash.h39 int tot_space; /* total space occupied in all blocks */ member
102 int tot_space; /* total space occupied in all blocks */ member
165 int tot_space; /* total space occupied in all blocks */ member
228 int tot_space; /* total space occupied in all blocks */ member
H A Dhash.c82 htptr->block_space = htptr->tot_space = len; in hash_init()
89 htptr->block_space = htptr->tot_space = 0; in hash_init()
141 htptr->block_space = htptr->tot_space = len; in short_hash_init()
151 htptr->block_space = htptr->tot_space = 0; in short_hash_init()
202 htptr->block_space = htptr->tot_space = len; in char_hash_init()
212 htptr->block_space = htptr->tot_space = 0; in char_hash_init()
273 htptr->block_space = htptr->tot_space = 0; in gen_hash_init()
617 htptr->tot_space += reclen; in hash_locate()
690 htptr->tot_space += reclen; in short_hash_locate()
763 htptr->tot_space += reclen; in char_hash_locate()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dfreespace.c410 if(frspace_stats.tot_space != state->tot_space) { in check_stats()
412 frspace_stats.tot_space, state->tot_space); in check_stats()
1351 state.tot_space += TEST_SECT_SIZE50; in test_fs_sect_merge()
1371 state.tot_space += TEST_SECT_SIZE30; in test_fs_sect_merge()
1389 state.tot_space += TEST_SECT_SIZE10; in test_fs_sect_merge()
1407 state.tot_space += TEST_SECT_SIZE80; in test_fs_sect_merge()
1479 state.tot_space += TEST_SECT_SIZE30; in test_fs_sect_merge()
1499 state.tot_space += TEST_SECT_SIZE50; in test_fs_sect_merge()
2624 state.tot_space -= 30; in test_fs_sect_extend()
2752 hsize_t tot_space, nsects; in test_fs_sect_iterate() local
[all …]
H A Dmf.c126 if(frspace_stats.tot_space != state->tot_space) { in check_stats()
128 frspace_stats.tot_space, state->tot_space); in check_stats()
1136 state.tot_space += TEST_BLOCK_SIZE30; in test_mf_fs_alloc_free()
1150 state.tot_space -= TEST_BLOCK_SIZE30; in test_mf_fs_alloc_free()
1160 state.tot_space += TEST_BLOCK_SIZE30; in test_mf_fs_alloc_free()
1223 state.tot_space += TEST_BLOCK_SIZE30; in test_mf_fs_alloc_free()
1247 state.tot_space += TEST_BLOCK_SIZE20; in test_mf_fs_alloc_free()
1308 state.tot_space += TEST_BLOCK_SIZE30; in test_mf_fs_alloc_free()
1494 state.tot_space += TEST_BLOCK_SIZE30; in test_mf_fs_extend()
1508 state.tot_space -= TEST_BLOCK_SIZE30; in test_mf_fs_extend()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dfreespace.c412 if(frspace_stats.tot_space != state->tot_space) { in check_stats()
414 frspace_stats.tot_space, state->tot_space); in check_stats()
1366 state.tot_space += TEST_SECT_SIZE50; in test_fs_sect_merge()
1386 state.tot_space += TEST_SECT_SIZE30; in test_fs_sect_merge()
1404 state.tot_space += TEST_SECT_SIZE10; in test_fs_sect_merge()
1422 state.tot_space += TEST_SECT_SIZE80; in test_fs_sect_merge()
1494 state.tot_space += TEST_SECT_SIZE30; in test_fs_sect_merge()
1514 state.tot_space += TEST_SECT_SIZE50; in test_fs_sect_merge()
2650 state.tot_space -= 30; in test_fs_sect_extend()
2778 hsize_t tot_space, nsects; in test_fs_sect_iterate() local
[all …]
H A Dmf.c172 if(frspace_stats.tot_space != state->tot_space) { in check_stats()
174 frspace_stats.tot_space, state->tot_space); in check_stats()
1196 state.tot_space += TBLOCK_SIZE30; in test_mf_fs_alloc_free()
1210 state.tot_space -= TBLOCK_SIZE30; in test_mf_fs_alloc_free()
1220 state.tot_space += TBLOCK_SIZE30; in test_mf_fs_alloc_free()
1273 state.tot_space += TBLOCK_SIZE30; in test_mf_fs_alloc_free()
1297 state.tot_space += TBLOCK_SIZE20; in test_mf_fs_alloc_free()
1348 state.tot_space += TBLOCK_SIZE30; in test_mf_fs_alloc_free()
1521 state.tot_space += TBLOCK_SIZE30; in test_mf_fs_extend()
1535 state.tot_space -= TBLOCK_SIZE30; in test_mf_fs_extend()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5FSstat.c92 stats->tot_space = frsp->tot_space; in H5FS_stat_info()
H A DH5FSprivate.h150 hsize_t tot_space; /* Total amount of space tracked */ member
206 H5_DLL herr_t H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space,
H A DH5FSsection.c834 HDfprintf(stderr, "%s: fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_unlink_rest()
836 fspace->tot_space -= sect->size; in H5FS_sect_unlink_rest()
1077 fspace->tot_space += sect->size; in H5FS_sect_link_rest()
1114 HDfprintf(stderr, "%s: Check 1.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1120 HDfprintf(stderr, "%s: Check 2.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1126 HDfprintf(stderr, "%s: Check 3.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1412 HDfprintf(stderr, "%s: fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_add()
2008 H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space, hsize_t *nsects) in H5FS_sect_stats() argument
2016 if(tot_space) in H5FS_sect_stats()
2017 *tot_space = fspace->tot_space; in H5FS_sect_stats()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FSstat.c82 stats->tot_space = frsp->tot_space; in H5FS_stat_info()
H A DH5FSprivate.h164 hsize_t tot_space; /* Total amount of space tracked */ member
215 H5_DLL herr_t H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space, hsize_t *nsects);
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5FSstat.c92 stats->tot_space = frsp->tot_space; in H5FS_stat_info()
H A DH5FSprivate.h144 hsize_t tot_space; /* Total amount of space tracked */ member
192 H5_DLL herr_t H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space,
H A DH5FSsection.c834 HDfprintf(stderr, "%s: fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_unlink_rest()
836 fspace->tot_space -= sect->size; in H5FS_sect_unlink_rest()
1083 fspace->tot_space += sect->size; in H5FS_sect_link_rest()
1122 HDfprintf(stderr, "%s: Check 1.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1128 HDfprintf(stderr, "%s: Check 2.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1134 HDfprintf(stderr, "%s: Check 3.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1425 HDfprintf(stderr, "%s: fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_add()
1971 H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space, hsize_t *nsects) in H5FS_sect_stats() argument
1979 if(tot_space) in H5FS_sect_stats()
1980 *tot_space = fspace->tot_space; in H5FS_sect_stats()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5FSstat.c92 stats->tot_space = frsp->tot_space; in H5FS_stat_info()
H A DH5FSprivate.h147 hsize_t tot_space; /* Total amount of space tracked */ member
203 H5_DLL herr_t H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space,
H A DH5FSsection.c834 HDfprintf(stderr, "%s: fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_unlink_rest()
836 fspace->tot_space -= sect->size; in H5FS_sect_unlink_rest()
1077 fspace->tot_space += sect->size; in H5FS_sect_link_rest()
1114 HDfprintf(stderr, "%s: Check 1.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1120 HDfprintf(stderr, "%s: Check 2.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1126 HDfprintf(stderr, "%s: Check 3.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1412 HDfprintf(stderr, "%s: fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_add()
2008 H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space, hsize_t *nsects) in H5FS_sect_stats() argument
2016 if(tot_space) in H5FS_sect_stats()
2017 *tot_space = fspace->tot_space; in H5FS_sect_stats()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FSstat.c92 stats->tot_space = frsp->tot_space; in H5FS_stat_info()
H A DH5FSprivate.h150 hsize_t tot_space; /* Total amount of space tracked */ member
204 H5_DLL herr_t H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space,
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FSstat.c94 stats->tot_space = frsp->tot_space; in H5FS_stat_info()
H A DH5FSprivate.h146 hsize_t tot_space; /* Total amount of space tracked */ member
194 H5_DLL herr_t H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space,
H A DH5FSsection.c836 HDfprintf(stderr, "%s: fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_unlink_rest()
838 fspace->tot_space -= sect->size; in H5FS_sect_unlink_rest()
1085 fspace->tot_space += sect->size; in H5FS_sect_link_rest()
1124 HDfprintf(stderr, "%s: Check 1.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1130 HDfprintf(stderr, "%s: Check 2.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1136 HDfprintf(stderr, "%s: Check 3.0 - fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_link()
1427 HDfprintf(stderr, "%s: fspace->tot_space = %Hu\n", FUNC, fspace->tot_space); in H5FS_sect_add()
1973 H5FS_sect_stats(const H5FS_t *fspace, hsize_t *tot_space, hsize_t *nsects) in H5FS_sect_stats() argument
1981 if(tot_space) in H5FS_sect_stats()
1982 *tot_space = fspace->tot_space; in H5FS_sect_stats()
/dports/graphics/geomview/geomview-1.9.5/src/lib/oogl/util/
H A Diobuffer.c457 size_t offset, cpsz, rval, tot_space = ioblist->tot_size - ioblist->tot_pos; in iobfgetbuffer() local
461 ++tot_space; in iobfgetbuffer()
465 return direction < 0 ? ioblist->tot_pos : tot_space; in iobfgetbuffer()
485 rval = size = min(size, tot_space); in iobfgetbuffer()
511 size_t tot_space, rq_sz, rq_sz_pos, rd_sz; in iobfread_buffer() local
514 tot_space = ioblist->tot_size - ioblist->tot_pos; in iobfread_buffer()
516 ++tot_space; in iobfread_buffer()
518 rq_sz = min(size, tot_space); in iobfread_buffer()

1234