Searched refs:hash (Results 26 - 50 of 1323) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/COM/
H A Dhash.vbs8 ).getStateStruct(CreateObject("SOAP.Lite").hash("a", 1, "b", 2)) _
H A Dsoap.vbs13 .options(CreateObject("SOAP.Lite").hash("compress_threshold", 10000)) _
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/server/
H A Dsoap.vbs13 .options(CreateObject("SOAP.Lite").hash("compress_threshold", 10000)) _
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/hash_fn/
H A Ddirect_mask_range_hashing_imp.hpp62 operator()(size_type hash) const
63 { return mask_based_base::range_hash(hash); }
H A Ddirect_mod_range_hashing_imp.hpp62 operator()(size_type hash) const
63 { return mod_based_base::range_hash(hash); }
H A Dmod_based_range_hashing.hpp77 range_hash(size_type hash) const;
102 range_hash(size_type hash) const
104 return (hash % m_size);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsecCrypto.c36 SecAsn1Oid oidForSSLHash(SSL_HashAlgorithm hash) argument
38 switch (hash) {
55 int mySSLPrivKeyRSA_sign(void *key, SSL_HashAlgorithm hash, const uint8_t *plaintext, size_t plaintextLen, uint8_t *sig, size_t *sigLen) argument
59 if(hash == SSL_HashAlgorithmNone) {
63 algId.algorithm = oidForSSLHash(hash);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsecCrypto.c36 SecAsn1Oid oidForSSLHash(SSL_HashAlgorithm hash) argument
38 switch (hash) {
55 int mySSLPrivKeyRSA_sign(void *key, SSL_HashAlgorithm hash, const uint8_t *plaintext, size_t plaintextLen, uint8_t *sig, size_t *sigLen) argument
59 if(hash == SSL_HashAlgorithmNone) {
63 algId.algorithm = oidForSSLHash(hash);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsecCrypto.c36 SecAsn1Oid oidForSSLHash(SSL_HashAlgorithm hash) argument
38 switch (hash) {
55 int mySSLPrivKeyRSA_sign(void *key, SSL_HashAlgorithm hash, const uint8_t *plaintext, size_t plaintextLen, uint8_t *sig, size_t *sigLen) argument
59 if(hash == SSL_HashAlgorithmNone) {
63 algId.algorithm = oidForSSLHash(hash);
/macosx-10.10/ntfs-84/kext/
H A Dntfs_secure.h71 * ntfs_security_hash - calculate the hash of a security descriptor
72 * @sd: self-relative security descriptor whose hash to calculate
75 * Calculate the hash of the self-relative security descriptor @sd of length
78 * This hash is used in the $Secure system file as the primary key for the $SDH
84 * Return the calculated security hash in little endian.
90 u32 hash; local
94 for (hash = 0; pos < end; pos++)
95 hash = le32_to_cpup(pos) + ntfs_rol32(hash, 3);
96 return cpu_to_le32(hash);
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_convenience.py15 def hash(self): member in class:OC_TestConveniences
23 # Python can't hash to -1. Surprise! :)
27 self.assertEquals(o.hash(), hashValue)
28 self.assertEquals(hash(o), expect, 'o.hash() == 0x%X | %r != %r' % (o.hash(), hash(o), expect))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_convenience.py15 def hash(self): member in class:OC_TestConveniences
23 # Python can't hash to -1. Surprise! :)
27 self.assertEqual(o.hash(), hashValue)
28 self.assertEqual(hash(o), expect, 'o.hash() == 0x%X | %r != %r' % (o.hash(), hash(o), expect))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_convenience.py15 def hash(self): member in class:OC_TestConveniences
23 # Python can't hash to -1. Surprise! :)
27 self.assertEqual(o.hash(), hashValue)
28 self.assertEqual(hash(o), expect, 'o.hash() == 0x%X | %r != %r' % (o.hash(), hash(o), expect))
/macosx-10.10/ruby-106/ruby/
H A Dhash.c3 hash.c -
36 rb_hash_freeze(VALUE hash) argument
38 return rb_obj_freeze(hash);
141 rb_raise(rb_eRuntimeError, "hash modified during iteration");
148 VALUE hash; member in struct:hash_foreach_arg
160 tbl = RHASH(arg->hash)->ntbl;
162 if (RHASH(arg->hash)->ntbl != tbl) {
167 FL_SET(arg->hash, HASH_DELETED);
178 hash_foreach_ensure(VALUE hash) argument
180 if (--RHASH_ITER_LEV(hash)
192 VALUE hash = ((struct hash_foreach_arg *)arg)->hash; local
200 rb_hash_foreach(VALUE hash, int (*func)(ANYARGS), VALUE farg) argument
240 rb_hash_dup(VALUE hash) argument
258 rb_hash_modify_check(VALUE hash) argument
266 rb_hash_tbl(VALUE hash) argument
275 rb_hash_modify(VALUE hash) argument
352 rb_hash_initialize(int argc, VALUE *argv, VALUE hash) argument
392 VALUE hash, tmp; local
455 to_hash(VALUE hash) argument
461 rb_check_hash_type(VALUE hash) argument
478 rb_hash_s_try_convert(VALUE dummy, VALUE hash) argument
484 VALUE hash; member in struct:rehash_arg
518 rb_hash_rehash(VALUE hash) argument
542 hash_default_value(VALUE hash, VALUE key) argument
570 rb_hash_aref(VALUE hash, VALUE key) argument
581 rb_hash_lookup2(VALUE hash, VALUE key, VALUE def) argument
592 rb_hash_lookup(VALUE hash, VALUE key) argument
627 rb_hash_fetch_m(int argc, VALUE *argv, VALUE hash) argument
655 rb_hash_fetch(VALUE hash, VALUE key) argument
682 rb_hash_default(int argc, VALUE *argv, VALUE hash) argument
716 rb_hash_set_default(VALUE hash, VALUE ifnone) argument
740 rb_hash_default_proc(VALUE hash) argument
762 rb_hash_set_default_proc(VALUE hash, VALUE proc) argument
812 rb_hash_key(VALUE hash, VALUE value) argument
826 rb_hash_index(VALUE hash, VALUE value) argument
833 rb_hash_delete_key(VALUE hash, VALUE key) argument
869 rb_hash_delete(VALUE hash, VALUE key) argument
922 rb_hash_shift(VALUE hash) argument
943 delete_if_i(VALUE key, VALUE value, VALUE hash) argument
969 rb_hash_delete_if(VALUE hash) argument
988 rb_hash_reject_bang(VALUE hash) argument
1014 rb_hash_reject(VALUE hash) argument
1031 rb_hash_values_at(int argc, VALUE *argv, VALUE hash) argument
1065 rb_hash_select(VALUE hash) argument
1076 keep_if_i(VALUE key, VALUE value, VALUE hash) argument
1094 rb_hash_select_bang(VALUE hash) argument
1121 rb_hash_keep_if(VALUE hash) argument
1148 rb_hash_clear(VALUE hash) argument
1226 replace_i(VALUE key, VALUE val, VALUE hash) argument
1234 rb_hash_initialize_copy(VALUE hash, VALUE hash2) argument
1280 rb_hash_replace(VALUE hash, VALUE hash2) argument
1316 rb_hash_size(VALUE hash) argument
1335 rb_hash_empty_p(VALUE hash) argument
1367 rb_hash_each_value(VALUE hash) argument
1400 rb_hash_each_key(VALUE hash) argument
1437 rb_hash_each_pair(VALUE hash) argument
1463 rb_hash_to_a(VALUE hash) argument
1497 inspect_hash(VALUE hash, VALUE dummy, int recur) argument
1522 rb_hash_inspect(VALUE hash) argument
1537 rb_hash_to_hash(VALUE hash) argument
1551 rb_hash_to_h(VALUE hash) argument
1586 rb_hash_keys(VALUE hash) argument
1616 rb_hash_values(VALUE hash) argument
1642 rb_hash_has_key(VALUE hash, VALUE key) argument
1678 rb_hash_has_value(VALUE hash, VALUE val) argument
1712 recursive_eql(VALUE hash, VALUE dt, int recur) argument
1808 recursive_hash(VALUE hash, VALUE dummy, int recur) argument
1833 rb_hash_hash(VALUE hash) argument
1839 rb_hash_invert_i(VALUE key, VALUE value, VALUE hash) argument
1858 rb_hash_invert(VALUE hash) argument
1876 rb_hash_update_i(VALUE key, VALUE value, VALUE hash) argument
1896 rb_hash_update_block_i(VALUE key, VALUE value, VALUE hash) argument
1940 VALUE hash; member in struct:update_arg
1963 VALUE hash = arg->hash; local
2040 rb_hash_assoc(VALUE hash, VALUE obj) argument
2076 rb_hash_rassoc(VALUE hash, VALUE obj) argument
2103 rb_hash_flatten(int argc, VALUE *argv, VALUE hash) argument
2134 rb_hash_compare_by_id(VALUE hash) argument
2152 rb_hash_compare_by_id_p(VALUE hash) argument
3198 VALUE hash; local
3287 env_replace(VALUE env, VALUE hash) argument
3324 env_update(VALUE env, VALUE hash) argument
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestpass.c47 const char *hash; member in struct:__anon6518
81 passwords[i].hash));
127 char hash[100]; local
129 apr_sha1_base64(pass, strlen(pass), hash);
132 apr_password_validate(pass, hash));
134 apr_password_validate(pass2, hash));
141 char hash[100]; local
143 apr_md5_encode(pass, salt, hash, sizeof hash);
146 apr_password_validate(pass, hash));
155 const char *hash; member in struct:__anon6519
183 char hash[100]; local
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/cdt/
H A Ddthash.c35 /* internal data structure for hash table with chaining */
40 Dtlink_t** htbl; /* hash table slots */
41 ssize_t tblz; /* size of hash table */
44 /* make/resize hash table */
50 Dthash_t *hash = (Dthash_t*)dt->data; local
52 if((n = hash->tblz) > 0 && (hash->type&H_FIXED) )
58 { hash->type |= H_FIXED;
65 n = n < HLOAD(hash->data.size) ? HLOAD(hash
98 Dthash_t *hash = (Dthash_t*)dt->data; local
117 Dthash_t *hash = (Dthash_t*)dt->data; local
132 Dthash_t *hash = (Dthash_t*)dt->data; local
154 Dthash_t *hash = (Dthash_t*)dt->data; local
226 Dthash_t *hash = (Dthash_t*)dt->data; local
262 Dthash_t *hash = (Dthash_t*)dt->data; local
388 Dthash_t *hash = (Dthash_t*)dt->data; local
[all...]
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DXDelAssoc.c25 int hash; local
30 hash = x_id & (table->size - 1);
32 bucket = &table->buckets[hash];
H A DXLookAssoc.c26 int hash; local
31 hash = x_id & (table->size - 1);
33 bucket = &table->buckets[hash];
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_store_hash_fn_imps.hpp45 * hash value is stored.
55 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); local
60 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
66 p_new_e->m_hash = hash;
/macosx-10.10/Chess-310.6/sjeng/
H A Decache.c45 index = hash % ECacheSize;
47 ECache[index].stored_hash = hash;
58 index = hash % ECacheSize;
60 if(ECache[index].stored_hash == hash &&
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duhash.h31 * functions. These functions hash keys, compare keys, delete keys,
56 * UHashElement pointer. A hash element contains a key, value, and
88 * This is a single hash element.
101 * @return A NON-NEGATIVE hash code for parm.
139 UHashFunction *keyHasher; /* Computes hash from key.
199 * @param size The initial capacity of this hash table.
222 uhash_init(UHashtable *hash,
230 * @param hash The UHashtable to close. If hash is NULL no operation is performed.
233 uhash_close(UHashtable *hash);
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dhash.c17 /* This implements the Fowler / Noll / Vo (FNV-1) hash algorithm.
37 ctx->hash = HASH_OFFSET;
41 * Update hash
55 h = ctx->hash;
62 ctx->hash = h;
66 * Save hash
71 ber_uint_t h = ctx->hash;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DHashMethod.h37 return value.hash();
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLinkHash.h40 static unsigned hash(LinkHash key) { return static_cast<unsigned>(key); } function in struct:WebCore::LinkHashHash
48 unsigned hash = static_cast<unsigned>(hash64); local
49 unsigned newHash = hash | (!(hash + 1) << 31);
56 // Returns the hash of the string that will be used for visited link coloring.
61 // base URL, and returns the hash of the string that will be used for visited
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnsec3param_51.h31 dns_hash_t hash; member in struct:dns_rdata_nsec3param

Completed in 145 milliseconds

1234567891011>>