HomeSort by relevance Sort by last modified time
    Searched defs:side (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/quake/quake/src/QW/client/
view.c 85 float side; local
89 side = DotProduct (velocity, right);
90 sign = side < 0 ? -1 : 1;
91 side = fabs(side);
95 if (side < cl_rollspeed.value)
96 side = side * value / cl_rollspeed.value;
98 side = value;
100 return side*sign
329 float side; local
823 float side; local
    [all...]
gl_model.c 762 int planenum, side; local
780 side = LittleShort(in->side);
781 if (side)
    [all...]
gl_rsurf.c 1184 // find which side of the node we are on
1220 int c, side; local
1260 // find which side of the node we are on
1280 side = 0;
1282 side = 1;
1284 // recurse down the children, front side first
1285 R_RecursiveWorldNode (node->children[side]);
1295 side = SURF_PLANEBACK;
1297 side = 0;
1306 // continue; // wrong side
    [all...]
model.c 753 int planenum, side; local
771 side = LittleShort(in->side);
772 if (side)
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 1206 float side; local
1210 side = DotProduct (velocity, right);
1211 sign = side < 0 ? -1 : 1;
1212 side = fabs(side);
1216 if (side < cl_rollspeed.value)
1217 side = side * value / cl_rollspeed.value;
1219 side = value;
1221 return side*sign
    [all...]
  /external/quake/quake/src/WinQuake/
r_draw.cpp 89 int side; local
182 side = ceilv0 > r_ceilv1;
190 if (side == 0)
894 // find which side of the node we are on
sv_phys.cpp 871 vec3_t into, side; local
883 VectorSubtract (ent->u.v.velocity, into, side);
885 ent->u.v.velocity[0] = side[0] * (1 + d);
886 ent->u.v.velocity[1] = side[1] * (1 + d);
    [all...]
world.cpp 71 int side; local
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; local
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])
    [all...]
bspfile.h 191 short side; member in struct:__anon11795
gl_model.cpp 762 int planenum, side; local
780 side = LittleShort(in->side);
781 if (side)
    [all...]
gl_rsurf.cpp 1253 // find which side of the node we are on
1289 int i, c, side, *pindex; local
1331 // find which side of the node we are on
1351 side = 0;
1353 side = 1;
1355 // recurse down the children, front side first
1356 R_RecursiveWorldNode (node->children[side]);
1366 side = SURF_PLANEBACK;
1368 side = 0;
1377 continue; // wrong side
    [all...]
model.cpp 771 int planenum, side; local
789 side = LittleShort(in->side);
790 if (side)
    [all...]
  /gdk/samples/quake/jni/
sv_phys.cpp 871 vec3_t into, side; local
883 VectorSubtract (ent->u.v.velocity, into, side);
885 ent->u.v.velocity[0] = side[0] * (1 + d);
886 ent->u.v.velocity[1] = side[1] * (1 + d);
    [all...]
world.cpp 71 int side; local
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; local
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])
    [all...]
bspfile.h 191 short side; member in struct:__anon17547
gl_model.cpp 762 int planenum, side; local
780 side = LittleShort(in->side);
781 if (side)
    [all...]
gl_rsurf.cpp 1253 // find which side of the node we are on
1289 int i, c, side, *pindex; local
1331 // find which side of the node we are on
1351 side = 0;
1353 side = 1;
1355 // recurse down the children, front side first
1356 R_RecursiveWorldNode (node->children[side]);
1366 side = SURF_PLANEBACK;
1368 side = 0;
1377 continue; // wrong side
    [all...]
  /external/ipsec-tools/src/racoon/
handler.h 116 int side; /* INITIATOR or RESPONDER */ member in struct:ph1handle
260 u_int8_t side; /* INITIATOR or RESPONDER */ member in struct:ph2handle
274 * NOTE: In responder side, we can't identify each SAs
412 int side; member in struct:ph1dump
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 610 int side = (length / lod) + 1 - (2); local
611 //System.out.println("side: "+side);
612 int num = side * side * 2;
614 num -= 2 * side; // remove one first row and one last row (they are only hit once each)
617 int degenerates = 2 * (side - (2)); // every row except the first and last
    [all...]
  /external/qemu/android/skin/
trackball.c 167 #define DOT_GRID 3 /* number of horizontal and vertical cells per side grid */
239 int side, nn = 0; local
241 for (side = 0; side < 6; side++) {
245 switch (side) {
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 842 BoxSide side; member in struct:WebCore::CollapsedBorder
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 219 CARD8 side; member in struct:__anon22709
379 int side; /* always Mono */ member in struct:_Multibuffer
464 int side; /* stero side: always Mono */ member in struct:_mbufBuffer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 219 CARD8 side; member in struct:__anon24299
379 int side; /* always Mono */ member in struct:_Multibuffer
464 int side; /* stero side: always Mono */ member in struct:_mbufBuffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 219 CARD8 side; member in struct:__anon25811
379 int side; /* always Mono */ member in struct:_Multibuffer
464 int side; /* stero side: always Mono */ member in struct:_mbufBuffer
  /external/dbus/dbus/
dbus-auth.c 105 DBusAuthDataFunction server_data_func; /**< Function on server side for DATA */
106 DBusAuthEncodeFunction server_encode_func; /**< Function on server side to encode */
107 DBusAuthDecodeFunction server_decode_func; /**< Function on server side to decode */
108 DBusAuthShutdownFunction server_shutdown_func; /**< Function on server side to shut down */
109 DBusInitialResponseFunction client_initial_response_func; /**< Function on client side to handle initial response */
110 DBusAuthDataFunction client_data_func; /**< Function on client side for DATA */
111 DBusAuthEncodeFunction client_encode_func; /**< Function on client side for encode */
112 DBusAuthDecodeFunction client_decode_func; /**< Function on client side for decode */
113 DBusAuthShutdownFunction client_shutdown_func; /**< Function on client side for shutdown */
156 const char *side; /**< Client or server * member in struct:DBusAuth
    [all...]

Completed in 1436 milliseconds

1 23 4