HomeSort by: relevance | last modified time | path
    Searched defs:hash (Results 1 - 25 of 1329) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/groff/dist/src/libs/libbib/
common.cpp 22 unsigned hash(const char *s, int len) function
  /src/lib/libintl/
strhash.c 40 * string hash function by P.J.Weinberger.
48 uint32_t hash = 0, tmp; local
51 hash <<= 4;
52 hash += *p;
53 tmp = hash & 0xF0000000;
55 hash ^= tmp;
56 hash ^= tmp >> 24;
59 return hash;
  /src/crypto/external/apache2/openssl/dist/crypto/hashtable/
hashfunc.c 15 uint64_t hash = 0xcbf29ce484222325ULL; local
19 hash ^= key[i];
20 hash *= 0x00000100000001B3ULL;
22 return hash;
  /src/external/gpl3/gcc/dist/gcc/
tree-hash-traits.h 23 /* Hash for trees based on operand_equal_p. */
26 static inline hashval_t hash (const value_type &);
32 tree_operand_hash::hash (const value_type &t) function in class:tree_operand_hash
  /src/external/gpl3/gcc.old/dist/gcc/
tree-hash-traits.h 23 /* Hash for trees based on operand_equal_p. */
26 static inline hashval_t hash (const value_type &);
32 tree_operand_hash::hash (const value_type &t) function in class:tree_operand_hash
  /src/external/mit/isl/dist/
isl_multi_hash.c 10 #include <isl/hash.h>
12 /* Return a hash value that digests "multi".
17 uint32_t hash; local
22 hash = isl_hash_init();
26 isl_hash_hash(hash, el_hash);
29 return hash;
isl_pw_hash.c 10 #include <isl/hash.h>
12 /* Return a hash value that digests "pw".
17 uint32_t hash; local
22 hash = isl_hash_init();
27 isl_hash_hash(hash, set_hash);
29 isl_hash_hash(hash, el_hash);
32 return hash;
  /src/lib/libc/citrus/
citrus_db_hash.c 57 uint32_t hash = 0, tmp; local
61 hash <<= 4;
62 hash += _bcs_tolower(*p);
63 tmp = hash & 0xF0000000;
65 hash ^= tmp;
66 hash ^= tmp >> 24;
70 return hash;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
extends_type_of.c 32 GFC_INTEGER_4 hash; member in struct:vtype
61 if (v1->hash == v2->hash) return 1;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 39 * when the hash value is not stored.
50 size_type hash = ranged_probe_fn_base::operator()(r_key); local
56 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
resize_no_store_hash_fn_imps.hpp 39 * hash value is not stored.
51 size_type hash = ranged_probe_fn_base::operator()(r_key); local
55 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
resize_store_hash_fn_imps.hpp 39 * hash value is stored.
51 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); local
56 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
62 p_new_e->m_hash = hash;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
extends_type_of.c 32 GFC_INTEGER_4 hash; member in struct:vtype
61 if (v1->hash == v2->hash) return 1;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 39 * when the hash value is not stored.
50 size_type hash = ranged_probe_fn_base::operator()(r_key); local
56 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
resize_no_store_hash_fn_imps.hpp 39 * hash value is not stored.
51 size_type hash = ranged_probe_fn_base::operator()(r_key); local
55 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
resize_store_hash_fn_imps.hpp 39 * hash value is stored.
51 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); local
56 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
62 p_new_e->m_hash = hash;
  /src/tests/lib/libcrypt/
t_crypt.c 73 const char *hash; member in struct:__anon7875
143 for (size_t i = 0; tests[i].hash; i++) {
144 char *hash = crypt(tests[i].pw, tests[i].hash); local
145 if (!hash) {
149 if (strcmp(hash, "*0") == 0 && strlen(tests[i].hash) < 13)
151 if (strcmp(hash, tests[i].hash))
153 i, hash, tests[i].hash)
    [all...]
  /src/external/bsd/openldap/dist/include/
lutil_hash.h 30 ber_uint_t hash; member in union:lutil_HASHContext
37 ber_uint_t hash;
  /src/external/bsd/wpa/dist/src/eap_common/
eap_psk_common.c 37 u8 hash[aes_block_size]; local
41 if (aes_128_encrypt_block(kdk, rand_p, hash))
44 hash[aes_block_size - 1] ^= counter;
45 if (aes_128_encrypt_block(kdk, hash, tek))
47 hash[aes_block_size - 1] ^= counter;
51 hash[aes_block_size - 1] ^= counter;
52 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size]))
54 hash[aes_block_size - 1] ^= counter;
59 hash[aes_block_size - 1] ^= counter;
60 if (aes_128_encrypt_block(kdk, hash,
    [all...]
  /src/external/gpl2/groff/dist/src/include/
refid.h 29 unsigned hash() const { return (filename_id << 4) + pos; } function in class:reference_id
  /src/external/gpl3/gcc/dist/libstdc++-v3/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...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/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...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-common.c 51 uint32_t hash = 5381; local
53 hash = hash * 33 + tolower (c);
54 return hash;
65 uint32_t hash = 5381; local
67 hash = hash * 33 + tolower (c & 0xff);
68 return hash;
  /src/external/gpl3/gdb.old/dist/gdb/
filename-seen-cache.h 48 struct hash struct in class:filename_seen_cache
61 gdb::unordered_set<const char *, hash, eq> m_tab;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-common.c 51 uint32_t hash = 5381; local
53 hash = hash * 33 + tolower (c);
54 return hash;
65 uint32_t hash = 5381; local
67 hash = hash * 33 + tolower (c & 0xff);
68 return hash;

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>