HomeSort by relevance Sort by last modified time
    Searched refs:type_size (Results 1 - 10 of 10) sorted by null

  /external/llvm/utils/
lldbDataFormatters.py 16 return (end - begin)/self.type_size
31 offset = index * self.type_size
53 self.type_size = self.data_type.GetByteSize()
  /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])
  /gdk/samples/quake/jni/
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])
  /system/media/camera/src/
camera_metadata.c 510 size_t type_size = camera_metadata_type_size[entry->type]; local
512 if ( type_size * entry->count > 4 ) {
540 size_t type_size = camera_metadata_type_size[type]; local
551 k++, count--, index += type_size) {
  /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...]

Completed in 298 milliseconds