Home
last modified time | relevance | path

Searched refs:new_size_in_bits (Results 1 – 19 of 19) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DbitMap.cpp78 size_t new_size_in_words = calc_size_in_words(new_size_in_bits); in reallocate()
90 if (clear && (new_size_in_bits > old_size_in_bits)) { in reallocate()
121 void BitMap::resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in resize() argument
122 bm_word_t* new_map = reallocate(allocator, map(), size(), new_size_in_bits, clear); in resize()
124 update(new_map, new_size_in_bits); in resize()
136 void BitMap::reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in reinitialize() argument
140 initialize(allocator, new_size_in_bits, clear); in reinitialize()
147 void ResourceBitMap::resize(idx_t new_size_in_bits) { in resize() argument
148 BitMap::resize(ResourceBitMapAllocator(), new_size_in_bits, true /* clear */); in resize()
171 void CHeapBitMap::resize(idx_t new_size_in_bits, bool clear) { in resize() argument
[all …]
H A DbitMap.hpp183 …ate(const Allocator&, bm_word_t* map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear =…
196 void resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
209 void reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
375 void resize(idx_t new_size_in_bits);
420 void resize(idx_t new_size_in_bits, bool clear = true);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DbitMap.cpp78 size_t new_size_in_words = calc_size_in_words(new_size_in_bits); in reallocate()
90 if (clear && (new_size_in_bits > old_size_in_bits)) { in reallocate()
121 void BitMap::resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in resize() argument
122 bm_word_t* new_map = reallocate(allocator, map(), size(), new_size_in_bits, clear); in resize()
124 update(new_map, new_size_in_bits); in resize()
136 void BitMap::reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in reinitialize() argument
140 initialize(allocator, new_size_in_bits, clear); in reinitialize()
147 void ResourceBitMap::resize(idx_t new_size_in_bits) { in resize() argument
148 BitMap::resize(ResourceBitMapAllocator(), new_size_in_bits, true /* clear */); in resize()
171 void CHeapBitMap::resize(idx_t new_size_in_bits, bool clear) { in resize() argument
[all …]
H A DbitMap.hpp183 …ate(const Allocator&, bm_word_t* map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear =…
196 void resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
209 void reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
375 void resize(idx_t new_size_in_bits);
420 void resize(idx_t new_size_in_bits, bool clear = true);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DbitMap.cpp78 size_t new_size_in_words = calc_size_in_words(new_size_in_bits); in reallocate()
90 if (clear && (new_size_in_bits > old_size_in_bits)) { in reallocate()
121 void BitMap::resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in resize() argument
122 bm_word_t* new_map = reallocate(allocator, map(), size(), new_size_in_bits, clear); in resize()
124 update(new_map, new_size_in_bits); in resize()
136 void BitMap::reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in reinitialize() argument
140 initialize(allocator, new_size_in_bits, clear); in reinitialize()
147 void ResourceBitMap::resize(idx_t new_size_in_bits) { in resize() argument
148 BitMap::resize(ResourceBitMapAllocator(), new_size_in_bits, true /* clear */); in resize()
171 void CHeapBitMap::resize(idx_t new_size_in_bits, bool clear) { in resize() argument
[all …]
H A DbitMap.hpp183 …ate(const Allocator&, bm_word_t* map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear =…
196 void resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
209 void reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
373 void resize(idx_t new_size_in_bits);
418 void resize(idx_t new_size_in_bits, bool clear = true);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DbitMap.cpp75 …cator& allocator, bm_word_t* old_map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear) { in reallocate() argument
77 size_t new_size_in_words = calc_size_in_words(new_size_in_bits); in reallocate()
114 void BitMap::resize(const Allocator& allocator, idx_t new_size_in_bits) { in resize() argument
115 bm_word_t* new_map = reallocate(allocator, map(), size(), new_size_in_bits); in resize()
117 update(new_map, new_size_in_bits); in resize()
129 void BitMap::reinitialize(const Allocator& allocator, idx_t new_size_in_bits) { in reinitialize() argument
133 initialize(allocator, new_size_in_bits); in reinitialize()
140 void ResourceBitMap::resize(idx_t new_size_in_bits) { in resize() argument
141 BitMap::resize(ResourceBitMapAllocator(), new_size_in_bits); in resize()
164 void CHeapBitMap::resize(idx_t new_size_in_bits) { in resize() argument
[all …]
H A DbitMap.hpp137 …ate(const Allocator&, bm_word_t* map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear =…
150 void resize(const Allocator& allocator, idx_t new_size_in_bits);
163 void reinitialize(const Allocator& allocator, idx_t new_size_in_bits);
329 void resize(idx_t new_size_in_bits);
374 void resize(idx_t new_size_in_bits);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DbitMap.cpp75 …cator& allocator, bm_word_t* old_map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear) { in reallocate() argument
77 size_t new_size_in_words = calc_size_in_words(new_size_in_bits); in reallocate()
114 void BitMap::resize(const Allocator& allocator, idx_t new_size_in_bits) { in resize() argument
115 bm_word_t* new_map = reallocate(allocator, map(), size(), new_size_in_bits); in resize()
117 update(new_map, new_size_in_bits); in resize()
129 void BitMap::reinitialize(const Allocator& allocator, idx_t new_size_in_bits) { in reinitialize() argument
133 initialize(allocator, new_size_in_bits); in reinitialize()
140 void ResourceBitMap::resize(idx_t new_size_in_bits) { in resize() argument
141 BitMap::resize(ResourceBitMapAllocator(), new_size_in_bits); in resize()
164 void CHeapBitMap::resize(idx_t new_size_in_bits) { in resize() argument
[all …]
H A DbitMap.hpp137 …ate(const Allocator&, bm_word_t* map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear =…
150 void resize(const Allocator& allocator, idx_t new_size_in_bits);
163 void reinitialize(const Allocator& allocator, idx_t new_size_in_bits);
329 void resize(idx_t new_size_in_bits);
374 void resize(idx_t new_size_in_bits);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DbitMap.cpp75 …cator& allocator, bm_word_t* old_map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear) { in reallocate() argument
77 size_t new_size_in_words = calc_size_in_words(new_size_in_bits); in reallocate()
114 void BitMap::resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in resize() argument
115 bm_word_t* new_map = reallocate(allocator, map(), size(), new_size_in_bits, clear); in resize()
117 update(new_map, new_size_in_bits); in resize()
129 void BitMap::reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in reinitialize() argument
133 initialize(allocator, new_size_in_bits, clear); in reinitialize()
140 void ResourceBitMap::resize(idx_t new_size_in_bits) { in resize() argument
141 BitMap::resize(ResourceBitMapAllocator(), new_size_in_bits, true /* clear */); in resize()
164 void CHeapBitMap::resize(idx_t new_size_in_bits, bool clear) { in resize() argument
[all …]
H A DbitMap.hpp148 …ate(const Allocator&, bm_word_t* map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear =…
161 void resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
174 void reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
340 void resize(idx_t new_size_in_bits);
385 void resize(idx_t new_size_in_bits, bool clear = true);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DbitMap.cpp75 …cator& allocator, bm_word_t* old_map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear) { in reallocate() argument
77 size_t new_size_in_words = calc_size_in_words(new_size_in_bits); in reallocate()
114 void BitMap::resize(const Allocator& allocator, idx_t new_size_in_bits) { in resize() argument
115 bm_word_t* new_map = reallocate(allocator, map(), size(), new_size_in_bits); in resize()
117 update(new_map, new_size_in_bits); in resize()
129 void BitMap::reinitialize(const Allocator& allocator, idx_t new_size_in_bits) { in reinitialize() argument
133 initialize(allocator, new_size_in_bits); in reinitialize()
140 void ResourceBitMap::resize(idx_t new_size_in_bits) { in resize() argument
141 BitMap::resize(ResourceBitMapAllocator(), new_size_in_bits); in resize()
164 void CHeapBitMap::resize(idx_t new_size_in_bits) { in resize() argument
[all …]
H A DbitMap.hpp147 …ate(const Allocator&, bm_word_t* map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear =…
160 void resize(const Allocator& allocator, idx_t new_size_in_bits);
173 void reinitialize(const Allocator& allocator, idx_t new_size_in_bits);
339 void resize(idx_t new_size_in_bits);
387 void resize(idx_t new_size_in_bits);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DbitMap.cpp76 …cator& allocator, bm_word_t* old_map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear) { in reallocate() argument
78 size_t new_size_in_words = calc_size_in_words(new_size_in_bits); in reallocate()
115 void BitMap::resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in resize() argument
116 bm_word_t* new_map = reallocate(allocator, map(), size(), new_size_in_bits, clear); in resize()
118 update(new_map, new_size_in_bits); in resize()
130 void BitMap::reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear) { in reinitialize() argument
134 initialize(allocator, new_size_in_bits, clear); in reinitialize()
141 void ResourceBitMap::resize(idx_t new_size_in_bits) { in resize() argument
142 BitMap::resize(ResourceBitMapAllocator(), new_size_in_bits, true /* clear */); in resize()
165 void CHeapBitMap::resize(idx_t new_size_in_bits, bool clear) { in resize() argument
[all …]
H A DbitMap.hpp180 …ate(const Allocator&, bm_word_t* map, idx_t old_size_in_bits, idx_t new_size_in_bits, bool clear =…
193 void resize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
206 void reinitialize(const Allocator& allocator, idx_t new_size_in_bits, bool clear);
367 void resize(idx_t new_size_in_bits);
412 void resize(idx_t new_size_in_bits, bool clear = true);
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/
H A Dmedia_tools.h394 …edia_avc_rewrite_samples(GF_ISOFile *file, u32 track, u32 prev_size_in_bits, u32 new_size_in_bits);
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dmedia_tools.h490 GF_Err gf_media_nal_rewrite_samples(GF_ISOFile *isom_file, u32 trackNumber, u32 new_size_in_bits);
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dmedia_tools.h490 GF_Err gf_media_nal_rewrite_samples(GF_ISOFile *isom_file, u32 trackNumber, u32 new_size_in_bits);