Home
last modified time | relevance | path

Searched refs:RoundUpToAlignment (Results 1 – 25 of 34) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/capstone/
H A DMathExtras.h389 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
397 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/
H A DMathExtras.h389 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
397 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/
H A DMathExtras.h389 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
397 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/
H A DMathExtras.h389 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
397 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/devel/capstone4/capstone-4.0.2/
H A DMathExtras.h387 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
395 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/devel/capstone3/capstone-3.0.5/
H A DMathExtras.h389 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
397 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h155 uint8_t *NewPtr = (uint8_t*)RoundUpToAlignment((uintptr_t)CurBufferPtr, in emitAlignment()
164 uint8_t *NewPtr = (uint8_t*)RoundUpToAlignment((uintptr_t)CurBufferPtr, in emitAlignmentWithFill()
/dports/emulators/qemu/qemu-6.2.0/capstone/
H A DMathExtras.h387 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
395 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/emulators/qemu60/qemu-6.0.0/capstone/
H A DMathExtras.h387 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
395 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/devel/py-capstone/capstone-4.0.1/src/
H A DMathExtras.h387 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
395 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/emulators/qemu5/qemu-5.2.0/capstone/
H A DMathExtras.h387 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
395 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/
H A DMathExtras.h387 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
395 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/devel/xelfviewer/XELFViewer-0.03/XCapstone/3rdparty/Capstone/src/
H A DMathExtras.h387 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
395 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTypeDef.cpp73 static inline CheckedInt32 RoundUpToAlignment(CheckedInt32 address, in RoundUpToAlignment() function
102 CheckedInt32 offset = RoundUpToAlignment(sizeSoFar, fieldAlignment); in addField()
119 return RoundUpToAlignment(sizeSoFar, structAlignment); in close()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTypeDef.cpp73 static inline CheckedInt32 RoundUpToAlignment(CheckedInt32 address, in RoundUpToAlignment() function
102 CheckedInt32 offset = RoundUpToAlignment(sizeSoFar, fieldAlignment); in addField()
119 return RoundUpToAlignment(sizeSoFar, structAlignment); in close()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dmemory.c233 alligned_size=RoundUpToAlignment(size,alignment); in MagickMallocAligned()
256 alligned_p=(void*) RoundUpToAlignment((magick_uintptr_t)alloc_p+ in MagickMallocAligned()
H A Dstudio.h366 #define RoundUpToAlignment(offset,alignment) \ macro
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Support/
H A DMathExtras.h444 inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
452 return RoundUpToAlignment(Value, Align) - Value; in OffsetToAlignment()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTypeDef.cpp71 static inline CheckedInt32 RoundUpToAlignment(CheckedInt32 address, in RoundUpToAlignment() function
94 CheckedInt32 offset = RoundUpToAlignment(sizeSoFar, fieldAlignment); in addField()
109 return RoundUpToAlignment(sizeSoFar, structAlignment); in close()
/dports/security/klee/klee-2.2/lib/Core/
H A DMemoryManager.cpp122 address = llvm::RoundUpToAlignment((uint64_t)nextFreeSlot + alignment - 1, in allocate()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/Support/
H A DMathExtras.h596 inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) {
604 return RoundUpToAlignment(Value, Align) - Value;
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A DMemoryBuffer.cpp113 RoundUpToAlignment(sizeof(MemoryBufferMem) + BufferName.size() + 1, in getNewUninitMemBuffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/debug/
H A Dactivity_tracker.cc99 size_t RoundUpToAlignment(size_t index, size_t alignment) { in RoundUpToAlignment() function
481 RoundUpToAlignment(sizeof(FieldHeader) + name_size, kMemoryAlignment) - in Set()
483 size_t value_extent = RoundUpToAlignment(size, kMemoryAlignment); in Set()
579 size_t value_offset = RoundUpToAlignment( in ImportExistingData()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/
H A DMemoryBuffer.cpp138 RoundUpToAlignment(sizeof(MemoryBufferMem) + NameRef.size() + 1, 16); in getNewUninitMemBuffer()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dsun.c517 bytes_per_line=RoundUpToAlignment(bytes_per_line,2); in ReadSUNImage()

12