Home
last modified time | relevance | path

Searched defs:size (Results 1 – 17 of 17) sorted by relevance

/gdk/samples/quake/jni/
Dzone.cpp31 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 …]
Dwad.h58 int size; // uncompressed member
Dsnd_android.cpp59 SLuint32 size; member
577 size_t size = buffer->size; in AndroidQuakeSoundCallback() local
Dgl_vidandroid.cpp540 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()
Dworld.cpp132 vec3_t size; in SV_HullForEntity() local
205 vec3_t size; in SV_CreateAreaNode() local
Dgl_model.cpp1496 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
DmasterMain.cpp70 jfloat x, jfloat y, jfloat pressure, jfloat size, jint deviceId) { in qmotionevent()
Dmodelgen.h74 float size; member
Dgl_draw.cpp136 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
Dgl_screen.cpp258 float size; in SCR_CalcRefdef() local
Dsnd_dma.cpp972 int size, total; in S_SoundList() local
Dgl_rsurf.cpp142 int i, j, size; in R_BuildLightMap() local
Dglquake.h121 int size; // including header member
Dgl_model.h306 float size; member
/gdk/samples/quake/src/com/android/quake/llvm/
DDownloaderActivity.java316 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
DQuakeLib.java170 float x, float y, float pressure, float size, int deviceId); in motionEvent()
/gdk/libportable/arch-mips/
Dmmap.c106 void *mmap(void *addr, size_t size, int prot, int flags, int fd, long offset) in mmap()