/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/ext/ |
__hash | 22 template <typename _Tp> struct _LIBCPP_TEMPLATE_VIS hash { }; 24 template <> struct _LIBCPP_TEMPLATE_VIS hash<const char*> 34 template <> struct _LIBCPP_TEMPLATE_VIS hash<char *> 44 template <> struct _LIBCPP_TEMPLATE_VIS hash<char> 54 template <> struct _LIBCPP_TEMPLATE_VIS hash<signed char> 64 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned char> 74 template <> struct _LIBCPP_TEMPLATE_VIS hash<short> 84 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned short> 94 template <> struct _LIBCPP_TEMPLATE_VIS hash<int> 104 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned int [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ext/ |
__hash | 22 template <typename _Tp> struct _LIBCPP_TEMPLATE_VIS hash { }; 24 template <> struct _LIBCPP_TEMPLATE_VIS hash<const char*> 34 template <> struct _LIBCPP_TEMPLATE_VIS hash<char *> 44 template <> struct _LIBCPP_TEMPLATE_VIS hash<char> 54 template <> struct _LIBCPP_TEMPLATE_VIS hash<signed char> 64 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned char> 74 template <> struct _LIBCPP_TEMPLATE_VIS hash<short> 84 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned short> 94 template <> struct _LIBCPP_TEMPLATE_VIS hash<int> 104 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned int [all...] |
/system/core/libcutils/ |
hashmap.cpp | 30 int hash; member in struct:Entry 38 int (*hash)(void* key); member in struct:Hashmap 45 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB)) { 46 assert(hash != NULL); 70 map->hash = hash; 85 int h = map->hash(key); 101 static inline size_t calculateIndex(size_t bucketCount, int hash) { 102 return ((size_t) hash) & (bucketCount - 1); 122 size_t index = calculateIndex(newBucketCount, entry->hash); 198 int hash = hashKey(map, key); local 230 int hash = hashKey(map, key); local 245 int hash = hashKey(map, key); local 261 int hash = hashKey(map, key); local 293 int hash = hashKey(map, key); local [all...] |
/external/selinux/policycoreutils/newrole/ |
hashtab.h | 7 * A hash table (hashtab) maintains associations between 10 * functions for hash computation and key comparison are 34 hashtab_ptr_t *htable; /* hash table */ 35 unsigned int size; /* number of slots in hash table */ 36 uint32_t nel; /* number of elements in hash table */ 37 unsigned int (*hash_value) (struct hashtab_val * h, const_hashtab_key_t key); /* hash function */ 43 /* Define status codes for hash table functions */ 50 Creates a new hash table with the specified characteristics. 53 the new hash table otherwise. 63 Inserts the specified (key, datum) pair into the specified hash table [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
LzFind.c | 144 p->hash = NULL;
159 alloc->Free(alloc, p->hash);
160 p->hash = NULL;
247 if (p->hash && p->numRefs == newSize)
252 p->hash = AllocRefs(newSize, alloc);
254 if (p->hash)
256 p->son = p->hash + p->hashSizeSum;
298 UInt32 *hash = p->hash;
local 301 hash[i] = kEmptyHashValue; 551 UInt32 *hash; local 588 UInt32 *hash; local 720 UInt32 *hash; local 896 UInt32 *hash; local 913 UInt32 *hash; local 952 UInt32 *hash; local [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
LzFind.c | 146 p->hash = NULL;
161 alloc->Free(alloc, p->hash);
162 p->hash = NULL;
249 if (p->hash && p->numRefs == newSize)
254 p->hash = AllocRefs(newSize, alloc);
256 if (p->hash)
258 p->son = p->hash + p->hashSizeSum;
300 UInt32 *hash = p->hash;
local 303 hash[i] = kEmptyHashValue; 553 UInt32 *hash; local 590 UInt32 *hash; local 722 UInt32 *hash; local 898 UInt32 *hash; local 915 UInt32 *hash; local 954 UInt32 *hash; local [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
LzFind.c | 146 p->hash = NULL;
161 alloc->Free(alloc, p->hash);
162 p->hash = NULL;
249 if (p->hash && p->numRefs == newSize)
254 p->hash = AllocRefs(newSize, alloc);
256 if (p->hash)
258 p->son = p->hash + p->hashSizeSum;
300 UInt32 *hash = p->hash;
local 303 hash[i] = kEmptyHashValue; 553 UInt32 *hash; local 590 UInt32 *hash; local 722 UInt32 *hash; local 898 UInt32 *hash; local 915 UInt32 *hash; local 954 UInt32 *hash; local [all...] |
/external/lzma/C/ |
LzFind.c | 144 p->hash = NULL;
159 alloc->Free(alloc, p->hash);
160 p->hash = NULL;
247 if (p->hash && p->numRefs == newSize)
252 p->hash = AllocRefs(newSize, alloc);
254 if (p->hash)
256 p->son = p->hash + p->hashSizeSum;
298 UInt32 *hash = p->hash;
local 301 hash[i] = kEmptyHashValue; 551 UInt32 *hash; local 588 UInt32 *hash; local 720 UInt32 *hash; local 896 UInt32 *hash; local 913 UInt32 *hash; local 952 UInt32 *hash; local [all...] |
/external/vboot_reference/tests/ |
vb21_api_tests.c | 212 "init hash good"); 216 "hash context offset"); 218 "hash context size"); 221 "hash uses workbuf"); 224 "hash signature offset"); 225 TEST_EQ(sd->hash_remaining_size, mock_body_size, "hash remaining"); 229 "init hash again"); 230 TEST_EQ(ctx.workbuf_used, wb_used_before, "init hash reuses context"); 234 "hash signature offset 2"); 238 VB2_ERROR_API_INIT_HASH_GUID, "init hash invalid guid") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
functional_hash.h | 41 /// Class template hash. 42 // Declaration of default hash functor std::tr1::hash. The types for 43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR. 45 struct hash : public std::unary_function<_Tp, size_t> struct in namespace:tr1 53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t> struct in namespace:tr1 64 hash<_Tp>::operator()(_Tp __val) const \ 83 // Fowler / Noll / Vo (FNV) Hash (type FNV-1a) 84 // (Used by the next specializations of std::tr1::hash.) 92 hash(const _Tp* __ptr, size_t __clength function in struct:tr1::_Fnv_hash_base 107 hash(const _Tp* __ptr, size_t __clength) function in struct:tr1::_Fnv_hash_base 125 hash(const _Tp* __ptr, size_t __clength) function in struct:tr1::_Fnv_hash_base 146 hash(const _Tp& __val) function in struct:tr1::_Fnv_hash [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
functional_hash.h | 41 /// Class template hash. 42 // Declaration of default hash functor std::tr1::hash. The types for 43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR. 45 struct hash : public std::unary_function<_Tp, size_t> struct in namespace:tr1 53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t> struct in namespace:tr1 64 hash<_Tp>::operator()(_Tp __val) const \ 83 // Fowler / Noll / Vo (FNV) Hash (type FNV-1a) 84 // (Used by the next specializations of std::tr1::hash.) 92 hash(const _Tp* __ptr, size_t __clength function in struct:tr1::_Fnv_hash_base 107 hash(const _Tp* __ptr, size_t __clength) function in struct:tr1::_Fnv_hash_base 125 hash(const _Tp* __ptr, size_t __clength) function in struct:tr1::_Fnv_hash_base 146 hash(const _Tp& __val) function in struct:tr1::_Fnv_hash [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/ |
hmac.a | 16 hmac ?
|SGOROOTsrccrypto
hmac.goNew
4hash
hash.goHash
?io io.goWriter Write"p n &err BSum"b " Reset Size BlockSize h·2
esc:0x9"key·3 < |