Searched refs:lookup8 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h28 lookup8.c, by Bob Jenkins, January 4 1997, Public Domain.
111 static uint64_t lookup8( uint8_t *k, size_t length, uint64_t level);
140 return (size_t)lookup8((uint8_t *)s, strlen(s), 0);
181 uint64_t val = lookup8((uint8_t*)key, keylen, salt);
672 static uint64_t lookup8( uint8_t *k, size_t length, uint64_t level) function in namespace:objc_opt
946 ub8 hash = lookup8(mykey->name_k, mykey->len_k, salt);

Completed in 69 milliseconds