Home
last modified time | relevance | path

Searched refs:filler_size (Results 1 – 25 of 49) sorted by relevance

12

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/krypto/
H A Dtest-cmn.cpp207 TFillFile ( struct KFile * file, const uint8_t* filler, size_t filler_size, uint64_t content_size ) in TFillFile() argument
220 size_t filler_sizes_in_buffer = buffer_size / filler_size; in TFillFile()
222 assert(buffer_size % filler_size == 0); in TFillFile()
223 assert(buffer_size / filler_size > 0); in TFillFile()
227 memmove(buffer + i*filler_size, filler, filler_size); in TFillFile()
253 TCheckFileContent ( struct KFile * file, const uint8_t* filler, size_t filler_size ) in TCheckFileContent() argument
273 size_t filler_sizes_in_buffer = buffer_size / filler_size; in TCheckFileContent()
275 assert(buffer_size % filler_size == 0); in TCheckFileContent()
276 assert(buffer_size / filler_size > 0); in TCheckFileContent()
280 memmove(reference_buffer + i*filler_size, filler, filler_size); in TCheckFileContent()
H A Dtest-cmn.hpp72 TFillFile ( struct KFile * file, const uint8_t* filler, size_t filler_size, uint64_t content_size );
78 TCheckFileContent ( struct KFile * file, const uint8_t* filler, size_t filler_size );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/krypto/
H A Dtest-cmn.cpp207 TFillFile ( struct KFile * file, const uint8_t* filler, size_t filler_size, uint64_t content_size ) in TFillFile() argument
220 size_t filler_sizes_in_buffer = buffer_size / filler_size; in TFillFile()
222 assert(buffer_size % filler_size == 0); in TFillFile()
223 assert(buffer_size / filler_size > 0); in TFillFile()
227 memmove(buffer + i*filler_size, filler, filler_size); in TFillFile()
253 TCheckFileContent ( struct KFile * file, const uint8_t* filler, size_t filler_size ) in TCheckFileContent() argument
273 size_t filler_sizes_in_buffer = buffer_size / filler_size; in TCheckFileContent()
275 assert(buffer_size % filler_size == 0); in TCheckFileContent()
276 assert(buffer_size / filler_size > 0); in TCheckFileContent()
280 memmove(reference_buffer + i*filler_size, filler, filler_size); in TCheckFileContent()
H A Dtest-cmn.hpp72 TFillFile ( struct KFile * file, const uint8_t* filler, size_t filler_size, uint64_t content_size );
78 TCheckFileContent ( struct KFile * file, const uint8_t* filler, size_t filler_size );
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dpaged-spaces-inl.h115 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateFastAligned() local
117 Address new_top = current_top + filler_size + size_in_bytes; in AllocateFastAligned()
123 *aligned_size_in_bytes = filler_size + size_in_bytes; in AllocateFastAligned()
124 if (filler_size > 0) { in AllocateFastAligned()
126 HeapObject::FromAddress(current_top), filler_size); in AllocateFastAligned()
129 return AllocationResult(HeapObject::FromAddress(current_top + filler_size)); in AllocateFastAligned()
160 int filler_size = Heap::GetMaximumFillToAlign(alignment); in AllocateRawAligned() local
161 allocation_size += filler_size; in AllocateRawAligned()
H A Dnew-spaces-inl.h133 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateFastAligned() local
134 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateFastAligned()
147 if (filler_size > 0) { in AllocateFastAligned()
148 obj = Heap::PrecedeWithFiller(ReadOnlyRoots(heap()), obj, filler_size); in AllocateFastAligned()
H A Dspaces-inl.h141 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateRawAligned() local
143 Address new_top = current_top + filler_size + size_in_bytes; in AllocateRawAligned()
147 if (filler_size > 0) { in AllocateRawAligned()
150 filler_size); in AllocateRawAligned()
H A Dread-only-spaces.cc615 int filler_size = Heap::GetFillToAlign(current_top, alignment); in TryAllocateLinearlyAligned() local
617 Address new_top = current_top + filler_size + size_in_bytes; in TryAllocateLinearlyAligned()
622 int allocated_size = filler_size + size_in_bytes; in TryAllocateLinearlyAligned()
627 if (filler_size > 0) { in TryAllocateLinearlyAligned()
630 filler_size); in TryAllocateLinearlyAligned()
H A Dnew-spaces.cc537 int filler_size = Heap::GetFillToAlign(old_top, alignment); in EnsureAllocation() local
538 int aligned_size_in_bytes = size_in_bytes + filler_size; in EnsureAllocation()
552 filler_size = Heap::GetFillToAlign(old_top, alignment); in EnsureAllocation()
553 aligned_size_in_bytes = size_in_bytes + filler_size; in EnsureAllocation()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dspaces-inl.h275 if (filler_size > 0) { in AllocateRawAligned()
277 filler_size); in AllocateRawAligned()
307 if (filler_size > 0) { in TryAllocateLinearlyAligned()
308 *size_in_bytes += filler_size; in TryAllocateLinearlyAligned()
310 filler_size); in TryAllocateLinearlyAligned()
342 allocation_size += filler_size; in AllocateRawAligned()
398 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned() local
409 filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned()
410 aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateRawAligned()
417 if (filler_size > 0) { in AllocateRawAligned()
[all …]
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dioprocs.cpp161 uint64_t filler_size = 0; in io_generic_write() local
170 filler_size = offset - size; in io_generic_write()
176 if (filler_size) in io_generic_write()
181 …bytes_to_write = (filler_size > sizeof(filler_buffer)) ? sizeof(filler_buffer) : (size_t) filler_s… in io_generic_write()
183 filler_size -= bytes_to_write; in io_generic_write()
185 while(filler_size > 0); in io_generic_write()
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dioprocs.cpp161 uint64_t filler_size = 0; in io_generic_write() local
170 filler_size = offset - size; in io_generic_write()
176 if (filler_size) in io_generic_write()
181 …bytes_to_write = (filler_size > sizeof(filler_buffer)) ? sizeof(filler_buffer) : (size_t) filler_s… in io_generic_write()
183 filler_size -= bytes_to_write; in io_generic_write()
185 while(filler_size > 0); in io_generic_write()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dspaces-inl.h374 if (filler_size > 0) { in AllocateRawAligned()
376 filler_size); in AllocateRawAligned()
407 if (filler_size > 0) { in TryAllocateLinearlyAligned()
408 *size_in_bytes += filler_size; in TryAllocateLinearlyAligned()
410 filler_size); in TryAllocateLinearlyAligned()
444 allocation_size += filler_size; in AllocateRawAligned()
504 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned() local
515 filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned()
516 aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateRawAligned()
523 if (filler_size > 0) { in AllocateRawAligned()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dpaged-spaces-inl.h107 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateFastAligned() local
108 int aligned_size = filler_size + size_in_bytes; in AllocateFastAligned()
115 if (filler_size > 0) { in AllocateFastAligned()
116 obj = Heap::PrecedeWithFiller(ReadOnlyRoots(heap()), obj, filler_size); in AllocateFastAligned()
151 int filler_size = Heap::GetMaximumFillToAlign(alignment); in AllocateRawAligned() local
152 allocation_size += filler_size; in AllocateRawAligned()
H A Dnew-spaces-inl.h134 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateFastAligned() local
135 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateFastAligned()
146 if (filler_size > 0) { in AllocateFastAligned()
147 obj = Heap::PrecedeWithFiller(ReadOnlyRoots(heap()), obj, filler_size); in AllocateFastAligned()
H A Dspaces-inl.h140 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateRawAligned() local
141 int aligned_size = filler_size + size_in_bytes; in AllocateRawAligned()
147 if (filler_size > 0) { in AllocateRawAligned()
148 return Heap::PrecedeWithFiller(ReadOnlyRoots(heap_), object, filler_size); in AllocateRawAligned()
H A Dnew-spaces.cc549 int filler_size = Heap::GetFillToAlign(start, alignment); in AddParkedAllocationBuffer() local
550 if (size_in_bytes + filler_size <= parked_size) { in AddParkedAllocationBuffer()
571 int filler_size = Heap::GetFillToAlign(old_top, alignment); in EnsureAllocation() local
572 int aligned_size_in_bytes = size_in_bytes + filler_size; in EnsureAllocation()
589 filler_size = Heap::GetFillToAlign(old_top, alignment); in EnsureAllocation()
590 aligned_size_in_bytes = size_in_bytes + filler_size; in EnsureAllocation()
H A Dread-only-spaces.cc632 int filler_size = Heap::GetFillToAlign(current_top, alignment); in TryAllocateLinearlyAligned() local
634 Address new_top = current_top + filler_size + size_in_bytes; in TryAllocateLinearlyAligned()
639 int allocated_size = filler_size + size_in_bytes; in TryAllocateLinearlyAligned()
644 if (filler_size > 0) { in TryAllocateLinearlyAligned()
647 filler_size); in TryAllocateLinearlyAligned()
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnonion.py322 filler_size = 0
324 filler_size += len(hop_data.to_bytes())
325 filler = bytearray(filler_size)
340 filler += bytes(filler_size - len(filler)) # right pad with zeroes
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-spaces.cc592 int filler_size = area_size - max_object_size; in HEAP_TEST() local
598 AllocationResult result = old_space->AllocateRaw(filler_size, kWordAligned); in HEAP_TEST()
600 heap->CreateFillerObjectAt(obj.address(), filler_size, in HEAP_TEST()
616 AllocationResult result = old_space->AllocateRaw(filler_size, kWordAligned); in HEAP_TEST()
618 heap->CreateFillerObjectAt(obj.address(), filler_size, in HEAP_TEST()
/dports/devel/elixir-hex/hex-1.0.1/lib/hex/
H A Dstdlib.ex20 filler_size = max(count - byte_size(string), 0)
21 string <> String.duplicate(" ", filler_size)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/secure_channel/
H A Dwire_message_unittest.cc312 uint16_t filler_size = 0x01ff - sizeof(json_template) + 3; in TEST() local
313 std::string filler(filler_size, 'F'); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/
H A Dfont.cc160 int32_t filler_size = ((table_size + 3) & ~3) - table_size; in SerializeTables() local
161 for (int32_t i = 0; i < filler_size; ++i) { in SerializeTables()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/
H A Dfont.cc159 int32_t filler_size = ((table_size + 3) & ~3) - table_size; in SerializeTables() local
160 for (int32_t i = 0; i < filler_size; ++i) { in SerializeTables()
/dports/net-p2p/c-lightning/lightning-0.10.2/contrib/pyln-proto/pyln/proto/
H A Donion.py498 filler_size = sum(len(h) for h in self.hops[1:])
499 filler = memoryview(bytearray(filler_size))

12