HomeSort by: relevance | last modified time | path
    Searched defs:htab_t (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/
hashtab.h 139 typedef struct htab *htab_t; typedef in typeref:struct:htab
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *)
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
hashtab.h 139 typedef struct htab *htab_t; typedef in typeref:struct:htab
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *)
    [all...]
  /src/external/gpl3/gcc/dist/include/
hashtab.h 139 typedef struct htab *htab_t; typedef in typeref:struct:htab
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *)
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
hashtab.h 139 typedef struct htab *htab_t; typedef in typeref:struct:htab
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *)
    [all...]
  /src/external/gpl3/gdb.old/dist/include/
hashtab.h 139 typedef struct htab *htab_t; typedef in typeref:struct:htab
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *)
    [all...]
  /src/external/gpl3/gdb/dist/include/
hashtab.h 139 typedef struct htab *htab_t; typedef in typeref:struct:htab
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *)
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
hashtab.h 87 typedef struct htab *htab_t; typedef in typeref:struct:htab
171 htab_size (htab_t htab)
179 htab_elements (htab_t htab)
212 htab_mod (hashval_t hash, htab_t htab)
221 htab_mod_m2 (hashval_t hash, htab_t htab)
227 static inline htab_t
228 htab_clear (htab_t htab)
238 static htab_t
241 htab_t result;
247 result = (htab_t) htab_alloc (sizeof (struct htab
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
hashtab.h 87 typedef struct htab *htab_t; typedef in typeref:struct:htab
171 htab_size (htab_t htab)
179 htab_elements (htab_t htab)
212 htab_mod (hashval_t hash, htab_t htab)
221 htab_mod_m2 (hashval_t hash, htab_t htab)
227 static inline htab_t
228 htab_clear (htab_t htab)
238 static htab_t
241 htab_t result;
247 result = (htab_t) htab_alloc (sizeof (struct htab
    [all...]

Completed in 19 milliseconds