HomeSort by relevance Sort by last modified time
    Searched refs:NEXTPTR (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xmd.h 176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
182 # define NEXTPTR(p,t) (((t *)(p)) + 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xmd.h 176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
182 # define NEXTPTR(p,t) (((t *)(p)) + 1)

Completed in 2174 milliseconds