HomeSort by relevance Sort by last modified time
    Searched full:hash (Results 151 - 175 of 8794) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_fun.h 1 // 'struct hash' from SGI -*- C++ -*-
66 struct hash { }; struct
78 struct hash<char*> struct
86 struct hash<const char*> struct
94 struct hash<char> struct
102 struct hash<unsigned char> struct
110 struct hash<signed char> struct
118 struct hash<short> struct
126 struct hash<unsigned short> struct
134 struct hash<int struct
142 struct hash<unsigned int> struct
150 struct hash<long> struct
158 struct hash<unsigned long> struct
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_fun.h 1 // 'struct hash' from SGI -*- C++ -*-
66 struct hash { }; struct
78 struct hash<char*> struct
86 struct hash<const char*> struct
94 struct hash<char> struct
102 struct hash<unsigned char> struct
110 struct hash<signed char> struct
118 struct hash<short> struct
126 struct hash<unsigned short> struct
134 struct hash<int struct
142 struct hash<unsigned int> struct
150 struct hash<long> struct
158 struct hash<unsigned long> struct
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
hash_fun.h 1 // 'struct hash' from SGI -*- C++ -*-
66 struct hash { }; struct
78 struct hash<char*> struct
86 struct hash<const char*> struct
94 struct hash<char> struct
102 struct hash<unsigned char> struct
110 struct hash<signed char> struct
118 struct hash<short> struct
126 struct hash<unsigned short> struct
134 struct hash<int struct
142 struct hash<unsigned int> struct
150 struct hash<long> struct
158 struct hash<unsigned long> struct
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hash_fun.h 1 // 'struct hash' from SGI -*- C++ -*-
69 struct hash { }; struct
81 struct hash<char*> struct
89 struct hash<const char*> struct
97 struct hash<char> struct
105 struct hash<unsigned char> struct
113 struct hash<signed char> struct
121 struct hash<short> struct
129 struct hash<unsigned short> struct
137 struct hash<int struct
145 struct hash<unsigned int> struct
153 struct hash<long> struct
161 struct hash<unsigned long> struct
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hash_fun.h 1 // 'struct hash' from SGI -*- C++ -*-
69 struct hash { }; struct
81 struct hash<char*> struct
89 struct hash<const char*> struct
97 struct hash<char> struct
105 struct hash<unsigned char> struct
113 struct hash<signed char> struct
121 struct hash<short> struct
129 struct hash<unsigned short> struct
137 struct hash<int struct
145 struct hash<unsigned int> struct
153 struct hash<long> struct
161 struct hash<unsigned long> struct
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hash_fun.h 1 // 'struct hash' from SGI -*- C++ -*-
69 struct hash { }; struct
81 struct hash<char*> struct
89 struct hash<const char*> struct
97 struct hash<char> struct
105 struct hash<unsigned char> struct
113 struct hash<signed char> struct
121 struct hash<short> struct
129 struct hash<unsigned short> struct
137 struct hash<int struct
145 struct hash<unsigned int> struct
153 struct hash<long> struct
161 struct hash<unsigned long> struct
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hash_fun.h 1 // 'struct hash' from SGI -*- C++ -*-
69 struct hash { }; struct
81 struct hash<char*> struct
89 struct hash<const char*> struct
97 struct hash<char> struct
105 struct hash<unsigned char> struct
113 struct hash<signed char> struct
121 struct hash<short> struct
129 struct hash<unsigned short> struct
137 struct hash<int struct
145 struct hash<unsigned int> struct
153 struct hash<long> struct
161 struct hash<unsigned long> struct
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
hash_fun.h 1 // 'struct hash' from SGI -*- C++ -*-
68 struct hash { }; struct
80 struct hash<char*> struct
88 struct hash<const char*> struct
96 struct hash<char> struct
104 struct hash<unsigned char> struct
112 struct hash<signed char> struct
120 struct hash<short> struct
128 struct hash<unsigned short> struct
136 struct hash<int struct
144 struct hash<unsigned int> struct
152 struct hash<long> struct
160 struct hash<unsigned long> struct
    [all...]
  /external/chromium/net/disk_cache/
storage_block_unittest.cc 20 entry1.Data()->hash = 0xaa5555aa;
24 entry1.Data()->hash = 0x88118811;
28 EXPECT_EQ(0xaa5555aa, entry1.Data()->hash);
39 entry1.Data()->hash = 0xaa5555aa;
44 EXPECT_TRUE(0 == entry2.Data()->hash);
48 EXPECT_EQ(0xaa5555aa, entry2.Data()->hash);
61 EXPECT_TRUE(0 == entry1->Data()->hash);
62 entry1->Data()->hash = 0x45687912;
68 EXPECT_TRUE(0x45687912 == entry2.Data()->hash);
  /external/chromium_org/chrome_frame/
com_type_info_holder.cc 82 NameToDispIdCache::HashType hash = NameToDispIdCache::Hash(names[i]); local
83 if (!cache_.Lookup(hash, &dispids[i])) {
86 cache_.Add(hash, dispids[i]);
106 bool NameToDispIdCache::Lookup(HashType hash, DISPID* dispid) const {
108 const DispidMap::const_iterator it = map_.find(hash);
115 void NameToDispIdCache::Add(HashType hash, DISPID dispid) {
117 map_[hash] = dispid;
120 NameToDispIdCache::HashType NameToDispIdCache::Hash(const wchar_t* name) {
  /external/chromium_org/net/disk_cache/
storage_block_unittest.cc 23 entry1.Data()->hash = 0xaa5555aa;
27 entry1.Data()->hash = 0x88118811;
31 EXPECT_EQ(0xaa5555aa, entry1.Data()->hash);
42 entry1.Data()->hash = 0xaa5555aa;
47 EXPECT_TRUE(0 == entry2.Data()->hash);
51 EXPECT_EQ(0xaa5555aa, entry2.Data()->hash);
64 EXPECT_TRUE(0 == entry1->Data()->hash);
65 entry1->Data()->hash = 0x45687912;
71 EXPECT_TRUE(0x45687912 == entry2.Data()->hash);
  /external/chromium_org/third_party/icu/source/common/
uhash.h 29 * functions. These functions hash keys, compare keys, delete keys,
54 * UHashElement pointer. A hash element contains a key, value, and
95 * This is a single hash element.
108 * @return A NON-NEGATIVE hash code for parm.
159 UHashFunction *keyHasher; /* Computes hash from key.
219 * @param size The initial capacity of this hash table.
242 uhash_init(UHashtable *hash,
250 * @param hash The UHashtable to close. If hash is NULL no operation is performed.
253 uhash_close(UHashtable *hash);
    [all...]
  /external/icu4c/common/
uhash.h 31 * functions. These functions hash keys, compare keys, delete keys,
56 * UHashElement pointer. A hash element contains a key, value, and
88 * This is a single hash element.
101 * @return A NON-NEGATIVE hash code for parm.
139 UHashFunction *keyHasher; /* Computes hash from key.
199 * @param size The initial capacity of this hash table.
222 uhash_init(UHashtable *hash,
230 * @param hash The UHashtable to close. If hash is NULL no operation is performed.
233 uhash_close(UHashtable *hash);
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
objc_method_swizzle_unittest.mm 31 - (NSUInteger)hash;
35 - (NSUInteger)hash {
36 return [super hash];
47 EXPECT_EQ(class_getInstanceMethod([NSObject class], @selector(hash)),
48 GetImplementedInstanceMethod([NSObject class], @selector(hash)));
  /external/chromium_org/content/test/data/
overscroll_navigation.html 32 if (location.hash.length == 0)
34 return parseInt(location.hash.substr(1));
40 location.hash = "#" + current;
46 location.hash = "#" + current;
62 document.title = "Title: " + location.hash;
  /external/chromium_org/remoting/host/
pin_hash.cc 16 std::string hash = protocol::AuthenticationMethod::ApplyHashFunction( local
19 base::Base64Encode(hash, &hash_base64);
23 bool VerifyHostPinHash(const std::string& hash,
27 if (!hash_parsed.Parse(hash)) {
28 LOG(FATAL) << "Invalid hash.";
  /external/clang/test/CodeGen/
ubsan-blacklist.c 2 // RUN: echo "fun:hash" > %t-func.blacklist
13 // DEFAULT: @hash
14 // FUNC: @hash
15 // FILE: @hash
16 unsigned hash() { function
  /external/e2fsprogs/lib/e2p/
hashstr.c 20 struct hash { struct
25 static struct hash hash_list[] = {
34 struct hash *p;
46 * Returns the hash algorithm, or -1 on error
50 struct hash *p;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
functional_hash.h 56 /// Primary class template hash.
58 struct hash : public __hash_base<size_t, _Tp> struct in inherits:__hash_base
61 "std::hash is not specialized for this type");
67 struct hash<_Tp*> : public __hash_base<size_t, _Tp*> struct in inherits:__hash_base
77 struct hash<_Tp> : public __hash_base<size_t, _Tp> \
134 hash(const void* __ptr, size_t __clength, function in struct:_Hash_impl
140 hash(const _Tp& __val) function in struct:_Hash_impl
141 { return hash(&__val, sizeof(__val)); }
146 { return hash(&__val, sizeof(__val), __hash); }
152 hash(const void* __ptr, size_t __clength function in struct:_Fnv_hash_impl
158 hash(const _Tp& __val) function in struct:_Fnv_hash_impl
169 struct hash<float> : public __hash_base<size_t, float> struct in inherits:__hash_base
181 struct hash<double> : public __hash_base<size_t, double> struct in inherits:__hash_base
193 struct hash<long double> struct in inherits:__hash_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
functional_hash.h 56 /// Primary class template hash.
58 struct hash : public __hash_base<size_t, _Tp> struct in inherits:__hash_base
61 "std::hash is not specialized for this type");
67 struct hash<_Tp*> : public __hash_base<size_t, _Tp*> struct in inherits:__hash_base
77 struct hash<_Tp> : public __hash_base<size_t, _Tp> \
134 hash(const void* __ptr, size_t __clength, function in struct:_Hash_impl
140 hash(const _Tp& __val) function in struct:_Hash_impl
141 { return hash(&__val, sizeof(__val)); }
146 { return hash(&__val, sizeof(__val), __hash); }
152 hash(const void* __ptr, size_t __clength function in struct:_Fnv_hash_impl
158 hash(const _Tp& __val) function in struct:_Fnv_hash_impl
169 struct hash<float> : public __hash_base<size_t, float> struct in inherits:__hash_base
181 struct hash<double> : public __hash_base<size_t, double> struct in inherits:__hash_base
193 struct hash<long double> struct in inherits:__hash_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
functional_hash.h 56 /// Primary class template hash.
58 struct hash : public __hash_base<size_t, _Tp> struct in inherits:__hash_base
61 "std::hash is not specialized for this type");
67 struct hash<_Tp*> : public __hash_base<size_t, _Tp*> struct in inherits:__hash_base
77 struct hash<_Tp> : public __hash_base<size_t, _Tp> \
134 hash(const void* __ptr, size_t __clength, function in struct:_Hash_impl
140 hash(const _Tp& __val) function in struct:_Hash_impl
141 { return hash(&__val, sizeof(__val)); }
146 { return hash(&__val, sizeof(__val), __hash); }
152 hash(const void* __ptr, size_t __clength function in struct:_Fnv_hash_impl
158 hash(const _Tp& __val) function in struct:_Fnv_hash_impl
169 struct hash<float> : public __hash_base<size_t, float> struct in inherits:__hash_base
181 struct hash<double> : public __hash_base<size_t, double> struct in inherits:__hash_base
193 struct hash<long double> struct in inherits:__hash_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h 56 /// Primary class template hash.
58 struct hash : public __hash_base<size_t, _Tp> struct in inherits:__hash_base
61 "std::hash is not specialized for this type");
67 struct hash<_Tp*> : public __hash_base<size_t, _Tp*> struct in inherits:__hash_base
77 struct hash<_Tp> : public __hash_base<size_t, _Tp> \
134 hash(const void* __ptr, size_t __clength, function in struct:_Hash_impl
140 hash(const _Tp& __val) function in struct:_Hash_impl
141 { return hash(&__val, sizeof(__val)); }
146 { return hash(&__val, sizeof(__val), __hash); }
152 hash(const void* __ptr, size_t __clength function in struct:_Fnv_hash_impl
158 hash(const _Tp& __val) function in struct:_Fnv_hash_impl
169 struct hash<float> : public __hash_base<size_t, float> struct in inherits:__hash_base
181 struct hash<double> : public __hash_base<size_t, double> struct in inherits:__hash_base
193 struct hash<long double> struct in inherits:__hash_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
functional_hash.h 56 /// Primary class template hash.
58 struct hash : public __hash_base<size_t, _Tp> struct in inherits:__hash_base
61 "std::hash is not specialized for this type");
67 struct hash<_Tp*> : public __hash_base<size_t, _Tp*> struct in inherits:__hash_base
77 struct hash<_Tp> : public __hash_base<size_t, _Tp> \
134 hash(const void* __ptr, size_t __clength, function in struct:_Hash_impl
140 hash(const _Tp& __val) function in struct:_Hash_impl
141 { return hash(&__val, sizeof(__val)); }
146 { return hash(&__val, sizeof(__val), __hash); }
152 hash(const void* __ptr, size_t __clength function in struct:_Fnv_hash_impl
158 hash(const _Tp& __val) function in struct:_Fnv_hash_impl
169 struct hash<float> : public __hash_base<size_t, float> struct in inherits:__hash_base
181 struct hash<double> : public __hash_base<size_t, double> struct in inherits:__hash_base
193 struct hash<long double> struct in inherits:__hash_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h 56 /// Primary class template hash.
58 struct hash : public __hash_base<size_t, _Tp> struct in inherits:__hash_base
61 "std::hash is not specialized for this type");
67 struct hash<_Tp*> : public __hash_base<size_t, _Tp*> struct in inherits:__hash_base
77 struct hash<_Tp> : public __hash_base<size_t, _Tp> \
134 hash(const void* __ptr, size_t __clength, function in struct:_Hash_impl
140 hash(const _Tp& __val) function in struct:_Hash_impl
141 { return hash(&__val, sizeof(__val)); }
146 { return hash(&__val, sizeof(__val), __hash); }
152 hash(const void* __ptr, size_t __clength function in struct:_Fnv_hash_impl
158 hash(const _Tp& __val) function in struct:_Fnv_hash_impl
169 struct hash<float> : public __hash_base<size_t, float> struct in inherits:__hash_base
181 struct hash<double> : public __hash_base<size_t, double> struct in inherits:__hash_base
193 struct hash<long double> struct in inherits:__hash_base
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
hash.c 12 ** This is the implementation of generic hash-tables
18 /* Turn bulk memory into a hash table object by initializing the
19 ** fields of the Hash structure.
21 ** "pNew" is a pointer to the hash table that is to be initialized.
23 void sqlite3HashInit(Hash *pNew){
31 /* Remove all entries from a hash table. Reclaim all memory.
32 ** Call this routine to delete a hash table or to reset a hash table
35 void sqlite3HashClear(Hash *pH){
66 /* Link pNew element into the hash table pH. If pEntry!=0 then als
    [all...]

Completed in 961 milliseconds

1 2 3 4 5 67 8 91011>>