HomeSort by relevance Sort by last modified time
    Searched full:hash (Results 826 - 850 of 2206) sorted by null

<<31323334353637383940>>

  /external/v8/tools/
js2c.py 173 hash = line.find('#')
174 if hash != -1: line = line[:hash]
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 307 unsigned PluginPackage::hash() const
310 m_name.impl()->hash(),
311 m_description.impl()->hash(),
  /external/wpa_supplicant/
eap_sake_common.c 220 u8 hash[SHA1_MAC_LEN]; local
243 hash);
244 os_memcpy(&buf[pos], hash, plen);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sake_common.c 221 u8 hash[SHA1_MAC_LEN]; local
244 hash);
245 os_memcpy(&buf[pos], hash, plen);
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 106 /* Tail of hash chains */
165 * Update a hash value with the given input byte
167 * input characters, so that a running hash key can be computed from the
175 * of the hash chain (the most recent string with same hash key). Return
176 * the previous length of the hash chain.
178 * to 1, and no hash chains are maintained.
196 * Initialize the hash table (avoiding 64K overflow for 16 bit systems).
343 /* Insert all strings in the hash table (except for the last two bytes).
    [all...]
  /external/zlib/
deflate.c 106 /* Tail of hash chains */
165 * Update a hash value with the given input byte
167 * input characters, so that a running hash key can be computed from the
175 * of the hash chain (the most recent string with same hash key). Return
176 * the previous length of the hash chain.
178 * to 1, and no hash chains are maintained.
196 * Initialize the hash table (avoiding 64K overflow for 16 bit systems).
343 /* Insert all strings in the hash table (except for the last two bytes).
    [all...]
  /bionic/libc/stdlib/
sha1hash.c 11 Corrected a problem which generated improper hash values on 16 bit machines
22 it. This caused the hash function to generate incorrect values if len was
26 be guaranteed to generate the wrong hash (e.g. Test Vector #3, a million
128 /* Hash a single 512-bit block. This is the core of the algorithm. */
  /build/core/
version_defaults.mk 90 # perforce changelist number or a git hash. Can be an arbitrary string
  /build/tools/apriori/
source.h 74 section_info_t hash; member in struct:source_t
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Constructor.java 381 * Returns an integer hash code for this constructor. Constructors which are
382 * equal return the same value for this method. The hash code for a
383 * Constructor is the hash code of the name of the declaring class.
385 * @return the hash code
Method.java 443 * Returns an integer hash code for this method. Objects which are equal
444 * return the same value for this method. The hash code for this Method is
445 * the hash code of the name of this method.
447 * @return hash code for this method
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
AuthorityKeyIdentifier.java 81 * Calulates the keyidentifier using a SHA1 hash over the BIT STRING
  /dalvik/libcore/security/src/test/java/tests/java/security/
AllPermissionTest.java 79 /** Any of AllPermission instances are equal and have the same hash code */
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 53 public static native int EVP_DigestFinal(int ctx, byte[] hash, int offset);
  /external/bison/src/
muscle_tab.c 26 #include <hash.h>
42 /* Initial capacity of muscles hash table. */
111 /* First insertion in the hash. */
137 /* First insertion in the hash. */
  /external/clearsilver/python/examples/trans/
README 71 the lang hash-keyed string in the currently imported language.
  /external/dbus/dbus/
dbus-test.c 157 run_test ("hash", specific_test, _dbus_hash_test);
  /external/dnsmasq/contrib/webmin/
README 21 3) I've used the %text hash and written an english lang file, but
  /external/dropbear/libtomcrypt/notes/
tech0003.txt 46 as a hash) CAST5 is perhaps a "runner-up" choice. CAST5 has been around longer (it is also known as CAST-128) and is
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_sign_hash.c 64 /* get the hash and load it as a bignum into 'e' */
  /external/dropbear/libtomcrypt/testprof/
pkcs_1_test.c 12 /* get hash/prng */
  /external/elfutils/libasm/
asm_begin.c 82 /* Initialize the hash table. */
asm_newabssym.c 104 /* Put the symbol in the hash table so that we can later find it. */
asm_newsym.c 99 /* Put the symbol in the hash table so that we can later find it. */
  /external/guava/src/com/google/common/collect/
ImmutableSet.java 52 * methods create hash-based instances, the {@link ImmutableSortedSet} subclass
264 int hash = element.hashCode(); local
265 for (int i = Hashing.smear(hash); true; i++) {
272 hashCode += hash;

Completed in 418 milliseconds

<<31323334353637383940>>