OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dclipnode_t
(Results
1 - 16
of
16
) sorted by null
/external/quake/quake/src/QW/server/
worlda.s
35
//
dclipnode_t
*node;
63
// !!! if the size of
dclipnode_t
changes, the scaling of %eax needs to be
world.c
57
static
dclipnode_t
box_clipnodes[6];
456
dclipnode_t
*node;
535
dclipnode_t
*node;
model.c
865
dclipnode_t
*in, *out;
920
dclipnode_t
*out;
/external/quake/quake/src/QW/client/
bspfile.h
156
}
dclipnode_t
;
typedef in typeref:struct:__anon14095
254
extern
dclipnode_t
dclipnodes[MAX_MAP_CLIPNODES];
pmovetst.c
23
static
dclipnode_t
box_clipnodes[6];
96
dclipnode_t
*node;
129
dclipnode_t
*node;
178
dclipnode_t
*node;
gl_model.h
202
dclipnode_t
*clipnodes;
401
dclipnode_t
*clipnodes;
model.h
182
dclipnode_t
*clipnodes;
367
dclipnode_t
*clipnodes;
gl_model.c
958
dclipnode_t
*in, *out;
1013
dclipnode_t
*out;
[
all
...]
model.c
928
dclipnode_t
*in, *out;
983
dclipnode_t
*out;
[
all
...]
/external/quake/quake/src/WinQuake/
worlda.s
55
//
dclipnode_t
*node;
83
// !!! if the size of
dclipnode_t
changes, the scaling of %eax needs to be
bspfile.h
169
}
dclipnode_t
;
typedef in typeref:struct:__anon14383
272
extern
dclipnode_t
dclipnodes[MAX_MAP_CLIPNODES];
gl_model.h
198
dclipnode_t
*clipnodes;
398
dclipnode_t
*clipnodes;
model.h
171
dclipnode_t
*clipnodes;
350
dclipnode_t
*clipnodes;
world.cpp
57
static
dclipnode_t
box_clipnodes[6];
494
dclipnode_t
*node;
583
dclipnode_t
*node;
gl_model.cpp
949
dclipnode_t
*in, *out;
953
in = (
dclipnode_t
*)(mod_base + l->fileofs);
957
out = (
dclipnode_t
*) Hunk_AllocName ( count*sizeof(*out), loadname);
1004
dclipnode_t
*out;
1012
out = (
dclipnode_t
*) Hunk_AllocName ( count*sizeof(*out), loadname);
[
all
...]
model.cpp
946
dclipnode_t
*in, *out;
1001
dclipnode_t
*out;
[
all
...]
Completed in 102 milliseconds