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

  /external/llvm/utils/
lldbDataFormatters.py 17 return (end - begin)/self.type_size
32 offset = index * self.type_size
46 self.type_size = self.data_type.GetByteSize()
47 assert self.type_size != 0
  /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])
  /system/media/camera/src/
camera_metadata.c 870 size_t type_size = camera_metadata_type_size[entry->type]; local
872 if ( type_size * entry->count > 4 ) {
901 size_t type_size = camera_metadata_type_size[type]; local
914 k++, count--, index += type_size) {
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 371 unsigned long type_size; member in struct:_PDB_TYPES_OLD
383 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 488 milliseconds