Home
last modified time | relevance | path

Searched defs:HASH (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl2/groff/dist/src/utils/addftinfo/
H A Dguess.cpp37 #define HASH(c1, c2) (((unsigned char)(c1) << 8) | (unsigned char)(c2)) in guess() macro
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dunbound-control-setup.cmd54 set HASH=sha256 variable
/netbsd-src/sys/net/agr/
H A Dif_agrether_hash.c48 #define HASH(p, l, h) hash32_buf((p), (l), (h)) macro
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dnsec3param_test.c40 #define HASH 1 macro
[all...]
/netbsd-src/common/lib/libc/atomic/
H A Datomic_init_testset.c62 #define HASH(PTR) (((uintptr_t)(PTR) >> 3) & 127) macro
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dio.c25 #define HASH(h, c) ((c) + ROL (h, 7)) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dio.c35 #define HASH(h, c) ((c) + ROL (h, 7)) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dvec.h49 HASH enumerator
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dvec.h49 HASH enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dclass.c156 #define CLASS_TABLE_HASH(INDEX, HASH, CLASS_NAME) \ argument
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dclass.c156 #define CLASS_TABLE_HASH(INDEX, HASH, CLASS_NAME) \ argument
/netbsd-src/usr.sbin/lockstat/
H A Dmain.c136 #define HASH(a) (&bucket[((a) >> 6) & (__arraycount(bucket) - 1)]) macro
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_irix5.c209 #define HASH(x) ((x << 1) % oldprocs) macro
H A Dm_linuxthr.c207 #define HASH(x) (((x) * 1686629713U) % HASH_SIZE) macro
H A Dm_irixsgi.c109 #define HASH(x) ((x << 1) % oldprocs) macro
H A Dm_linux.c234 #define HASH(x) (((x) * 1686629713U) % HASH_SIZE) macro
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dst_parse.c46 #define HASH(NUM) ((int)(NUM & (BUCKETS - 1))) macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen.c524 HASH(char *string) { in HASH() function
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dgen.c569 HASH(char *string) { HASH() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp315 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h323 HASH = 621, enumerator
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h327 HASH = 621, enumerator
/netbsd-src/sys/dev/usb/
H A Dohci.c1865 #define HASH(a) (((a) >> 4) % OHCI_HASH_ global() macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc425 #define HASH(X, M) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c436 #define HASH(X, M) \ macro

12