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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hashtab.h 51 typedef hashval_t (*htab_hash) (const void *); typedef
102 htab_hash hash_f;
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,
189 extern htab_hash htab_hash_pointer;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hashtab.h 51 typedef hashval_t (*htab_hash) (const void *); typedef
102 htab_hash hash_f;
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,
189 extern htab_hash htab_hash_pointer;
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
hashtab.h 51 typedef hashval_t (*htab_hash) (const void *); typedef
102 htab_hash hash_f;
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,
189 extern htab_hash htab_hash_pointer;

Completed in 40 milliseconds