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

  /src/external/gpl3/binutils/dist/libiberty/
hashtab.c 615 /* Like htab_find_slot_with_hash, but compute the hash value from the
633 htab_find_slot_with_hash (htab_t htab, const void *element, function
697 /* Like htab_find_slot_with_hash, but compute the hash value from the
703 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element),
727 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT);
  /src/external/gpl3/binutils.old/dist/libiberty/
hashtab.c 615 /* Like htab_find_slot_with_hash, but compute the hash value from the
633 htab_find_slot_with_hash (htab_t htab, const void *element, function
697 /* Like htab_find_slot_with_hash, but compute the hash value from the
703 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element),
727 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT);
  /src/external/gpl3/gcc/dist/libiberty/
hashtab.c 615 /* Like htab_find_slot_with_hash, but compute the hash value from the
633 htab_find_slot_with_hash (htab_t htab, const void *element, function
697 /* Like htab_find_slot_with_hash, but compute the hash value from the
703 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element),
727 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT);
  /src/external/gpl3/gcc.old/dist/libiberty/
hashtab.c 615 /* Like htab_find_slot_with_hash, but compute the hash value from the
633 htab_find_slot_with_hash (htab_t htab, const PTR element, function
697 /* Like htab_find_slot_with_hash, but compute the hash value from the
703 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element),
727 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT);
  /src/external/gpl3/gdb.old/dist/libiberty/
hashtab.c 615 /* Like htab_find_slot_with_hash, but compute the hash value from the
633 htab_find_slot_with_hash (htab_t htab, const void *element, function
697 /* Like htab_find_slot_with_hash, but compute the hash value from the
703 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element),
727 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT);
  /src/external/gpl3/gdb/dist/libiberty/
hashtab.c 615 /* Like htab_find_slot_with_hash, but compute the hash value from the
633 htab_find_slot_with_hash (htab_t htab, const void *element, function
697 /* Like htab_find_slot_with_hash, but compute the hash value from the
703 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element),
727 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT);

Completed in 20 milliseconds