Searched refs:hash (Results 126 - 150 of 1478) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DDirective.pm271 my $hash = shift @$args;
272 push(@$args, '{ ' . join(', ', @$hash) . ' }')
273 if @$hash;
367 my $hash = shift @$args;
369 $file .= @$hash ? ', { ' . join(', ', @$hash) . ' }' : '';
382 my $hash = shift @$args;
384 $file .= @$hash ? ', { ' . join(', ', @$hash) . ' }' : '';
501 my $hash
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DDirective.pm271 my $hash = shift @$args;
272 push(@$args, '{ ' . join(', ', @$hash) . ' }')
273 if @$hash;
367 my $hash = shift @$args;
369 $file .= @$hash ? ', { ' . join(', ', @$hash) . ' }' : '';
382 my $hash = shift @$args;
384 $file .= @$hash ? ', { ' . join(', ', @$hash) . ' }' : '';
501 my $hash
[all...]
/macosx-10.9.5/Heimdal-323.92.1/base/
H A Dheimbasepriv.h70 heim_type_hash hash; member in struct:heim_type_data
81 heim_type_hash hash);
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dhash.h35 * hash.h. Header file for hash table functions
50 unsigned (*hash)(void *); /* hash function */ member in struct:hashtab
61 unsigned (*hash)(void *)); /* Make new hash table */
63 void *hashtabsearch(Hashtab *htab, /* The hash table */
67 void *hashtabadd(Hashtab *htab, /* The hash table */
78 unsigned hashadd(const char *s); /* Standard hash function */
79 unsigned hashcaseadd(const char *s); /* Standard hash functio
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/dtrace/
H A Dcodesign-watch.d24 self uint8_t *hash;
154 uint8_t *hash; /* dynamic hash from identify() */
161 uint8_t *hash; /* static hash from ...::cdHash() */
239 self->hash = code[arg0].hash = (uint8_t *)copyin(arg1, sizeof(Hash));
242 self->hash[0], self->hash[1], self->hash[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DStaticString.pm44 my $hash = Hasher::GenerateHashValue($value);
51 StringImpl::StaticASCIILiteral::s_initialFlags | (${hash} << StringImpl::StaticASCIILiteral::s_hashShift)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DRefCountedGDIHandle.h54 unsigned hash() const function in class:WebCore::RefCountedGDIHandle
56 return WTF::PtrHash<T>::hash(m_handle);
/macosx-10.9.5/groff-38/groff/src/include/
H A Dsymbol.h35 unsigned long hash() const;
61 inline unsigned long symbol::hash() const function in class:symbol
H A Drefid.h27 unsigned hash() const { return (filename_id << 4) + pos; } function in class:reference_id
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_no_store_hash_fn_imps.hpp45 * when the hash value is not stored.
54 size_type hash = ranged_probe_fn_base::operator()(r_key); local
60 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/hash_fn/
H A Dmask_based_range_hashing.hpp71 range_hash(size_type hash) const
72 { return size_type(hash & m_mask); }
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclHash.c4 * Implementation of in-memory hash tables for Tcl and Tcl-based
29 * the hash table to make it larger.
35 * The following macro takes a preliminary integer hash value and
36 * produces an index into a hash tables bucket list. The idea is
38 * will end up in different buckets. The hash function was taken
46 * Prototypes for the array hash key methods.
59 * Prototypes for the one word hash key methods.
74 * Prototypes for the string hash key methods.
133 * Given storage for a hash table, set up the fields to prepare
134 * the hash tabl
280 unsigned int hash; local
379 unsigned int hash; local
1181 unsigned int hash; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256.h58 uint32_t hash[SHA256_HASH_WORDS]; member in struct:_SHA256Context
75 void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DRequirements.h52 CFHashCode hash();
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DRequirements.h52 CFHashCode hash();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DSubimageCacheWithTimer.h67 static unsigned hash(CGImageRef image, const FloatRect& rect) function in struct:WebCore::SubimageCacheWithTimer::SubimageCacheHash
69 return WTF::pairIntHash(PtrHash<CGImageRef>::hash(image),
72 static unsigned hash(const SubimageCacheEntry& key) function in struct:WebCore::SubimageCacheWithTimer::SubimageCacheHash
74 return hash(key.image.get(), key.rect);
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil_md5.c57 unsigned char hash[APR_MD5_DIGESTSIZE]; local
62 * Take the MD5 hash of the string argument.
70 apr_md5_final(hash, &my_md5);
73 *r++ = hex[hash[i] >> 4];
74 *r++ = hex[hash[i] & 0xF];
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dnsec3_50.h31 dns_hash_t hash; member in struct:dns_rdata_nsec3
/macosx-10.9.5/ruby-104/ruby/ext/-test-/bug-3571/
H A Dbug.c11 bug_start(VALUE self, VALUE hash) argument
/macosx-10.9.5/vim-53/src/proto/
H A Dhashtab.pro6 hashitem_T *hash_lookup __ARGS((hashtab_T *ht, char_u *key, hash_T hash));
9 int hash_add_item __ARGS((hashtab_T *ht, hashitem_T *hi, char_u *key, hash_T hash));
/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DHashKeysOnly.pm21 my $hash = shift;
26 @got{keys %$hash} = ();
72 Comparing hash keys of $where
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/PurePerl/
H A DException.pm50 my %hash;
51 @hash{qw(Package Filename Line)} = @trace[0..2];
52 push @fulltrace, \%hash;
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerOriginStack.h65 unsigned hash() const;
82 static unsigned hash(const OriginStack& key) { return key.hash(); } function in struct:JSC::Profiler::OriginStackHash
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_codesigning.h57 CodeSignatureAclSubject(const SHA1::Byte *hash, const std::string &path) argument
58 : AclSubject(CSSM_ACL_SUBJECT_TYPE_CODE_SIGNATURE), OSXVerifier(hash, path) { }
87 CodeSignatureAclSubject *make(const SHA1::Byte *hash, const CssmData &commentBag) const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_codesigning.h57 CodeSignatureAclSubject(const SHA1::Byte *hash, const std::string &path) argument
58 : AclSubject(CSSM_ACL_SUBJECT_TYPE_CODE_SIGNATURE), OSXVerifier(hash, path) { }
87 CodeSignatureAclSubject *make(const SHA1::Byte *hash, const CssmData &commentBag) const;

Completed in 429 milliseconds

1234567891011>>