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 199 INIT(NAME) (htab, init_size)
201 unsigned long int init_size;
204 init_size = next_prime (init_size);
207 htab->size = init_size;
212 htab->table = (void *) calloc ((init_size + 1), sizeof (htab->table[0]));
dynamicsizehash.h 105 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. */
193 FT_Size_InitFunc init_size; member in struct:FT_Driver_ClassRec_
392 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 138 milliseconds