Home
last modified time | relevance | path

Searched refs:old_used (Results 1 – 25 of 57) sorted by path

123

/dports/databases/ldb15/ldb-1.5.6/lib/talloc/
H A Dtalloc.c1929 size_t old_used = TC_HDR_SIZE + tc->size; in _talloc_realloc() local
1948 size_t undef_len = MIN((((char *)tc) - ((char *)new_ptr)),old_used); in _talloc_realloc()
1953 memmove(new_ptr, tc, old_used); in _talloc_realloc()
/dports/databases/ldb20/ldb-2.0.10/lib/talloc/
H A Dtalloc.c1949 size_t old_used = TC_HDR_SIZE + tc->size; in _talloc_realloc() local
1968 size_t undef_len = MIN((((char *)tc) - ((char *)new_ptr)),old_used); in _talloc_realloc()
1973 memmove(new_ptr, tc, old_used); in _talloc_realloc()
/dports/databases/ldb21/ldb-2.1.5/lib/talloc/
H A Dtalloc.c1949 size_t old_used = TC_HDR_SIZE + tc->size; in _talloc_realloc() local
1968 size_t undef_len = MIN((((char *)tc) - ((char *)new_ptr)),old_used); in _talloc_realloc()
1973 memmove(new_ptr, tc, old_used); in _talloc_realloc()
/dports/databases/ldb22/ldb-2.2.1/lib/talloc/
H A Dtalloc.c1951 size_t old_used = TC_HDR_SIZE + tc->size; in _talloc_realloc() local
1970 size_t undef_len = MIN((((char *)tc) - ((char *)new_ptr)),old_used); in _talloc_realloc()
1975 memmove(new_ptr, tc, old_used); in _talloc_realloc()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Ddwp.cc1804 unsigned int old_used = this->used_; in grow() local
1827 gold_assert(this->used_ == old_used); in grow()
/dports/devel/binutils/binutils-2.37/gold/
H A Ddwp.cc1804 unsigned int old_used = this->used_; in grow() local
1827 gold_assert(this->used_ == old_used); in grow()
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Ddwp.cc1804 unsigned int old_used = this->used_; in grow() local
1827 gold_assert(this->used_ == old_used); in grow()
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs285 STRLEN old_used = old_cxt->used; in su_uid_storage_dup() local
289 new_used = max_depth < old_used ? max_depth : old_used; in su_uid_storage_dup()
/dports/devel/talloc/talloc-2.3.1/
H A Dtalloc.c1953 size_t old_used = TC_HDR_SIZE + tc->size; in _talloc_realloc() local
1972 size_t undef_len = MIN((((char *)tc) - ((char *)new_ptr)),old_used); in _talloc_realloc()
1977 memmove(new_ptr, tc, old_used); in _talloc_realloc()
/dports/devel/tevent/tevent-0.10.2/lib/talloc/
H A Dtalloc.c1949 size_t old_used = TC_HDR_SIZE + tc->size; in _talloc_realloc() local
1968 size_t undef_len = MIN((((char *)tc) - ((char *)new_ptr)),old_used); in _talloc_realloc()
1973 memmove(new_ptr, tc, old_used); in _talloc_realloc()
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp58277 duk_uint32_t old_used; local
58282 duk__compute_a_stats(thr, orig, &old_used, &old_size);
58285 (long) old_used, (long) old_size, (long) arr_idx));
58291 if (duk__abandon_array_density_check(old_used, arr_idx)) {
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c47666 duk_uint32_t old_used = heap->st_used; local
47680 DUK_UNREF(old_used); /* unused with some debug level combinations */
47685 (long) old_size, (long) (sizeof(duk_hstring *) * old_size), (long) old_used,
47686 (long) (((double) old_used) / ((double) old_size) * 100.0),
47761 (long) old_size, (long) (sizeof(duk_hstring *) * old_size), (long) old_used,
47762 (long) (((double) old_used) / ((double) old_size) * 100.0),
53264 duk_uint32_t old_used; local
53269 duk__compute_a_stats(thr, orig, &old_used, &old_size);
53272 (long) old_used, (long) old_size, (long) arr_idx));
53278 if (duk__abandon_array_density_check(old_used, arr_idx)) {
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dmapping.cpp143 slen_t old_used=used; in rehash() local
186 assert(calcused==old_used); in rehash()
/dports/japanese/groff/groff-1.18.1.1/src/devices/grohtml/
H A Dpost-html.cc312 unsigned int old_used; in add_string() local
328 old_used = tail->used; in add_string()
341 return( &tail->buffer[old_used] ); in add_string()
348 unsigned int old_used; in add_string() local
363 old_used = tail->used; in add_string()
379 return( &tail->buffer[old_used] ); in add_string()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hobject_props.c359 duk_uint32_t old_used; in duk__abandon_array_check() local
367 duk__compute_a_stats(thr, obj, &old_used, &old_size); in duk__abandon_array_check()
370 (long) old_used, (long) old_size, (long) arr_idx)); in duk__abandon_array_check()
384 if (duk__abandon_array_density_check(old_used, arr_idx)) { in duk__abandon_array_check()
/dports/lang/duktape-lib/duktape-2.6.0/src-noline/
H A Dduktape.c57201 duk_uint32_t old_used; local
57209 duk__compute_a_stats(thr, obj, &old_used, &old_size);
57212 (long) old_used, (long) old_size, (long) arr_idx));
57226 if (duk__abandon_array_density_check(old_used, arr_idx)) {
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hobject_props.c359 duk_uint32_t old_used; in duk__abandon_array_check() local
367 duk__compute_a_stats(thr, obj, &old_used, &old_size); in duk__abandon_array_check()
370 (long) old_used, (long) old_size, (long) arr_idx)); in duk__abandon_array_check()
384 if (duk__abandon_array_density_check(old_used, arr_idx)) { in duk__abandon_array_check()
/dports/lang/duktape-lib/duktape-2.6.0/src/
H A Dduktape.c57319 duk_uint32_t old_used; local
57327 duk__compute_a_stats(thr, obj, &old_used, &old_size);
57330 (long) old_used, (long) old_size, (long) arr_idx));
57344 if (duk__abandon_array_density_check(old_used, arr_idx)) {
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_hobject_props.c359 duk_uint32_t old_used; in duk__abandon_array_check() local
367 duk__compute_a_stats(thr, obj, &old_used, &old_size); in duk__abandon_array_check()
370 (long) old_used, (long) old_size, (long) arr_idx)); in duk__abandon_array_check()
384 if (duk__abandon_array_density_check(old_used, arr_idx)) { in duk__abandon_array_check()
/dports/lang/duktape/duktape-2.6.0/src-noline/
H A Dduktape.c57201 duk_uint32_t old_used; local
57209 duk__compute_a_stats(thr, obj, &old_used, &old_size);
57212 (long) old_used, (long) old_size, (long) arr_idx));
57226 if (duk__abandon_array_density_check(old_used, arr_idx)) {
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hobject_props.c359 duk_uint32_t old_used; in duk__abandon_array_check() local
367 duk__compute_a_stats(thr, obj, &old_used, &old_size); in duk__abandon_array_check()
370 (long) old_used, (long) old_size, (long) arr_idx)); in duk__abandon_array_check()
384 if (duk__abandon_array_density_check(old_used, arr_idx)) { in duk__abandon_array_check()
/dports/lang/duktape/duktape-2.6.0/src/
H A Dduktape.c57319 duk_uint32_t old_used; local
57327 duk__compute_a_stats(thr, obj, &old_used, &old_size);
57330 (long) old_used, (long) old_size, (long) arr_idx));
57344 if (duk__abandon_array_density_check(old_used, arr_idx)) {
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Ddwp.cc1804 unsigned int old_used = this->used_; in grow() local
1827 gold_assert(this->used_ == old_used); in grow()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Ddwp.cc1804 unsigned int old_used = this->used_; in grow() local
1827 gold_assert(this->used_ == old_used); in grow()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Distream-tee.c27 size_t size, old_used; in tee_streams_update_buffer() local
35 old_used = tstream->istream.pos - tstream->istream.skip; in tee_streams_update_buffer()
41 i_assert(tstream->istream.skip + old_used <= size); in tee_streams_update_buffer()
42 tstream->istream.pos = tstream->istream.skip + old_used; in tee_streams_update_buffer()

123