OSDN Git Service

Disassociate hash algorithm with hash function name
authorZach Johnson <zachoverflow@google.com>
Mon, 8 Sep 2014 18:39:49 +0000 (11:39 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:34 +0000 (16:51 -0700)
commitc0e2f9927b8d60123b388c3d117e8f82c90d46e3
treea1e6d957f986b9cd9eebc9a1bc97725536223dac
parent4ada04168dbdbfac48281b7c91186a885b46f7c0
Disassociate hash algorithm with hash function name

This will make it easier to select the correct one for the job, and also
make it possible to substitute a better one in the future if need be without
having to change the function name.

kunth is duplicated, once for integer hashing and once for shallow pointer hashing, to
make usage more readable.
bta/sys/bta_sys_main.c
main/bte_main.c
osi/include/hash_functions.h
osi/src/allocation_tracker.c
osi/src/hash_functions.c
test/suite/support/hal.c