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

  /external/quake/quake/src/QW/server/
progs.h 49 #define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,edict_t,area)
  /external/quake/quake/src/WinQuake/
progs.h 54 #define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,edict_t,area)
common.h 68 // (type *)STRUCT_FROM_LINK(link_t *link, type, member)
69 // ent = STRUCT_FROM_LINK(link,entity_t,order)
71 #define STRUCT_FROM_LINK(l,t,m) ((t *)((byte *)l - (int)&(((t *)0)->m)))
  /gdk/samples/quake/jni/
progs.h 54 #define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,edict_t,area)
common.h 68 // (type *)STRUCT_FROM_LINK(link_t *link, type, member)
69 // ent = STRUCT_FROM_LINK(link,entity_t,order)
71 #define STRUCT_FROM_LINK(l,t,m) ((t *)((byte *)l - (int)&(((t *)0)->m)))
  /external/quake/quake/src/QW/client/
common.h 64 // (type *)STRUCT_FROM_LINK(link_t *link, type, member)
65 // ent = STRUCT_FROM_LINK(link,entity_t,order)
67 #define STRUCT_FROM_LINK(l,t,m) ((t *)((byte *)l - (int)&(((t *)0)->m)))

Completed in 47 milliseconds