Home
last modified time | relevance | path

Searched refs:old_total_size (Results 1 – 25 of 114) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dspdy_read_queue_unittest.cc32 size_t old_total_size = queue->GetTotalSize(); in EnqueueString() local
39 EXPECT_EQ(old_total_size + i, queue->GetTotalSize()); in EnqueueString()
56 size_t old_total_size = queue->GetTotalSize(); in DrainToString() local
57 EXPECT_GT(old_total_size, 0u); in DrainToString()
71 EXPECT_EQ(queue->GetTotalSize(), old_total_size - dequeued_bytes); in DrainToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dspdy_read_queue_unittest.cc32 size_t old_total_size = queue->GetTotalSize(); in EnqueueString() local
39 EXPECT_EQ(old_total_size + i, queue->GetTotalSize()); in EnqueueString()
56 size_t old_total_size = queue->GetTotalSize(); in DrainToString() local
57 EXPECT_GT(old_total_size, 0u); in DrainToString()
71 EXPECT_EQ(queue->GetTotalSize(), old_total_size - dequeued_bytes); in DrainToString()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/core/
H A Dmalloc.c256 size_t old_total_size; in realloc() local
282 old_total_size = old_block->size; in realloc()
283 old_size = ( old_total_size - in realloc()
287 free_memblock ( old_block, old_total_size ); in realloc()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/tests/unity/
H A Dunity_memory.c187 size_t old_total_size = unity_size_round_up(guard->size + sizeof(end)); in unity_realloc() local
189 if ((oldMem == unity_heap + heap_index - old_total_size) && in unity_realloc()
190 …((heap_index - old_total_size + unity_size_round_up(size + sizeof(end))) <= UNITY_INTERNAL_HEAP_SI… in unity_realloc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dmalloc.c517 size_t old_total_size; in realloc() local
550 old_total_size = old_block->size; in realloc()
551 assert ( old_total_size != 0 ); in realloc()
552 old_size = ( old_total_size - in realloc()
557 free_memblock ( old_block, old_total_size ); in realloc()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dmalloc.c524 size_t old_total_size; in realloc() local
557 old_total_size = old_block->size; in realloc()
558 assert ( old_total_size != 0 ); in realloc()
559 old_size = ( old_total_size - in realloc()
564 free_memblock ( old_block, old_total_size ); in realloc()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dmalloc.c524 size_t old_total_size; in realloc() local
557 old_total_size = old_block->size; in realloc()
558 assert ( old_total_size != 0 ); in realloc()
559 old_size = ( old_total_size - in realloc()
564 free_memblock ( old_block, old_total_size ); in realloc()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dmalloc.c524 size_t old_total_size; in realloc() local
557 old_total_size = old_block->size; in realloc()
558 assert ( old_total_size != 0 ); in realloc()
559 old_size = ( old_total_size - in realloc()
564 free_memblock ( old_block, old_total_size ); in realloc()
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dmalloc.c524 size_t old_total_size; in realloc() local
557 old_total_size = old_block->size; in realloc()
558 assert ( old_total_size != 0 ); in realloc()
559 old_size = ( old_total_size - in realloc()
564 free_memblock ( old_block, old_total_size ); in realloc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dmalloc.c524 size_t old_total_size; in realloc() local
557 old_total_size = old_block->size; in realloc()
558 assert ( old_total_size != 0 ); in realloc()
559 old_size = ( old_total_size - in realloc()
564 free_memblock ( old_block, old_total_size ); in realloc()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dmalloc.c524 size_t old_total_size; in realloc() local
557 old_total_size = old_block->size; in realloc()
558 assert ( old_total_size != 0 ); in realloc()
559 old_size = ( old_total_size - in realloc()
564 free_memblock ( old_block, old_total_size ); in realloc()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dmalloc.c524 size_t old_total_size; in realloc() local
557 old_total_size = old_block->size; in realloc()
558 assert ( old_total_size != 0 ); in realloc()
559 old_size = ( old_total_size - in realloc()
564 free_memblock ( old_block, old_total_size ); in realloc()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.cc69 const int old_total_size = total_size_; in InternalExtend() local
82 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Drepeated_field.cc69 const int old_total_size = total_size_; in InternalExtend() local
82 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.cc71 const int old_total_size = total_size_; in InternalExtend() local
84 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.cc71 const int old_total_size = total_size_; in InternalExtend() local
84 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc69 const int old_total_size = total_size_; in InternalExtend() local
82 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc69 const int old_total_size = total_size_; in InternalExtend() local
82 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.cc71 const int old_total_size = total_size_; in InternalExtend() local
84 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.cc71 const int old_total_size = total_size_; in InternalExtend() local
84 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Drepeated_field.cc73 const int old_total_size = total_size_; in InternalExtend() local
86 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc73 const int old_total_size = total_size_; in InternalExtend() local
86 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/base/
H A Dftmac.c586 FT_ULong old_total_size = 0; in read_lwfn() local
619 if ( total_size < old_total_size ) in read_lwfn()
625 old_total_size = total_size; in read_lwfn()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/base/
H A Dftmac.c587 FT_ULong old_total_size = 0; in read_lwfn() local
620 if ( total_size < old_total_size ) in read_lwfn()
626 old_total_size = total_size; in read_lwfn()
/dports/devel/upp/upp/bazaar/FreeType/src/base/
H A Dftmac.c585 FT_ULong old_total_size = 0; in read_lwfn() local
618 if ( total_size < old_total_size ) in read_lwfn()
624 old_total_size = total_size; in read_lwfn()

12345