Searched refs:hash (Results 226 - 250 of 258) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c80 ZAP_HASH_IDX (grub_uint64_t hash, grub_uint64_t n) argument
82 return (((n) == 0) ? 0 : ((hash) >> (64 - (n))));
114 * block size shift - hash entry size (2) * number of hash
125 * The chunks start immediately after the hash table. The end of the
126 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
2481 grub_uint64_t hash, idx, blkid; local
2491 hash = zap_hash (zap->zap_salt, name, case_insensitive);
2497 idx = ZAP_HASH_IDX (hash, zap->zap_ptrtbl.zt_shift);
2507 err = zap_leaf_lookup (l, leafendian, blksft, hash, nam
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c101 Perl_croak(aTHX_ "Can't return hash to lvalue scalar context");
3718 HV *hash = (HV*)POPs; local
3721 I32 realhv = (SvTYPE(hash) == SVt_PVHV);
3725 entry = realhv ? hv_iternext(hash) : avhv_iternext((AV*)hash);
3737 hv_iterval(hash, entry) : avhv_iterval((AV*)hash, entry);
3771 if (hvtype == SVt_PVHV) { /* hash element */
3784 else { /* pseudo-hash element */
3853 else if (avhv_exists_ent((AV*)hv, tmpsv, 0)) /* pseudo-hash elemen
[all...]
H A Ddump.c1258 /* The "quality" of a hash is defined as the total number of
1260 to the expected number needed for a random hash.
1264 For a random hash of n keys into k buckets, the expected
1277 Perl_dump_indent(aTHX_ level, file, " hash quality = %.1"NVff"%%", theoret/sum*100);
1300 U32 hash = HeHASH(he); local
1310 PerlIO_printf(file, "HASH = 0x%"UVxf"\n", (UV)hash);
H A Dsv.c4268 U32 hash = SvUVX(sv); local
4274 unsharepvn(pvx, SvUTF8(sv) ? -(I32)len : len, hash);
6857 first. Turns on READONLY and FAKE. The string's hash is stored in the UV
6858 slot of the SV; if the C<hash> parameter is non-zero, that value is used;
6859 otherwise the hash is computed. The idea here is that as the string table
6860 is used for shared hash keys these strings will have SvPVX == HeKEY and
6861 hash lookup will avoid string compare.
6867 Perl_newSVpvn_share(pTHX_ const char *src, I32 len, U32 hash) argument
6878 if (!hash)
6879 PERL_HASH(hash, sr
9616 UV hash = PTR_TABLE_HASH(sv); local
9635 UV hash = PTR_TABLE_HASH(oldv); local
[all...]
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c208 reauth_entry_t *e; /* fixed-size hash table of entries */
290 static unsigned hash(const char *str) function
428 /* convert to 8859-1 prior to applying hash */
3065 unsigned val = hash(username) % text->reauth->size;
3520 unsigned val = hash(username) % text->reauth->size;
4819 val = hash(params->serverFQDN) % text->reauth->size;
5018 unsigned val = hash(params->serverFQDN) % text->reauth->size;
5069 unsigned val = hash(params->serverFQDN) % text->reauth->size;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1397 accesses, hash look-ups, method calls through objects, subroutine calles
1481 A hash reference containing various parsing options (see below)
1985 literal strings and/or hash references, specifying the extractors
2039 If the extractor is a hash reference, it must contain exactly one element.
2047 If the extractor was specified in a hash reference, the field is also
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c991 * Assign the PIN hash (optional) to the newly loaded key object,
1080 BYTE *hash, TSS_HKEY *hKey)
1097 if (hash != NULL) {
1099 TSS_POLICY_USAGE, *hKey, (CK_BYTE *)hash);
1900 /* if we're already logged in, just verify the hash */
2043 /* If the hash given is wrong, the verify will fail */
2235 /* get a random SHA1 hash for the auth data */
2247 /* get a random SHA1 hash for the auth data */
2582 /* Create the hash object we'll use to sign */
2590 /* Insert the data into the hash objec
1078 tss_find_and_load_key(TSS_HCONTEXT hContext, char *keyid, TSS_UUID *uuid, TSS_HKEY hParent, BYTE *hash, TSS_HKEY *hKey) argument
[all...]
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl892 datum firsthash(long hash);
894 long hashinc(long hash);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c2805 int32_t hash = elem_hash ((const char *) name, name_len);
2806 int32_t elem = hash % table_size;
2809 int32_t second = hash % (table_size - 2) + 1;
2814 if (symb_table[2 * elem] == hash
2796 int32_t hash = elem_hash ((const char *) name, name_len); local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm230 in the hash table part of the GLOB. In an attempt to prevent modules
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm296 modglobal hash:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm662 The keys of this hash are the names of all the known subroutines. Each value
H A DExporter.pm146 @EXPORT_OK = qw(&bfunc %hash *typeglob); # explicit prefix on &bfunc
H A Dattributes.pm250 hash reference uses "HASH" as its I<type>.
H A Dbignum.pm427 is no guaranty that the object in question has such a hashkey, nor is a hash
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm54 Create a new list object. Properties may be specified through a hash
H A DInputObjects.pm123 keyword arguments in the form of a hash. The keyword C<-handle> is
138 ## hash that is used to represent this object. Note that we default
266 ## hash that is used to represent this object. Note that we default
472 ## hash that is used to represent this object. Note that we default
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm144 It takes a hash reference as an argument with two optional keys:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1816 a parameter hash instead of just a one parameter.
1842 C<display_format> methods: in list context the whole parameter hash
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c226 #include <hash.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm259 # Invoked for any hash variable with a :Good attribute,
272 # Invoked for any scalar, array, hash, or subroutine
577 The argument after C<'autotie'> is a reference to a hash in which each key is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm165 croak "Terminator must be specified as scalar or hash ref"
416 that no terminator line should be looked for), or a reference to a hash
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c462 * Allocate the sleep queue hash table.
865 /* empty queue root; just delete from the hash list */
1960 uint_t hash = LOCK_HASH(mp); local
1982 for (rlp = table[hash]; rlp != NULL; rlp = rlp->robust_next) {
1994 for (rlpp = &table[hash];
2020 * the hash table and to the global list.
2058 * Do this by traversing the global list, not the hash table.
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1843 uchar_t hash[EVP_MAX_MD_SIZE]; local
1867 (void) EVP_DigestFinal_ex(&ctx, hash, &hashlen);
1872 dsasig = DSA_do_sign(hash, hashlen, dsa);
2489 /* Lookup by key hash */
2491 /* If key hash isn't SHA1 length then forget it */
2496 /* Calculate hash of each key and compare */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm196 # individual locals too. This hash holds the addresses of OPs that
204 # Cached hash of lexical variables for curcv: keys are names,
950 $op->name eq "gv" or # only in array/hash constructs
1644 # Array element, not hash element
1658 # Deleting from an array, not a hash
1668 # Deleting from an array, not a hash
2864 # We need to make sure that C<$hash{warn()}> doesn't come out as
2865 # C<$hash{warn}>, which has a quite different meaning. Currently
3489 my %hash = $ref->ARRAY;
3491 for my $k (sort keys %hash) {
[all...]

Completed in 182 milliseconds

1234567891011