HomeSort by relevance Sort by last modified time
    Searched defs:htab_t (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hashtab.h 144 typedef struct htab *htab_t; typedef in typeref:struct:htab
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
162 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
164 extern void htab_set_functions_ex (htab_t, htab_hash,
169 extern void htab_delete (htab_t);
170 extern void htab_empty (htab_t);
172 extern void * htab_find (htab_t, const void *);
173 extern void ** htab_find_slot (htab_t, const void *, enum insert_option)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hashtab.h 144 typedef struct htab *htab_t; typedef in typeref:struct:htab
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
162 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
164 extern void htab_set_functions_ex (htab_t, htab_hash,
169 extern void htab_delete (htab_t);
170 extern void htab_empty (htab_t);
172 extern void * htab_find (htab_t, const void *);
173 extern void ** htab_find_slot (htab_t, const void *, enum insert_option)
    [all...]

Completed in 4768 milliseconds