/external/quake/quake/src/QW/server/ |
progs.h | 114 extern int type_size[8];
|
pr_edict.c | 34 int type_size[8] = {1,sizeof(void *)/4,1,3,1,1,sizeof(void *)/4,sizeof(void *)/4}; variable 456 for (j=0 ; j<type_size[type] ; j++) 459 if (j == type_size[type]) 505 for (j=0 ; j<type_size[type] ; j++) 508 if (j == type_size[type])
|
/external/quake/quake/src/WinQuake/ |
progs.h | 119 extern int type_size[8];
|
pr_edict.cpp | 36 int type_size[8] = {1,sizeof(string_t)/4,1,3,1,1,sizeof(func_t)/4,sizeof(void *)/4}; variable 463 for (j=0 ; j<type_size[type] ; j++) 466 if (j == type_size[type]) 512 for (j=0 ; j<type_size[type] ; j++) 515 if (j == type_size[type])
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 394 unsigned long type_size; member in struct:_PDB_TYPES_OLD 406 unsigned long type_size; member in struct:_PDB_TYPES [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 11593 static int type_size(CType *type, int *a) function [all...] |