Searched defs:HASH (Results 1 - 24 of 24) sorted by relevance

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

Completed in 645 milliseconds