Home
last modified time | relevance | path

Searched refs:M_ALIGN (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/xstormy16/
H A Dtiny-malloc.c87 #define M_ALIGN(x, align) (-(size_t)(x) & ((align) - 1)) macro
123 : sz + sizeof (size_t) + M_ALIGN(sz, sizeof (size_t)))
379 old_size += M_ALIGN ((size_t)__malloc_end + sizeof (size_t), in memalign()
396 before_size = M_ALIGN (&block->next, align); in memalign()
398 before_size = sizeof (*block) + M_ALIGN (&(block+1)->next, align); in memalign()
506 return memalign (128, sz + M_ALIGN (sz, 128)); in pvalloc()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/xstormy16/
H A Dtiny-malloc.c87 #define M_ALIGN(x, align) (-(size_t)(x) & ((align) - 1)) macro
123 : sz + sizeof (size_t) + M_ALIGN(sz, sizeof (size_t)))
379 old_size += M_ALIGN ((size_t)__malloc_end + sizeof (size_t), in memalign()
396 before_size = M_ALIGN (&block->next, align); in memalign()
398 before_size = sizeof (*block) + M_ALIGN (&(block+1)->next, align); in memalign()
506 return memalign (128, sz + M_ALIGN (sz, 128)); in pvalloc()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/xstormy16/
H A Dtiny-malloc.c87 #define M_ALIGN(x, align) (-(size_t)(x) & ((align) - 1)) macro
123 : sz + sizeof (size_t) + M_ALIGN(sz, sizeof (size_t)))
379 old_size += M_ALIGN ((size_t)__malloc_end + sizeof (size_t), in memalign()
396 before_size = M_ALIGN (&block->next, align); in memalign()
398 before_size = sizeof (*block) + M_ALIGN (&(block+1)->next, align); in memalign()
506 return memalign (128, sz + M_ALIGN (sz, 128)); in pvalloc()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/xstormy16/
H A Dtiny-malloc.c87 #define M_ALIGN(x, align) (-(size_t)(x) & ((align) - 1)) macro
123 : sz + sizeof (size_t) + M_ALIGN(sz, sizeof (size_t)))
379 old_size += M_ALIGN ((size_t)__malloc_end + sizeof (size_t), in memalign()
396 before_size = M_ALIGN (&block->next, align); in memalign()
398 before_size = sizeof (*block) + M_ALIGN (&(block+1)->next, align); in memalign()
506 return memalign (128, sz + M_ALIGN (sz, 128)); in pvalloc()
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dplatform.h5 #define M_ALIGN(x) __attribute__((aligned(x))) macro
13 #define M_ALIGN(x) __declspec(align(x)) macro
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dmem.c1118 #define M_ALIGN (sizeof(union mem_align)) macro
1250 size = (size + M_ALIGN - 1) & ~(M_ALIGN - 1); in malloc()
1343 if ((nal = ((long)(char *)m) & (M_ALIGN-1))) { in malloc()
1344 if ((char *)sbrk(M_ALIGN - nal) == (char *)-1) { in malloc()
1349 m = (struct m_hdr *) ((char *)m + (M_ALIGN - nal)); in malloc()
1457 sz = (sz + M_ALIGN - 1) & ~(M_ALIGN - 1);
1465 ((long)p) & (M_ALIGN - 1)) {
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h388 #define M_ALIGN(m, len) do { \
H A Duser_mbuf.c1341 M_ALIGN(m, len);
1531 M_ALIGN(n, remain);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h388 #define M_ALIGN(m, len) do { \ macro
H A Duser_mbuf.c1341 M_ALIGN(m, len); in m_prepend()
1531 M_ALIGN(n, remain); in m_split()
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_mbuf.h388 #define M_ALIGN(m, len) do { \ macro
H A Duser_mbuf.c1341 M_ALIGN(m, len); in m_prepend()
1531 M_ALIGN(n, remain); in m_split()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_mbuf.h417 #define M_ALIGN(m, len) do { \ macro
H A Duser_mbuf.c1209 M_ALIGN(m, len); in m_prepend()
1399 M_ALIGN(n, remain); in m_split()
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/
H A Duser_mbuf.h388 #define M_ALIGN(m, len) do { \ macro
H A Duser_mbuf.c1341 M_ALIGN(m, len); in m_prepend()
1531 M_ALIGN(n, remain); in m_split()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_mbuf.h418 #define M_ALIGN(m, len) do { \ macro
H A Duser_mbuf.c1206 M_ALIGN(m, len); in m_prepend()
1396 M_ALIGN(n, remain); in m_split()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/
H A Duser_mbuf.h382 #define M_ALIGN(m, len) do { \ macro
H A Duser_mbuf.c1332 M_ALIGN(m, len); in m_prepend()
1522 M_ALIGN(n, remain); in m_split()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h388 #define M_ALIGN(m, len) do { \ macro
H A Duser_mbuf.c1341 M_ALIGN(m, len); in m_prepend()
1531 M_ALIGN(n, remain); in m_split()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_mbuf.h417 #define M_ALIGN(m, len) do { \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h420 #define M_ALIGN(m, len) do { \ macro
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h420 #define M_ALIGN(m, len) do { \ macro

123