/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
hashtab.h | 52 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, 160 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del, 164 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del); 165 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del); 167 extern void htab_set_functions_ex (htab_t, htab_hash, 192 extern htab_hash htab_hash_pointer;
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
hashtab.h | 52 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, 160 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del, 164 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del); 165 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del); 167 extern void htab_set_functions_ex (htab_t, htab_hash, 192 extern htab_hash htab_hash_pointer;
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
hashtab.h | 52 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, 160 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del, 164 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del); 165 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del); 167 extern void htab_set_functions_ex (htab_t, htab_hash, 192 extern htab_hash htab_hash_pointer;
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
hashtab.h | 52 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, 160 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del, 164 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del); 165 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del); 167 extern void htab_set_functions_ex (htab_t, htab_hash, 192 extern htab_hash htab_hash_pointer;
|
/external/libusb_aah/libusb/os/ |
windows_usb.c | 430 static unsigned long htab_hash(char* str) function 541 session_id = htab_hash(sanitized_path); [all...] |