Home
last modified time | relevance | path

Searched refs:real_size (Results 1 – 25 of 1241) sorted by path

12345678910>>...50

/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/lib/
H A Dfz.c225 f->real_size = 0; in fzalloc()
351 f->real_size = size; in fzopenzipuncompressed()
376 f->remaining = f->real_size; in compressed_init()
438 f->real_size = size_compressed; in fzopenzipcompressed()
621 if (f->real_size) in fzseek()
622 return fseeko(f->f, f->real_size - offset, SEEK_SET); in fzseek()
H A Dfz.h69 off_t real_size; /**< Size of the file part used. */ member
/dports/archivers/gtar/tar-1.34/
H A DChangeLog2209 * src/tar.h: Add new 'real_size' and 'real_size_set' fields in
/dports/archivers/gtar/tar-1.34/src/
H A Dtar.h329 off_t real_size; /* The real size of sparse file */ member
H A Dxheader.c802 st->stat.st_size = st->real_size; in xheader_decode()
1428 st->real_size = u; in sparse_size_decoder()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_write_set_format_pax.c576 uint64_t sparse_total, real_size; in archive_write_pax_header() local
1337 real_size = archive_entry_size(entry_main); in archive_write_pax_header()
1497 archive_entry_set_size(entry_original, real_size); in archive_write_pax_header()
1498 if (pax->sparse_list == NULL && real_size > 0) { in archive_write_pax_header()
1501 sparse_list_add(pax, 0, real_size); in archive_write_pax_header()
1502 sparse_total = real_size; in archive_write_pax_header()
/dports/astro/wcslib/wcslib-7.7/C/test/
H A Dtwcs_locale.c49 size_t real_size; in main() local
66 real_size = fread(header, 1, HEADER_SIZE, fd); in main()
69 if (wcspih(header, real_size / 80, WCSHDR_all, 0, &nreject, &nwcs, &wcs)) { in main()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/docs/examples/
H A Dxmlstream.c98 size_t real_size = length * nmemb; in parseStreamCallback() local
102 if(state->ok && XML_Parse(parser, contents, real_size, 0) == 0) { in parseStreamCallback()
106 real_size, error_code, XML_ErrorString(error_code)); in parseStreamCallback()
110 return real_size; in parseStreamCallback()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/src/type42/
H A Dt42parse.c540 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
606 (void)T1_ToBytes( parser, string_buf, string_size, &real_size, 1 ); in t42_parse_sfnts()
608 string_size = real_size; in t42_parse_sfnts()
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/tests/
H A Dol_lrc_fetch_test.c88 int real_size = ol_lrc_candidate_serialize (cand, buffer, buf_size);
89 ol_test_expect (real_size == size);
H A Dol_music_info_test.c103 size_t real_size = ol_music_info_serialize (&info, buf, buf_size); in test_serialize() local
104 ol_test_expect (real_size == size); in test_serialize()
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/
H A Dflac.py723 real_size = fileobj.tell() - start
724 if real_size > MetadataBlock._MAX_SIZE:
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/interprocess/mem_algo/detail/
H A Dmem_algo_common.hpp248 size_type real_size = nbytes;
252 (boost::interprocess::allocate_new, nbytes, real_size, ignore_reuse);
277 real_size = request;
279 … = memory_algo->priv_allocate(boost::interprocess::allocate_new, request, real_size, ignore_reuse);
/dports/benchmarks/fio/fio-3.29/
H A DHOWTO1300 effectively caps the file size at `real_size - offset`. Can be combined with
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/impl/
H A Dcompile_time_bits.hpp615 auto real_size = insert_sort_indices(indices, input); in make_indices() local
616 return std::make_pair(real_size, indices); in make_indices()
622 size_t real_size = indices.first; in select_hash() local
623 if (I < real_size) in select_hash()
640 auto real_size = indices.first; in construct_values() local
641 …return { { sort_traits::construct(input, indices.second[I < real_size ? I : real_size - 1]) ...} }; in construct_values()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/split/
H A Dblob_splitter_params.cpp118 size_t real_size = 0; in CompressChunk() local
121 &real_size) ) { in CompressChunk()
125 for ( size_t i = 0, s = real_size; i < 4; ++i, s <<= 8 ) { in CompressChunk()
131 dst.resize(pos+8+real_size); in CompressChunk()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/impl/
H A Dcompile_time_bits.hpp615 auto real_size = insert_sort_indices(indices, input); in make_indices() local
616 return std::make_pair(real_size, indices); in make_indices()
622 size_t real_size = indices.first; in select_hash() local
623 if (I < real_size) in select_hash()
640 auto real_size = indices.first; in construct_values() local
641 …return { { sort_traits::construct(input, indices.second[I < real_size ? I : real_size - 1]) ...} }; in construct_values()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dmemory_man.cpp96 size_t real_size; member
392 page->real_size = new_size; in s_SysAllocLongWay()
393 AtomicAdd(s_TotalSysMem, page->real_size); in s_SysAllocLongWay()
408 page->real_size = size; in s_SysAlloc()
409 AtomicAdd(s_TotalSysMem, page->real_size); in s_SysAlloc()
419 AtomicSub(s_TotalSysMem, page->real_size); in s_SysFree()
422 s_DoUnmap(page->real_ptr, page->real_size); in s_SysFree()
424 s_DoUnmap(page, page->real_size); in s_SysFree()
1033 size_t real_size = kMMBlockSizes[size_idx]; in s_ReallocMemory() local
1034 if (real_size == page->block_size) in s_ReallocMemory()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/split/
H A Dblob_splitter_params.cpp118 size_t real_size = 0; in CompressChunk() local
121 &real_size) ) { in CompressChunk()
125 for ( size_t i = 0, s = real_size; i < 4; ++i, s <<= 8 ) { in CompressChunk()
131 dst.resize(pos+8+real_size); in CompressChunk()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/win/
H A Dsysdir.c928 wchar_t *real, size_t real_size, const char *path, va_list args ) in KSysDirOSPath() argument
930 return KSysDirMakePath ( self, rcLoading, true, real, real_size, path, args ); in KSysDirOSPath()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/win/
H A Dsysdir.c928 wchar_t *real, size_t real_size, const char *path, va_list args ) in KSysDirOSPath() argument
930 return KSysDirMakePath ( self, rcLoading, true, real, real_size, path, args ); in KSysDirOSPath()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ms.c5725 int32 rem, real_size; in nfbig_alloc() local
5727 if ((rem = size % 4) != 0) real_size = size + 4 - rem; in nfbig_alloc()
5728 else real_size = size; in nfbig_alloc()
5730 if ((__start_sp + real_size + 4) >= __end_sp) in nfbig_alloc()
5736 __start_sp += real_size; in nfbig_alloc()
H A Dv_src.c6078 int32 slen, rem, real_size; in alloc_cpnam() local
6082 if ((rem = slen % 4) != 0) real_size = slen + 4 - rem; in alloc_cpnam()
6083 else real_size = slen; in alloc_cpnam()
6085 if ((__hdr_cpnblks->cpn_start_sp + real_size + 4) >= in alloc_cpnam()
6095 __hdr_cpnblks->cpn_start_sp += real_size; in alloc_cpnam()
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/graphicspart/
H A Dparttext.h33 Q_PROPERTY(qreal real_size READ realSize WRITE setRealSize)
/dports/comms/tkscanfax/tkscanfax1/doc/C/
H A Dscan-msg.tcl47 set m(real_size) "Real Size"

12345678910>>...50