| /gdk/samples/quake/jni/ |
| D | zone.cpp | 31 int size; // including the header and possibly tiny fragments member 40 int size; // total bytes malloced, including header member 74 void Z_ClearZone (memzone_t *zone, int size) in Z_ClearZone() 142 void *Z_Malloc (int size) in Z_Malloc() 155 void *Z_TagMalloc (int size, int tag) in Z_TagMalloc() 271 int size; // including sizeof(hunk_t), -1 = not allocated member 399 void *Hunk_AllocName (int size, const char *name) in Hunk_AllocName() 434 void *Hunk_Alloc (int size) in Hunk_Alloc() 482 void *Hunk_HighAllocName (int size, const char *name) in Hunk_HighAllocName() 528 void *Hunk_TempAlloc (int size) in Hunk_TempAlloc() [all …]
|
| D | wad.h | 58 int size; // uncompressed member
|
| D | snd_android.cpp | 59 SLuint32 size; member 577 size_t size = buffer->size; in AndroidQuakeSoundCallback() local
|
| D | gl_vidandroid.cpp | 540 float x, float y, float pressure, float size, int deviceId) { in analyze() 669 float x, float y, float pressure, float size, int deviceId) in AndroidMotionEvent()
|
| D | world.cpp | 132 vec3_t size; in SV_HullForEntity() local 205 vec3_t size; in SV_CreateAreaNode() local
|
| D | gl_model.cpp | 1496 int size; in Mod_LoadAliasModel() local 1659 int i, width, height, size, origin[2]; in Mod_LoadSpriteFrame() local 1757 int size; in Mod_LoadSpriteModel() local
|
| D | masterMain.cpp | 70 jfloat x, jfloat y, jfloat pressure, jfloat size, jint deviceId) { in qmotionevent()
|
| D | modelgen.h | 74 float size; member
|
| D | gl_draw.cpp | 136 size_t size; member 238 int size = width * height; in create() local 338 void ensure(int size) { in ensure() 844 float frow, fcol, size; in Draw_Character() local
|
| D | gl_screen.cpp | 258 float size; in SCR_CalcRefdef() local
|
| D | snd_dma.cpp | 972 int size, total; in S_SoundList() local
|
| D | gl_rsurf.cpp | 142 int i, j, size; in R_BuildLightMap() local
|
| D | glquake.h | 121 int size; // including header member
|
| D | gl_model.h | 306 float size; member
|
| /gdk/samples/quake/src/com/android/quake/llvm/ |
| D | DownloaderActivity.java | 316 public File(String src, String dest, String md5, long size) { in File() 323 Part(String src, String md5, long size) { in Part() 330 long size; field in DownloaderActivity.Config.File.Part 380 long size = getLong(attributes, "size", -1); in startElement() local 385 long size = getLong(attributes, "size", -1); in startElement() local
|
| D | QuakeLib.java | 170 float x, float y, float pressure, float size, int deviceId); in motionEvent()
|
| /gdk/libportable/arch-mips/ |
| D | mmap.c | 106 void *mmap(void *addr, size_t size, int prot, int flags, int fd, long offset) in mmap()
|