Home
last modified time | relevance | path

Searched defs:MEM_ALIGN (Results 1 – 25 of 53) sorted by relevance

123

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/macosx/
H A DJackCompilerDeps_os.h27 #define MEM_ALIGN(x,y) x __attribute__((aligned(y))) macro
35 #define MEM_ALIGN(x,y) x macro
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/android/
H A DJackCompilerDeps_os.h28 #define MEM_ALIGN(x,y) x __attribute__((aligned(y))) macro
41 #define MEM_ALIGN(x,y) x macro
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/posix/
H A DJackCompilerDeps_os.h27 #define MEM_ALIGN(x,y) x __attribute__((aligned(y))) macro
40 #define MEM_ALIGN(x,y) x macro
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/windows/
H A DJackCompilerDeps_os.h34 #define MEM_ALIGN(x,y) x __attribute__((aligned(y))) macro
38 #define MEM_ALIGN(x,y) x macro
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/lwip/
H A Dmem.h56 #define MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_ALIGNM… macro
/dports/dns/ldapdns/ldapdns-2.07/
H A Dmem.h5 #define MEM_ALIGN 16 macro
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libdb/uIP/
H A Duip_arch.h63 #define MEM_ALIGN(mem) ((void*)(((u32_t)(mem)+MEM_ALIGNMENT-1)&~(u32_t)(MEM_ALIGNMENT-1))) macro
/dports/math/eprover/eprover-E-2.0/BASICS/
H A Dclb_newmem.h54 #define MEM_ALIGN 16 macro
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwbt/
H A Dbtarch.h63 #define MEM_ALIGN(mem) ((void*)(((u32_t)(mem)+MEM_ALIGNMENT-1)&~(u32_t)(MEM_ALIGNMENT-1))) macro
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dz_zone.c39 #define MEM_ALIGN sizeof(void *) macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dz_zone.c39 #define MEM_ALIGN sizeof(void *) macro
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmempool.c30 #define MEM_ALIGN 8 macro
/dports/textproc/senna/senna-1.1.5/lib/
H A Dcache.c52 #define MEM_ALIGN sen_cache_block macro
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dralloc.c73 #define MEM_ALIGN sizeof (double) macro
/dports/editors/emacs/emacs-27.2/src/
H A Dralloc.c73 #define MEM_ALIGN sizeof (double) macro
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_replay/
H A Daxis_replay.v170 localparam MEM_ALIGN = $clog2(MEM_DATA_W / 8); constant
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dcommon_define.h208 #define MEM_ALIGN(x) (((x) + 7) & (~7)) macro
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Dtlsf.cc120 #define MEM_ALIGN ((BLOCK_ALIGN) - 1) macro
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_sel.c778 #define MEM_ALIGN sizeof(double) macro
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/TLSF-2.4.6/src/
H A Dtlsf.c152 #define MEM_ALIGN ((BLOCK_ALIGN) - 1) macro
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-resampler.c36 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-resampler.c36 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-resampler.c36 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-resampler.c36 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-resampler.c36 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro

123