Searched defs:e (Results 1 – 14 of 14) sorted by relevance
| /gdk/samples/quake/jni/ |
| D | progs.h | 99 #define NEXT_EDICT(e) ((edict_t *)( (byte *)e + pr_edict_size)) argument 101 #define EDICT_TO_PROG(e) ((byte *)e - (byte *)sv.edicts) argument 102 #define PROG_TO_EDICT(e) ((edict_t *)((byte *)sv.edicts + e)) argument 114 #define E_FLOAT(e,o) (((float*)&e->u.v)[o]) argument 115 #define E_INT(e,o) (*(int *)&((float*)&e->u.v)[o]) argument 116 #define E_VECTOR(e,o) (&((float*)&e->u.v)[o]) argument 117 #define E_STRING(e,o) (pr_strings + e->u.s[o]) argument
|
| D | host_cmd.cpp | 1680 edict_t *e; in FindViewthing() local 1699 edict_t *e; in Host_Viewmodel_f() local 1724 edict_t *e; in Host_Viewframe_f() local 1761 edict_t *e; in Host_Viewnext_f() local 1783 edict_t *e; in Host_Viewprev_f() local
|
| D | pr_cmds.cpp | 23 #define RETURN_EDICT(e) (((int *)pr_globals)[OFS_RETURN] = EDICT_TO_PROG(e)) argument 122 edict_t *e; in PF_setorigin() local 132 void SetMinMaxSize (edict_t *e, float *min, float *max, qboolean rotate) in SetMinMaxSize() 217 edict_t *e; in PF_setsize() local 236 edict_t *e; in PF_setmodel() local 978 int e; in PF_Find() local
|
| D | sv_main.cpp | 429 int e, i; in SV_WriteEntitiesToClient() local 559 int e; in SV_CleanupEnts() local
|
| D | pr_edict.cpp | 70 void ED_ClearEdict (edict_t *e) in ED_ClearEdict() 90 edict_t *e; in ED_Alloc() local 1096 int NUM_FOR_EDICT(edict_t *e) in NUM_FOR_EDICT()
|
| D | sv_phys.cpp | 63 int e; in SV_CheckAllEnts() local 441 int i, e; in SV_PushMove() local 568 int i, e; in SV_PushRotate() local
|
| D | gl_draw.cpp | 193 entry* e = &mTextures[virtTexNum]; in bind() local 207 void update(entry* e) in update() 242 entry* e = &mTextures[mBoundTextureID]; in create() local 266 for (entry* e = mFirst; e; e = e->next ) { in rebindAll() local 328 void unlink(entry* e) { in unlink() 340 entry* e = mLast; in ensure() local 350 void evict(entry* e) { in evict()
|
| D | gl_rmain.cpp | 122 void R_RotateForEntity (entity_t *e) in R_RotateForEntity() 197 void R_DrawSpriteModel (entity_t *e) in R_DrawSpriteModel() 587 void R_DrawAliasModel (entity_t *e) in R_DrawAliasModel()
|
| D | gl_rsurf.cpp | 1175 void R_DrawBrushModel (entity_t *e) in R_DrawBrushModel()
|
| D | gl_warp.cpp | 856 float d, e; in ClipSkyPolygon() local
|
| D | gl_model.cpp | 708 int i,j, e; in CalcSurfaceExtents() local
|
| /gdk/sources/llvm-ndk-cc/ |
| D | llvm-ndk-cc.cpp | 77 for(unsigned i = 0, e = HeaderSearchDirs.size(); i<e; ++i) { in main() local 82 for(unsigned i = 0, e = PreDefinedSymbols.size(); i<e; ++i) { in main() local
|
| D | Backend.cpp | 238 for (llvm::inst_iterator i = llvm::inst_begin(*I), e = llvm::inst_end(*I); in HandleTranslationUnit() local
|
| D | Compiler.cpp | 124 for (unsigned i = 0, e = mIncludePaths.size(); i != e; i++) { in createPreprocessor() local
|