Searched refs:hash (Results 251 - 275 of 645) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoff-aux.c89 h = bfd_link_hash_lookup (info->hash, name, TRUE, copy, FALSE);
H A Dsection.c708 /* Initialize an entry in the section hash table. */
797 hash table entries.
872 unsigned long hash; local
878 hash = sh->root.hash;
885 while (sh != NULL && sh->root.hash == hash
1048 section hash table. Even though we can't find it directly by a
1049 hash lookup, we'll be able to find the section by traversing
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h186 const char *GetConditionText (size_t *hash = NULL) const;
353 size_t m_condition_text_hash; // Its hash, so that locations know when the condition is updated.
/freebsd-10.1-release/lib/libc/db/test/hash.tests/
H A Dtdel.c69 ctl.hash = NULL;
77 fprintf(stderr, "cannot create: hash table size %d)\n",
H A Dthash4.c71 ctl.hash = NULL;
79 fprintf(stderr, "cannot create: hash table size %d)\n",
/freebsd-10.1-release/libexec/rtld-elf/amd64/
H A Delf_rtld.x13 .hash : { *(.hash) }
/freebsd-10.1-release/libexec/rtld-elf/i386/
H A Delf_rtld.x13 .hash : { *(.hash) }
/freebsd-10.1-release/sys/conf/
H A Dldscript.arm24 .hash : { *(.hash) }
/freebsd-10.1-release/sys/geom/
H A Dgeom_sunlabel.c265 u_char *buf, hash[16]; local
296 error = g_getattr("SUN::labelsum", cp, &hash);
297 if (!error && !bcmp(ms->labelsum, hash, sizeof(hash))) {
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dbcache.c45 /* The half hash hack. This contains the upper 16 bits of the hash
69 /* How many hash buckets we're using. */
82 /* Number of times that the hash table is expanded and hence
89 /* Number of times that the half-hash compare hit (compare the upper
90 16 bits of hash values) hit, but the corresponding combined
95 /* The old hash function was stolen from SDBM. This is what DB 3.0 uses now,
101 hash(const void *addr, int length)
117 /* Growing the bcache's hash table. */
120 resize our hash tabl
100 hash(const void *addr, int length) function
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_config.h205 * into the hash @a *cfg_hash. If @a config_dir is not NULL it specifies a
209 * configurations (again from file or registry). The hash and all its data
212 * @a *cfg_hash is a hash whose keys are @c const char * configuration
666 /** A hash-key pointing to a realmstring. Every file containing
672 * ~/.subversion/auth/ area. If the file exists, initialize @a *hash
673 * and load the file contents into the hash, using @a pool. If the
674 * file doesn't exist, set @a *hash to NULL.
679 * Besides containing the original credential fields, the hash will
687 svn_config_read_auth_data(apr_hash_t **hash,
694 * within the ~/.subversion/auth/ area. Write the contents of @a hash int
[all...]
/freebsd-10.1-release/sbin/dhclient/
H A Dtables.c434 dhcp_universe.hash = new_hash();
435 if (!dhcp_universe.hash)
436 error("Can't allocate dhcp option hash table.");
439 add_hash(dhcp_universe.hash,
/freebsd-10.1-release/sys/powerpc/ps3/
H A Dmmu_ps3.c278 uint64_t hash; local
282 hash = (vsid & VSID_HASH_MASK) ^ (((uint64_t)addr & ADDR_PIDX) >>
284 return (hash & moea64_pteg_mask);
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_enc.c391 const EVP_MD *hash; local
399 if (!ssl_cipher_get_evp(s->session, &c, &hash, NULL, NULL, &comp)) {
405 s->s3->tmp.new_hash = hash;
412 num = EVP_MD_size(hash);
701 const EVP_MD_CTX *hash; local
711 hash = ssl->write_hash;
716 hash = ssl->read_hash;
719 t = EVP_MD_CTX_size(hash);
733 ssl3_cbc_record_digest_supported(hash)) {
744 * With SHA-1 (the largest hash spece
[all...]
/freebsd-10.1-release/contrib/apr-util/memcache/
H A Dapr_memcache.c149 apr_memcache_find_server_hash(apr_memcache_t *mc, const apr_uint32_t hash) argument
152 return mc->server_func(mc->server_baton, mc, hash);
155 return apr_memcache_find_server_hash_default(NULL, mc, hash);
161 const apr_uint32_t hash)
164 apr_uint32_t h = hash ? hash : 1;
610 apr_uint32_t hash; local
620 hash = apr_memcache_hash(mc, key, key_size);
622 ms = apr_memcache_find_server_hash(mc, hash);
742 apr_uint32_t hash; local
160 apr_memcache_find_server_hash_default(void *baton, apr_memcache_t *mc, const apr_uint32_t hash) argument
874 apr_uint32_t hash; local
943 apr_uint32_t hash; local
1187 apr_uint32_t hash; local
[all...]
/freebsd-10.1-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c135 * All image descriptors are kept in a hash table.
140 * All process descriptors are kept in a hash table.
264 * strcmp(). This speeds up hash table lookups and saves memory if
268 LIST_ENTRY(pmcstat_string) ps_next; /* hash link */
304 * Compute a 'hash' value for a string.
310 unsigned hash; local
312 for (hash = 2166136261; *s; s++)
313 hash = (hash ^ *s) * 16777619;
315 return (hash
328 int hash, len; local
358 int hash, len; local
810 int hash; local
1239 uint32_t hash; local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/ntlm/
H A Dntlm.c94 * function, message encode and decode function, and the hash function
1015 splitandenc(unsigned char *hash, argument
1022 key[0] = hash[0];
1023 key[1] = (hash[0] << 7) | (hash[1] >> 1);
1024 key[2] = (hash[1] << 6) | (hash[2] >> 2);
1025 key[3] = (hash[2] << 5) | (hash[3] >> 3);
1026 key[4] = (hash[
[all...]
/freebsd-10.1-release/contrib/ipfilter/lib/
H A Dprintfr.c27 int hash; local
457 hash = 0;
462 hash = 1;
465 hash = 1;
468 if (hash == 0)
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dst.c53 unsigned int hash; member in struct:st_table_entry
108 #define do_hash(key,table) (unsigned int)(*(table)->type->hash)(((void*)key))
258 ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
310 entry->hash = hash_val;\
365 hash_val = ptr->hash % new_num_bins;
/freebsd-10.1-release/contrib/unbound/validator/
H A Dval_kentry.c104 kk->entry.hash = 0x654;
105 kk->entry.hash = hashlittle(&kk->key_class, sizeof(kk->key_class),
106 kk->entry.hash);
107 kk->entry.hash = dname_query_hash(kk->name, kk->entry.hash);
/freebsd-10.1-release/crypto/heimdal/kdc/
H A Dkx509.c71 "pk-hash have wrong length: %lu",
89 "pk-hash is not correct");
107 ret = krb5_data_alloc(rep->hash, HMAC_size(&ctx));
128 HMAC_Final(&ctx, rep->hash->data, 0);
402 ALLOC(rep.hash);
403 if (rep.hash == NULL)
405 krb5_data_zero(rep.hash);
/freebsd-10.1-release/lib/libc/db/hash/
H A Dhash.c34 static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94";
55 #include "hash.h"
136 if (info && info->hash)
137 hashp->hash = info->hash;
139 hashp->hash = __default_hash;
149 /* Verify file type, versions and hash function */
156 if ((int32_t)hashp->hash(CHARKEY, sizeof(CHARKEY)) != hashp->H_CHARKEY)
286 hashp->hash = __default_hash;
312 if (info->hash)
[all...]
/freebsd-10.1-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c229 unsigned char rnd[32], hash[32], resp[32]; local
347 (int)strlen(adhost->adh_password), rnd, (int)sizeof(rnd), hash,
349 pjdlog_error("Unable to generate hash.");
354 if (memcmp(resp, hash, sizeof(hash)) != 0) {
369 (int)strlen(adhost->adh_password), rnd, (int)sizeof(rnd), hash,
376 if (proto_send(conn, hash, sizeof(hash)) == -1) {
H A Dsender.c138 unsigned char rnd[32], hash[32], resp[32]; local
233 (int)strlen(adhost->adh_password), rnd, (int)sizeof(rnd), hash,
241 if (proto_send(conn, hash, sizeof(hash)) == -1) {
273 (int)strlen(adhost->adh_password), rnd, (int)sizeof(rnd), hash,
275 pjdlog_warning("Unable to generate hash.");
281 if (memcmp(resp, hash, sizeof(hash)) != 0) {
/freebsd-10.1-release/contrib/unbound/services/cache/
H A Dinfra.c146 /** calculate the hash value for a host key */
151 /* select the pieces to hash, some OS have changing data inside */
166 /** calculate infra hash for a key */
183 k.entry.hash = hash_infra(addr, addrlen, name);
186 return slabhash_lookup(infra->hosts, k.entry.hash, &k, wr);
240 key->entry.hash = hash_infra(addr, addrlen, name);
290 slabhash_insert(infra->hosts, e->hash, e, data, NULL);
351 slabhash_insert(infra->hosts, e->hash, e, e->data, NULL);
423 slabhash_insert(infra->hosts, e->hash, e, e->data, NULL);
479 slabhash_insert(infra->hosts, e->hash,
[all...]

Completed in 304 milliseconds

<<11121314151617181920>>