HomeSort by: relevance | last modified time | path
    Searched refs:full_hash (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
bcache.c 146 unsigned long full_hash;
171 full_hash = this->hash (addr, length);
173 half_hash = (full_hash >> 16);
174 hash_index = full_hash % m_num_buckets;
144 unsigned long full_hash; local
  /src/external/gpl3/gdb.old/dist/gdb/
bcache.c 146 unsigned long full_hash;
171 full_hash = this->hash (addr, length);
173 half_hash = (full_hash >> 16);
174 hash_index = full_hash % m_num_buckets;
144 unsigned long full_hash; local
  /src/crypto/external/apache2/openssl/dist/test/
tls13secretstest.c 135 static int full_hash = 0; variable
145 if (full_hash) {
366 full_hash = 1;
  /src/crypto/external/bsd/openssl/dist/test/
tls13secretstest.c 134 static int full_hash = 0; variable
144 if (full_hash) {
352 full_hash = 1;
  /src/crypto/external/bsd/openssl.old/dist/test/
tls13secretstest.c 144 static int full_hash = 0; variable
154 if (full_hash) {
344 full_hash = 1;
  /src/external/bsd/ppp/usr.sbin/pppd/
tdb.c 68 unsigned full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
577 if (hash == rec->full_hash && key.dsize == rec->key_len) {
953 if (hash == rec.full_hash && key.dsize == rec.key_len) {
1080 rec.full_hash = hash;

Completed in 26 milliseconds