Home
last modified time | relevance | path

Searched defs:ALIGN_PTR (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/memory/
H A Dmalloc.h11 #define ALIGN_PTR(ptr, alignment) \ macro
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/
H A Dcpu_accel.h54 #define ALIGN_PTR(p,a) ((void *)( (((size_t)(p))+(a)-1)&~((size_t)(a)-1))) macro
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/lib/
H A Dextra.h96 static inline void* ALIGN_PTR(void* v, unsigned a) in ALIGN_PTR() function
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dpool.c35 #define ALIGN_PTR(PTR,ALIGNMENT) (PTR + (-(pj_ssize_t)(PTR) & (ALIGNMENT-1))) macro
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_helpers.h14 #define ALIGN_PTR(p, x) (((uintptr_t)(p) + ((x)-1)) & ~((x)-1)) macro
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_header.h72 #define ALIGN_PTR(p, x) (((uintptr_t)(p) + ((x)-1)) & ~((x)-1)) macro
/dports/science/paje/Paje_1.97/Tracers/JRastro/libRastro/include/
H A Drastro_private.h29 #define ALIGN_PTR(p) ((void *)(((int)(p)+3)&(-4))) macro
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSYS/include/
H A Dmachine_type.h311 #define ALIGN_PTR(a) \ macro
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSYS/include/
H A Dmachine_type.h311 #define ALIGN_PTR(a) \ macro
/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dalign.h.in19 #define ALIGN_PTR @SIZE_PTR@ macro
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dalign.h.in19 #define ALIGN_PTR @SIZE_PTR@ macro
/dports/devel/sunpromake/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/devel/smake/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorCommon/
H A DImplicitArgs.hpp153 ALIGN_PTR enumerator
/dports/devel/sccs/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/devel/schilybase/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/net/rscsi/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/archivers/star/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/sysutils/cdrtools/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/editors/ved/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/sysutils/schilyutils/schily-2021-09-18/psmake/include/
H A Dalign.h28 #define ALIGN_PTR 8 /* alignment value for (pointer *) */ macro
/dports/graphics/colmap/colmap-3.6/lib/PBA/
H A DSparseBundleCPU.h30 #define ALIGN_PTR(p) \ macro
/dports/dns/knot-resolver/knot-resolver-5.4.3/contrib/ucw/
H A Dlib.h63 #define ALIGN_PTR(p, s) ((uintptr_t)(p) % (s) ? (typeof(p))((uintptr_t)(p) + (s) - (uintptr_t)(p) %… macro
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dscripts.h31 #define ALIGN_PTR(value,size) (void*)(((uintptr_t)value + (size - 1)) & (~(size - 1))) macro
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dmy_global.h825 #define ALIGN_PTR(A, t) ((t*) MY_ALIGN((A), sizeof(double))) macro

12