HomeSort by relevance Sort by last modified time
    Searched full:hash_long (Results 1 - 19 of 19) sorted by null

  /external/linux-tools-perf/util/include/linux/added/
hash.h 30 #define hash_long(val, bits) hash_32(val, bits) macro
32 #define hash_long(val, bits) hash_64(val, bits) macro
72 return hash_long((unsigned long)ptr, bits);
  /external/chromium_org/third_party/openssl/openssl/crypto/
md32_common.h 66 * HASH_LONG
74 * HASH_LONG Nl,Nh;
76 * HASH_LONG data[HASH_LBLOCK];
100 * #define HASH_LONG MD5_LONG
119 #ifndef HASH_LONG
120 #error "HASH_LONG must be defined!"
286 HASH_LONG l;
291 l=(c->Nl+(((HASH_LONG)len)<<3))&0xffffffffUL;
296 c->Nh+=(HASH_LONG)(len>>29); /* might cause compiler warning on 16-bit */
  /external/openssl/crypto/
md32_common.h 66 * HASH_LONG
74 * HASH_LONG Nl,Nh;
76 * HASH_LONG data[HASH_LBLOCK];
100 * #define HASH_LONG MD5_LONG
119 #ifndef HASH_LONG
120 #error "HASH_LONG must be defined!"
286 HASH_LONG l;
291 l=(c->Nl+(((HASH_LONG)len)<<3))&0xffffffffUL;
296 c->Nh+=(HASH_LONG)(len>>29); /* might cause compiler warning on 16-bit */
  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 143 hash = hash_long(hash^l, BITS_PER_LONG);
162 hash = hash_long(hash^l, BITS_PER_LONG);
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 254 #define HASH_LONG mDNSu32
304 * HASH_LONG
312 * HASH_LONG Nl,Nh;
313 * HASH_LONG data[HASH_LBLOCK];
351 * #define HASH_LONG mDNSu32
372 #ifndef HASH_LONG
373 #error "HASH_LONG must be defined!"
494 #if HASH_LONG_LOG2==2 /* Engage only if sizeof(HASH_LONG)== 4 */
499 l=*(const HASH_LONG *)(a), \
505 l=*(const HASH_LONG *)(a),
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md4/
md4_locl.h 72 #define HASH_LONG MD4_LONG
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/
md5_locl.h 81 #define HASH_LONG MD5_LONG
  /external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
rmd_locl.h 83 #define HASH_LONG RIPEMD160_LONG
  /external/openssl/crypto/md4/
md4_locl.h 72 #define HASH_LONG MD4_LONG
  /external/openssl/crypto/md5/
md5_locl.h 81 #define HASH_LONG MD5_LONG
  /external/openssl/crypto/ripemd/
rmd_locl.h 83 #define HASH_LONG RIPEMD160_LONG
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha256.c 74 #define HASH_LONG SHA_LONG
sha_locl.h 67 #define HASH_LONG SHA_LONG
  /external/openssl/crypto/sha/
sha256.c 74 #define HASH_LONG SHA_LONG
sha_locl.h 67 #define HASH_LONG SHA_LONG
  /external/linux-tools-perf/
builtin-lock.c 45 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS)
  /prebuilts/tools/common/cglib/
cglib-nodep-2.2.3.jar 
cglib-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 

Completed in 119 milliseconds