Searched refs:HASH (Results 51 - 75 of 120) sorted by relevance

12345

/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dpreprocess.t40 my $o = $tmpl->fill_in(@args, HASH => { x => 119, 'y' => 23, z => 5 });
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dio.c35 #define HASH(h, c) ((c) + ROL (h, 7)) macro
260 h = HASH (h, TOLOWER (c));
273 h = HASH (h, ' ');
277 h = HASH (h, TOLOWER (c));
311 h = HASH (h, c);
319 h = HASH (h, TOLOWER (c));
328 h = HASH (h, c);
341 h = HASH (h, ' ');
345 h = HASH (h, c);
378 h = HASH (
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dgenerate_ssl_tests.pl117 HASH => [{ idx => $idx, testname => $testname } , $test],
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Ddofile.pl85 HASH => { config => \%config,
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dgenerate_ssl_tests.pl127 HASH => [{ idx => $idx, testname => $testname } , $test],
/netbsd-current/common/lib/libc/atomic/
H A Datomic_init_testset.c62 #define HASH(PTR) (((uintptr_t)(PTR) >> 3) & 127) macro
180 lock = &atomic_locks[HASH(ptr)];
198 lock = &atomic_locks[HASH(ptr)];
216 lock = &atomic_locks[HASH(ptr)];
233 lock = &atomic_locks[HASH(ptr)];
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dio.c25 #define HASH(h, c) ((c) + ROL (h, 7)) macro
228 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
243 h = HASH (h, ' ');
246 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
250 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
258 h = HASH (h, c);
273 h = HASH (h, ' ');
276 h = HASH (h, c);
280 h = HASH (h, c);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dlibdso-10.d18 HASH.*0x0*94
H A Dlibdso-13.d17 0x0+4 \(HASH\)[ ]+0x94
H A Dlibdso-2.d15 +\[ 1\] \.hash +HASH +.*
H A Dtls-gd-1.d24 HASH 0x0+b4
H A Dtls-gd-1h.d24 HASH 0x0+b4
H A Dtls-gd-2.d24 HASH 0x0+b4
H A Dtls-gd-2h.d24 HASH 0x0+b4
H A Dtls-ie-10.d24 HASH 0x0+b4
H A Dtls-ie-11.d24 HASH 0x0+b4
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-csky/
H A Dgot.d8 0x00000004 \(HASH\) .*
H A Dtls-gd-v1.d9 0x00000004 \(HASH\) .*
H A Dtls-gd.d8 0x00000004 \(HASH\) .*
H A Dtls-ld-v1.d9 0x00000004 \(HASH\) .*
H A Dtls-ld.d8 0x00000004 \(HASH\) .*
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Ddofile.pl198 HASH => { config => \%config,
/netbsd-current/usr.bin/make/
H A Dhash.c120 DEBUG4(HASH, "HashTable_Find: %p h=%08x key=%.*s\n",
248 DEBUG4(HASH, "HashTable_Enlarge: %p size=%d entries=%d maxchain=%d\n",
333 DEBUG4(HASH, "HashTable \"%s\": size=%u entries=%u maxchain=%u\n",
/netbsd-current/external/bsd/unbound/dist/winrc/
H A Dunbound-control-setup.cmd54 set HASH=sha256 variable
98 echo default_md=%HASH%>>request.cfg
119 echo default_md=%HASH%>>request.cfg
132 "%SSL_PROGRAM%" req -key %CTL_BASE%.key -config request.cfg -new | "%SSL_PROGRAM%" x509 -req -days %DAYS% -CA %SVR_BASE%_trust.pem -CAkey %SVR_BASE%.key -CAcreateserial -%HASH% -out %CTL_BASE%.pem
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_scan.l113 hash return HASH;

Completed in 304 milliseconds

12345