Home | History | Annotate | Download | only in jni

Lines Matching defs:side

71 	int		side;
82 side = i&1;
84 box_clipnodes[i].children[side] = CONTENTS_EMPTY;
86 box_clipnodes[i].children[side^1] = i + 1;
88 box_clipnodes[i].children[side^1] = CONTENTS_SOLID;
589 int side;
640 // put the crosspoint DIST_EPSILON pixels on the near side
654 side = (t1 < 0);
657 if (!SV_RecursiveHullCheck (hull, node->children[side], p1f, midf, p1, mid, trace) )
661 if (SV_HullPointContents (sv_hullmodel, mid, node->children[side])
669 if (SV_HullPointContents (hull, node->children[side^1], mid)
672 return SV_RecursiveHullCheck (hull, node->children[side^1], midf, p2f, mid, p2, trace);
678 // the other side of the node is solid, this is the impact point
680 if (!side)