Searched refs:hash (Results 476 - 500 of 1323) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-aux.c89 h = bfd_link_hash_lookup (info->hash, name, TRUE, copy, FALSE);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dpaxlib.h24 #include <hash.h>
H A Dpaxnames.c19 #include <hash.h>
26 /* Calculate the hash of a string. */
/macosx-10.10/libauto-186/
H A DPointerHash.h88 uintptr_t hash(void *pointer) const;
/macosx-10.10/ruby-106/ruby/
H A Dvm_method.c20 struct cache_entry { /* method hash table. */
1158 rb_hash_method_definition(st_index_t hash, const rb_method_definition_t *def) argument
1161 hash = rb_hash_uint(hash, def->type);
1164 return rb_hash_uint(hash, (st_index_t)def->body.iseq);
1166 hash = rb_hash_uint(hash, (st_index_t)def->body.cfunc.func);
1167 return rb_hash_uint(hash, def->body.cfunc.argc);
1170 return rb_hash_uint(hash, def->body.attr.id);
1172 return rb_hash_proc(hash, de
1196 rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me) argument
[all...]
H A Darray.c630 * Since all the Array elements store the same hash, changes to one of them
3639 * ary.hash -> fixnum
3641 * Compute a hash-code for this array.
3643 * Two arrays with the same content will have the same hash code (and will
3741 ary_add_hash(VALUE hash, VALUE ary) argument
3746 rb_hash_aset(hash, RARRAY_PTR(ary)[i], Qtrue);
3748 return hash;
3754 VALUE hash = rb_hash_new(); local
3756 RBASIC(hash)->klass = 0;
3757 return hash;
3763 VALUE hash = ary_tmp_hash_new(); local
3768 ary_add_hash_by(VALUE hash, VALUE ary) argument
3784 VALUE hash = ary_tmp_hash_new(); local
3789 ary_recycle_hash(VALUE hash) argument
3819 volatile VALUE hash; local
3853 VALUE hash, ary3, v; local
3893 VALUE hash, ary3, v; local
3952 VALUE hash, v; local
4011 VALUE hash, uniq, v; local
[all...]
H A Drange.c226 st_index_t hash = EXCL(range); local
229 hash = rb_hash_start(hash);
232 hash = rb_hash_uint(hash, NUM2LONG(v));
234 hash = rb_hash_uint(hash, NUM2LONG(v));
236 hash = rb_hash_uint(hash, EXCL(range) << 24);
237 hash
[all...]
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.h31 uint32_t hash; member in struct:__anon12676
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep062.tcl104 { 0 {btree ""} {hash ""} }
108 { 0 {hash ""} {queue ""} }
110 { 0 {hash ""} {queueext "-pagesize 16384"} }
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DBase.pm32 # General purpose constructor method which expects a hash reference of
34 # folded into a hash. Blesses a hash into an object and calls its
35 # _init() method, passing the parameter hash reference. Returns a new
56 # fold all remaining args into a hash, or use provided hash ref
102 # reference to a hash array containing any configuration items specified
176 Constructor method which accepts a reference to a hash array or a list
177 of C<name =E<gt> value> parameters which are folded into a hash. The
178 C<_init()> method is then called, passing the configuration hash an
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDatafile.pm66 # create hash record to represent data
102 This plugin provides a simple facility to construct a list of hash
126 initialise a hash array containing the field names as relevant keys.
127 The plugin returns a blessed list reference containing the hash
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dscriptset.cpp174 int32_t hash = 0; local
176 hash ^= bits[i];
178 return hash;
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGEdge.h186 unsigned hash() const
189 return IntHash<uintptr_t>::hash(m_encodedWord);
191 return PtrHash<Node*>::hash(m_node) + m_encodedWord;
/macosx-10.10/OpenSSH-189/openssh/
H A Droaming_common.c230 char hash[EVP_MAX_MD_SIZE]; local
240 EVP_DigestFinal(&ctx, hash, NULL);
243 buffer_append(&b, hash, EVP_MD_size(md));
/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A Dconf_api.c79 /* static unsigned long hash(CONF_VALUE *v); */
80 static unsigned long hash(const void *v_void);
193 if ((conf->data = lh_new(hash, cmp_conf)) == NULL)
209 /* We now have only 'section' entries in the hash table.
246 /* static unsigned long hash(CONF_VALUE *v) */
247 static unsigned long hash(const void *v_void) function
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds3_enc.c363 const EVP_MD *hash; local
371 if (!ssl_cipher_get_evp(s->session,&c,&hash,&comp))
378 s->s3->tmp.new_hash=hash;
385 num=EVP_CIPHER_key_length(c)+EVP_MD_size(hash)+EVP_CIPHER_iv_length(c);
586 const EVP_MD *hash; local
596 hash=ssl->write_hash;
603 hash=ssl->read_hash;
606 md_size=EVP_MD_size(hash);
615 ssl3_cbc_record_digest_supported(hash))
625 * With SHA-1 (the largest hash spece
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcdbuilder.cpp91 MakeHash<Builder> hash(this);
92 hash->update(CFDataGetBytePtr(data), CFDataGetLength(data));
93 hash->finish(specialSlot(slot));
147 offset += (mCodeSlots + mSpecialSlots) * mDigestLength; // hash vector
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcdbuilder.cpp91 MakeHash<Builder> hash(this);
92 hash->update(CFDataGetBytePtr(data), CFDataGetLength(data));
93 hash->finish(specialSlot(slot));
147 offset += (mCodeSlots + mSpecialSlots) * mDigestLength; // hash vector
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DEncryptTransform.cpp352 SecTransformRef mgf_maskedDB = NULL, mgf_dbMask = NULL, hash = NULL;
362 // NOTE: we omit step 1: "If the length of P is greater than the input limitation for the hash
364 // ready access to the input limits of the hash functions, and in the real world we won't be
423 hash = SecDigestTransformCreate(hashAlgo, 0, &error);
424 if (!hash) {
436 if (!SecTransformSetAttribute(hash, kSecTransformInputAttributeName, EncodingParameters, &error)) {
440 pHash = (CFDataRef)transforms_assume(SecTransformExecute(hash, &error));
482 CFSafeRelease(hash);
537 SecTransformRef mgf_dbMask = NULL, mgf_seedMask = NULL, hash = NULL;
542 // NOTE: we omit (1) If the length of P is greater than the input limitation for the hash functio
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStringHasher.h31 // http://www.azillionmonkeys.com/qed/hash.html
35 // NOTE: The hash computation here must stay in sync with the create_hash_table script in
38 // Golden ratio. Arbitrary start value to avoid mapping all zeros to a hash value of zero.
165 // Reserving space from the high bits for flags preserves most of the hash's
166 // value, since hash lookup typically masks out the high bits anyway.
169 // This avoids ever returning a hash code of 0, since that is used to
170 // signal "hash not computed yet". Setting the high bit maintains
171 // reasonable fidelity to a hash code of 0 because it is likely to yield
172 // exactly 0 when hash lookup masks out the high bits.
179 unsigned hash() cons function in class:WTF::StringHasher
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DQualifiedName.h134 static unsigned hash(const QualifiedName& name) { return hash(name.impl()); } function in struct:WebCore::QualifiedNameHash
136 static unsigned hash(const QualifiedName::QualifiedNameImpl* name) function in struct:WebCore::QualifiedNameHash
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontPlatformData.h172 unsigned hash() const function in class:WebCore::FontPlatformData
175 return m_font ? m_font->hash() : 0;
188 return PtrHash<cairo_scaled_font_t*>::hash(m_scaledFont);
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginPackageWin.cpp310 unsigned PluginPackage::hash() const
313 m_name.impl()->hash(),
314 m_description.impl()->hash(),
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dremap.cpp171 t4_i32 hash = 0; local
215 hash ^= x ^ i;
219 if (hash == 0)
220 hash = - 1;
222 return hash;
227 * Unused: row = -1, hash = 0
228 * Dummy: row = -1, hash = -1
236 and 0 < incr < _size and both are a function of hash */
238 /* We use ~hash_ instead of hash_, as degenerate hash functions, such
274 t4_i32 hash local
289 t4_i32 hash = CalcHash(key); local
[all...]
/macosx-10.10/vim-55/src/
H A Dmemfile.c161 mfp->mf_hash[i] = NULL; /* hash lists are empty */
448 if (hp == NULL) /* not in the hash list */
481 mf_ins_hash(mfp, hp); /* put in front of hash list */
527 mf_rem_hash(mfp, hp); /* get *hp out of the hash list */
751 int hash; local
753 hash = MEMHASH(hp->bh_bnum);
754 hhp = mfp->mf_hash[hash];
759 mfp->mf_hash[hash] = hp;
780 * look in hash lists of memfile *mfp for block header with number 'nr'
1096 * If block 'mf_infile_count' is not in the hash lis
1194 int hash; local
1262 int hash; local
[all...]

Completed in 174 milliseconds

<<11121314151617181920>>