/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
cppinternals.info | 59 * Hash Nodes:: All identifiers are entered into a hash table. 91 File: cppinternals.info, Node: Lexer, Next: Hash Nodes, Prev: Conventions, Up: Top 365 File: cppinternals.info, Node: Hash Nodes, Next: Macro Expansion, Prev: Lexer, Up: Top 367 Hash Nodes 370 When cpplib encounters an "identifier", it generates a hash code for it 371 and stores it in the hash table. By "identifier" we mean tokens with 377 Each node in the hash table contain various information about the 385 entered in the hash table during initialization. The hash nod [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/ |
cppinternals.info | 58 * Hash Nodes:: All identifiers are entered into a hash table. 90 File: cppinternals.info, Node: Lexer, Next: Hash Nodes, Prev: Conventions, Up: Top 364 File: cppinternals.info, Node: Hash Nodes, Next: Macro Expansion, Prev: Lexer, Up: Top 366 Hash Nodes 369 When cpplib encounters an "identifier", it generates a hash code for it 370 and stores it in the hash table. By "identifier" we mean tokens with 376 Each node in the hash table contain various information about the 384 entered in the hash table during initialization. The hash nod [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
cppinternals.info | 59 * Hash Nodes:: All identifiers are entered into a hash table. 91 File: cppinternals.info, Node: Lexer, Next: Hash Nodes, Prev: Conventions, Up: Top 365 File: cppinternals.info, Node: Hash Nodes, Next: Macro Expansion, Prev: Lexer, Up: Top 367 Hash Nodes 370 When cpplib encounters an "identifier", it generates a hash code for it 371 and stores it in the hash table. By "identifier" we mean tokens with 377 Each node in the hash table contain various information about the 385 entered in the hash table during initialization. The hash nod [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
cppinternals.info | 59 * Hash Nodes:: All identifiers are entered into a hash table. 91 File: cppinternals.info, Node: Lexer, Next: Hash Nodes, Prev: Conventions, Up: Top 365 File: cppinternals.info, Node: Hash Nodes, Next: Macro Expansion, Prev: Lexer, Up: Top 367 Hash Nodes 370 When cpplib encounters an "identifier", it generates a hash code for it 371 and stores it in the hash table. By "identifier" we mean tokens with 377 Each node in the hash table contain various information about the 385 entered in the hash table during initialization. The hash nod [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
cppinternals.info | 58 * Hash Nodes:: All identifiers are entered into a hash table. 90 File: cppinternals.info, Node: Lexer, Next: Hash Nodes, Prev: Conventions, Up: Top 364 File: cppinternals.info, Node: Hash Nodes, Next: Macro Expansion, Prev: Lexer, Up: Top 366 Hash Nodes 369 When cpplib encounters an "identifier", it generates a hash code for it 370 and stores it in the hash table. By "identifier" we mean tokens with 376 Each node in the hash table contain various information about the 384 entered in the hash table during initialization. The hash nod [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 106 var Hash = new Native({ 108 name: 'Hash', 111 if ($type(object) == 'hash') object = $unlink(object.getClean()); 118 Hash.implement({ 144 Hash.alias('forEach', 'each'); 187 ((type == 'arguments' || type == 'collection' || type == 'array') ? Array : Hash).each(iterable, fn, bind); 198 return new Hash(object); 276 case 'hash': 277 unlinked = new Hash(object); 291 The Browser Core. Contains Browser initialization, Window and Document, and the Browser Hash [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_pk.h | 80 const unsigned char *hash, unsigned long hashlen, 233 prng_state *prng, int wprng, int hash, 245 const unsigned char *hash, unsigned long hashlen, 337 const unsigned char *hash, unsigned long hashlen, 341 const unsigned char *hash, unsigned long hashlen, 346 prng_state *prng, int wprng, int hash,
|
/external/openssl/apps/ |
openssl.c | 133 /* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the 138 /* static unsigned long MS_CALLBACK hash(FUNCTION *a); */ 139 static unsigned long MS_CALLBACK hash(const void *a_void); 525 if ((ret=lh_new(hash, cmp)) == NULL) 540 /* static unsigned long MS_CALLBACK hash(FUNCTION *a) */ 541 static unsigned long MS_CALLBACK hash(const void *a_void) function
|
/external/wpa_supplicant/ |
md5.c | 2 * MD5 hash implementation and interface functions 29 * @mac: Buffer for the hash (16 bytes) 101 * @mac: Buffer for the hash (16 bytes) 131 * md5_vector - MD5 hash for data vector 135 * @mac: Buffer for the hash 306 * The core of the MD5 algorithm, this alters an existing MD5 hash to
|
ms_funcs.c | 36 u8 hash[SHA1_MAC_LEN]; local 47 sha1_vector(3, addr, len, hash); 48 os_memcpy(challenge, hash, 8); 271 u8 hash[SHA1_MAC_LEN]; local 277 sha1_vector(3, addr, len, hash); 278 os_memcpy(master_key, hash, 16);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
md5.c | 2 * MD5 hash implementation and interface functions 29 * @mac: Buffer for the hash (16 bytes) 101 * @mac: Buffer for the hash (16 bytes) 131 * md5_vector - MD5 hash for data vector 135 * @mac: Buffer for the hash 306 * The core of the MD5 algorithm, this alters an existing MD5 hash to
|
ms_funcs.c | 36 u8 hash[SHA1_MAC_LEN]; local 47 sha1_vector(3, addr, len, hash); 48 os_memcpy(challenge, hash, 8); 271 u8 hash[SHA1_MAC_LEN]; local 277 sha1_vector(3, addr, len, hash); 278 os_memcpy(master_key, hash, 16);
|
/dalvik/libcore/security/src/main/java/java/security/ |
BasicPermission.java | 120 * Returns the hash code value for this {@code BasicPermission}. Returns the 121 * same hash code for {@code BasicPermission}s that are equal to each other 124 * @return the hash code value for this {@code BasicPermission}.
|
/dalvik/libcore/text/src/main/java/java/text/ |
AttributedCharacterIterator.java | 105 * Calculates the hash code for objects of type {@code Attribute}. It 106 * is defined final so all sub types calculate their hash code 109 * @return the hash code for this instance of {@code Attribute}.
|
/external/emma/core/java12/com/vladium/emma/data/ |
ClassDescriptor.java | 90 final int hash = m_name.hashCode () + 16661 * m_packageVMName.hashCode (); local 91 m_hash = hash; 93 return hash;
|
/external/icu4c/common/ |
locid.cpp | 27 * 04/12/00 srl removing unicodestring api's and cached hash code 85 // Deleter function for Locales owned by the default Locale hash table/ 142 // in preparation for looking up this locale in the hash table of 157 // Lazy creation of the hash table itself, if needed. 176 // Use the hash table next. 182 // else start using the hash table. 185 // Lazy creation of the hash table itself, if needed. 206 // Hash table lookup, key is the locale full name 210 // We have the requested locale in the hash table already. 225 // Add newly created Locale to the hash table of default Locale [all...] |
/external/icu4c/i18n/unicode/ |
tmutfmt.h | 254 // initialize hash table 257 // delete hash table 260 // copy hash table
|
/external/skia/src/gl/ |
SkTextureCache.cpp | 110 // check the hash first 195 SkDebugf("---- texture cache hash=%d sorted=%d\n", gHashHits, gSortedHits); 242 // remove from our sorted and hash arrays
|
/external/v8/src/ |
d8.h | 82 Hash(name), 90 Hash(name), 108 static int Hash(const char* name);
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
crypto-sha1.js | 2 * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined 120 var hash = core_sha1(ipad.concat(str2binb(data)), 512 + data.length * chrsz); 121 return core_sha1(opad.concat(hash), 512 + 160);
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
crypto-sha1.js | 2 * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined 120 var hash = core_sha1(ipad.concat(str2binb(data)), 512 + data.length * chrsz); 121 return core_sha1(opad.concat(hash), 512 + 160);
|
/external/webkit/WebCore/page/ |
PageGroup.cpp | 141 inline void PageGroup::addVisitedLink(LinkHash hash) 145 if (!m_visitedLinkHashes.add(hash).second) 148 Page::visitedStateChanged(this, hash);
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontPlatformDataLinux.h | 55 // Used for deleted values in the font cache's hash tables. The hash table 103 unsigned hash() const;
|
/external/webkit/WebCore/platform/text/ |
AtomicString.h | 55 // Hash table deleted values, which are only constructed and never copied or destroyed. 168 // AtomicStringHash is the default hash for AtomicString 171 typedef WebCore::AtomicStringHash Hash;
|
/cts/tools/dasm/src/java_cup/ |
lr_item_core.java | 50 /* compute and cache hash code now */ 98 /** Cache of the hash code. */ 187 /** Hash code for the core (separated so we keep non overridden version). */ 195 /** Hash code for the item. */
|