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

  /external/elfutils/lib/
dynamicsizehash.c 163 INIT(NAME) (htab, init_size)
165 unsigned long int init_size;
168 init_size = next_prime (init_size);
171 htab->size = init_size;
176 htab->table = (void *) calloc ((init_size + 1), sizeof (htab->table[0]));
dynamicsizehash.h 69 extern int name##_init (name *htab, unsigned long int init_size); \
  /external/freetype/include/freetype/internal/
ftdriver.h 137 /* init_size :: The format-specific size constructor. */
194 FT_Size_InitFunc init_size; member in struct:FT_Driver_ClassRec_
393 clazz->init_size = init_size_; \
  /external/kernel-headers/original/linux/
module.h 301 unsigned long init_size, core_size; member in struct:module
  /external/freetype/src/base/
ftobjs.c     [all...]

Completed in 187 milliseconds