Home
last modified time | relevance | path

Searched defs:NEXTPTR (Results 1 – 6 of 6) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/optionalX11/X11/
H A DXmd.h176 #define NEXTPTR(p, t) (((char *)p) + SIZEOF(t)) macro
182 #define NEXTPTR(p, t) (((t *)(p)) + 1) macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/X11/
H A DXmd.h176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t)) macro
182 # define NEXTPTR(p,t) (((t *)(p)) + 1) macro
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/optionalX11/X11/
H A DXmd.h176 #define NEXTPTR(p, t) (((char *)p) + SIZEOF(t)) macro
182 #define NEXTPTR(p, t) (((t *)(p)) + 1) macro
/dports/net/tightvnc/vnc_unixsrc/Xvnc/include/
H A DXmd.h197 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t)) macro
203 #define NEXTPTR(p,t) (((t *)(p)) + 1) macro
/dports/audio/nas/nas-1.9.4/lib/audio/
H A DAmd.h257 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t)) macro
263 #define NEXTPTR(p,t) (((t *)(p)) + 1) macro
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/
H A DXmd.h144 # define NEXTPTR(p,t) (((t *)(p)) + 1) macro