Home
last modified time | relevance | path

Searched refs:slotAlignment (Results 1 – 9 of 9) sorted by relevance

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Drastack.cpp118 uint32_t slotAlignment = slot->alignment(); in calculateStackFrame() local
119 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame()
135 ASMJIT_ASSERT(Support::isAligned(gap.offset, slotAlignment)); in calculateStackFrame()
173 ASMJIT_ASSERT(Support::isAligned(offset, slotAlignment)); in calculateStackFrame()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drastack.cpp132 uint32_t slotAlignment = slot->alignment(); in calculateStackFrame() local
133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame()
149 ASMJIT_ASSERT(Support::isAligned(gap.offset, slotAlignment)); in calculateStackFrame()
187 ASMJIT_ASSERT(Support::isAligned(offset, slotAlignment)); in calculateStackFrame()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Drastack.cpp132 uint32_t slotAlignment = slot->alignment(); in calculateStackFrame() local
133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame()
149 ASMJIT_ASSERT(Support::isAligned(gap.offset, slotAlignment)); in calculateStackFrame()
187 ASMJIT_ASSERT(Support::isAligned(offset, slotAlignment)); in calculateStackFrame()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Drastack.cpp132 uint32_t slotAlignment = slot->alignment(); in calculateStackFrame() local
133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame()
149 ASMJIT_ASSERT(Support::isAligned(gap.offset, slotAlignment)); in calculateStackFrame()
187 ASMJIT_ASSERT(Support::isAligned(offset, slotAlignment)); in calculateStackFrame()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drastack.cpp132 uint32_t slotAlignment = slot->alignment(); in calculateStackFrame() local
133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame()
149 ASMJIT_ASSERT(Support::isAligned(gap.offset, slotAlignment)); in calculateStackFrame()
187 ASMJIT_ASSERT(Support::isAligned(offset, slotAlignment)); in calculateStackFrame()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drastack.cpp132 uint32_t slotAlignment = slot->alignment(); in calculateStackFrame() local
133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame()
149 ASMJIT_ASSERT(Support::isAligned(gap.offset, slotAlignment)); in calculateStackFrame()
187 ASMJIT_ASSERT(Support::isAligned(offset, slotAlignment)); in calculateStackFrame()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drastack.cpp132 uint32_t slotAlignment = slot->alignment(); in calculateStackFrame() local
133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame()
149 ASMJIT_ASSERT(Support::isAligned(gap.offset, slotAlignment)); in calculateStackFrame()
187 ASMJIT_ASSERT(Support::isAligned(offset, slotAlignment)); in calculateStackFrame()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmtextstyles.cpp490 connect(m_pwidget->alignment->TextL, SIGNAL(clicked()), this, SLOT(slotAlignment())); in setupConnections()
491 connect(m_pwidget->alignment->TextR, SIGNAL(clicked()), this, SLOT(slotAlignment())); in setupConnections()
492 connect(m_pwidget->alignment->TextC, SIGNAL(clicked()), this, SLOT(slotAlignment())); in setupConnections()
493 connect(m_pwidget->alignment->TextB, SIGNAL(clicked()), this, SLOT(slotAlignment())); in setupConnections()
494 connect(m_pwidget->alignment->TextF, SIGNAL(clicked()), this, SLOT(slotAlignment())); in setupConnections()
590 disconnect(m_pwidget->alignment->TextL, SIGNAL(clicked()), this, SLOT(slotAlignment())); in removeConnections()
591 disconnect(m_pwidget->alignment->TextR, SIGNAL(clicked()), this, SLOT(slotAlignment())); in removeConnections()
592 disconnect(m_pwidget->alignment->TextC, SIGNAL(clicked()), this, SLOT(slotAlignment())); in removeConnections()
593 disconnect(m_pwidget->alignment->TextB, SIGNAL(clicked()), this, SLOT(slotAlignment())); in removeConnections()
594 disconnect(m_pwidget->alignment->TextF, SIGNAL(clicked()), this, SLOT(slotAlignment())); in removeConnections()
[all …]
H A Dsmtextstyles.h98 void slotAlignment();