HomeSort by relevance Sort by last modified time
    Searched full:hash (Results 176 - 200 of 15682) sorted by null

1 2 3 4 5 6 78 91011>>

  /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 ? |SGOROOTsrc crypto hmac.goNew 4hash hash.goHash ?io io.go Writer Write"pn&errBSum"b" ResetSize BlockSizeh·2 esc:0x9" key·3< ? Equal" mac1·2 esc:0x1" mac2·36 <autogenerated>init  
36 go19ldcrypto/subtlehash?&hash.Hash.BlockSize?0runtime.morestack_noctxt?
37 .this?type.hash.Hash?~r1?type.int?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?.gofile..<autogenerated>?hash.Hash.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b?hash.Hash.Size?hash.Hash.Sum?b?type.[]ui (…)
    [all...]
  /prebuilts/go/darwin-x86/src/hash/fnv/
fnv.go 5 // Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
10 // All the hash.Hash implementations returned by this package also
12 // marshal and unmarshal the internal state of the hash.
17 "hash"
40 // New32 returns a new 32-bit FNV-1 hash.Hash.
42 func New32() hash.Hash32 {
47 // New32a returns a new 32-bit FNV-1a hash.Hash
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
hmac.a 16 hmac ? |SGOROOTsrc crypto hmac.goNew 4hash hash.goHash ?io io.go Writer Write"pn&errBSum"b" ResetSize BlockSizeh·2 esc:0x9" key·3< ? Equal" mac1·2 esc:0x1" mac2·36 <autogenerated>init  
36 go19ldcrypto/subtlehash?&hash.Hash.BlockSize?0runtime.morestack_noctxt?
37 .this?type.hash.Hash?~r1?type.int?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?.gofile..<autogenerated>?hash.Hash.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b?hash.Hash.Size?hash.Hash.Sum?b?type.[]ui (…)
    [all...]
  /prebuilts/go/linux-x86/src/hash/fnv/
fnv.go 5 // Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
10 // All the hash.Hash implementations returned by this package also
12 // marshal and unmarshal the internal state of the hash.
17 "hash"
40 // New32 returns a new 32-bit FNV-1 hash.Hash.
42 func New32() hash.Hash32 {
47 // New32a returns a new 32-bit FNV-1a hash.Hash
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
ext.c 25 } HASH;
27 ASN1_SEQUENCE(HASH) = {
28 ASN1_SIMPLE(HASH, hashAlgorithm, X509_ALGOR),
29 ASN1_SIMPLE(HASH, dataHash, ASN1_OCTET_STRING),
30 } ASN1_SEQUENCE_END(HASH)
32 DECLARE_ASN1_FUNCTIONS(HASH)
33 IMPLEMENT_ASN1_FUNCTIONS(HASH)
136 * Creates a x509v3 extension containing a hash
151 * md: hash algorithm
152 * buf: pointer to the buffer that contains the hash
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
template.h 3 /* define some hash function */
4 #ifndef HASH
5 #define HASH(p, h) while ( *p != '\0' ) h = (h<<1) + *p++;
12 unsigned int hash; member in struct:_sym
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashInstanceLibSha1/
HashInstanceLibSha1.uni 2 // Provides BaseCrypto SHA1 hash service
4 // This library can be registered to BaseCrypto router, to serve as hash engine.
18 #string STR_MODULE_ABSTRACT #language en-US "Provides BaseCrypto SHA1 hash service"
20 #string STR_MODULE_DESCRIPTION #language en-US "This library can be registered to BaseCrypto router, to serve as hash engine."
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashInstanceLibSha256/
HashInstanceLibSha256.uni 2 // Provides BaseCrypto SHA256 hash service
4 // This library can be registered to BaseCrypto router, to serve as hash engine.
18 #string STR_MODULE_ABSTRACT #language en-US "Provides BaseCrypto SHA256 hash service"
20 #string STR_MODULE_DESCRIPTION #language en-US "This library can be registered to BaseCrypto router, to serve as hash engine."
  /external/autotest/server/site_tests/firmware_ECHash/
firmware_ECHash.py 14 Servo based EC hash recompute test.
16 This test ensures that the AP will ask the EC to recompute the hash if
17 the current hash isn't the right size/offset. Use the 'echash' command
18 of EC tool to request the hash of some other part of EC EEPROM, then
19 warm-reboot the AP and check what hash the EC has after booting.
20 AP-RW should have requested the EC recompute the hash of EC-RW.
39 """Get the current EC hash via ectool/fwtool."""
45 pattern = re.compile('hash: ([0-9a-f]{64})')
54 """Invalidate the EC hash by requesting hashing some other part."""
62 """Save the current EC hash and invalidate it.""
    [all...]
  /external/avb/examples/things/
README.md 6 and Verified Boot Hash (VBH) computation.
  /external/llvm/lib/DebugInfo/PDB/Raw/
Hash.cpp 1 //===- Hash.cpp - PDB Hash Functions --------------------------------------===//
10 #include "llvm/DebugInfo/PDB/Raw/Hash.h"
19 // Used for name hash table and TPI/IPI hashes.
33 // Maximum of 3 bytes left. Hash a 2 byte word if possible, then hash the
42 // hash possible odd byte
55 // Used for name hash table.
57 uint32_t Hash = 0xb170a1bf;
65 Hash += Item
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
gnuhash.so.elf-ppc 
  /external/selinux/libsepol/include/sepol/policydb/
hashtab.h 6 * A hash table (hashtab) maintains associations between
9 * functions for hash computation and key comparison are
38 hashtab_ptr_t *htable; /* hash table */
39 unsigned int size; /* number of slots in hash table */
40 uint32_t nel; /* number of elements in hash table */
41 unsigned int (*hash_value) (struct hashtab_val * h, const_hashtab_key_t key); /* hash function */
48 Creates a new hash table with the specified characteristics.
51 the new hash table otherwise.
61 Inserts the specified (key, datum) pair into the specified hash table.
70 Removes the entry with the specified key from the hash table
    [all...]
  /external/tensorflow/tensorflow/core/lib/hash/
hash.h 16 // Simple hash functions used for internal data structures
47 // Hash functor suitable for use with power-of-two sized hashtables. Use
48 // instead of std::hash<T>.
50 // In particular, tensorflow::hash is not the identity function for pointers.
52 // because otherwise they waste the majority of their hash buckets.
54 struct hash { struct in namespace:tensorflow
55 size_t operator()(const T& t) const { return std::hash<T>()(t); }
59 struct hash<T*> { struct in namespace:tensorflow
61 // Hash pointers as integers, but bring more entropy to the lower bits.
68 struct hash<bfloat16> struct in namespace:tensorflow
75 struct hash<string> { struct in namespace:tensorflow
82 struct hash<StringPiece> { struct in namespace:tensorflow
89 struct hash<std::pair<T, U>> { struct in namespace:tensorflow
    [all...]

Completed in 2200 milliseconds

1 2 3 4 5 6 78 91011>>