Searched refs:HASH (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.9.5/groff-38/groff/src/utils/addftinfo/
H A Dguess.cpp35 #define HASH(c1, c2) (((unsigned char)(c1) << 8) | (unsigned char)(c2)) macro
36 switch (HASH(s[0], s[1])) {
46 case HASH('\\', '|'):
47 case HASH('\\', '^'):
48 case HASH('\\', '&'):
51 case HASH('f', 0):
56 case HASH('a', 0):
57 case HASH('c', 0):
58 case HASH('e', 0):
59 case HASH('
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_method.c30 HASH *hashp;
34 sizeof(HASH), &dbp->h_internal)) != 0)
78 HASH *hashp;
94 HASH *hashp;
113 HASH *hashp;
135 HASH *t;
157 HASH *hashp;
175 HASH *hashp;
H A Dhash_meta.c28 HASH *hashp;
85 HASH *hashp;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseType.java26 public static final DatabaseType HASH = field in class:DatabaseType
27 new DatabaseType("HASH", DbConstants.DB_HASH);
57 return HASH;
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dxc16x-opc.c473 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (POF), OP (UIMM16), 0 } },
479 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (POF), OP (UIMM16), 0 } },
485 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (PAG), OP (UIMM16), 0 } },
491 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (PAG), OP (UIMM16), 0 } },
497 { { MNEM, ' ', OP (DR), ',', OP (HASH), OP (POF), OP (UIMM3), 0 } },
503 { { MNEM, ' ', OP (DR), ',', OP (HASH), OP (POF), OP (UIMM3), 0 } },
509 { { MNEM, ' ', OP (DRB), ',', OP (HASH), OP (PAG), OP (UIMM3), 0 } },
515 { { MNEM, ' ', OP (DRB), ',', OP (HASH), OP (PAG), OP (UIMM3), 0 } },
521 { { MNEM, ' ', OP (DR), ',', OP (HASH), OP (PAG), OP (UIMM3), 0 } },
527 { { MNEM, ' ', OP (DR), ',', OP (HASH), O
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dkeywds.c110 #define HASH(keyword, value) \ macro
258 HASH( keywords [i].keyword, hash_value);
276 HASH(identifier, hash_value);
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D29overload.t26 like( $@, qr/Cannot add FooBar=HASH\([^\)]+\) to a DateTime object/,
34 like( $@, qr/Cannot subtract FooBar=HASH\([^\)]+\) from a DateTime object/,
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dyaml2byte.c29 #define HASH ((long)0xCAFECAFE) macro
41 ret->hash = HASH;
55 assert(str && HASH == str->hash);
88 assert(str && HASH == str->hash);
89 assert(ext && HASH == ext->hash);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_gen.c82 #define HASH SHA macro
87 #define HASH SHA1 macro
178 HASH(seed,SHA_DIGEST_LENGTH,md);
179 HASH(buf,SHA_DIGEST_LENGTH,buf2);
226 HASH(buf,SHA_DIGEST_LENGTH,md);
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DMakefile.PL204 my @Options = qw( INCLUDE LIB PREFIX HASH DBNAME COMPAT185 ) ;
252 my $HASH = $Info{'HASH'} ;
254 $VER_INFO = "-DmDB_Prefix_t=${PREFIX} -DmDB_Hash_t=${HASH}" ;
259 HASH [$HASH]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D034DBI.t121 FATAL,"fatal message",main:,1234,groceries.beer,main,foo,HASH(0x84cfd64)
126 $got =~ s/HASH\(.+?\)//;
127 $expected =~ s/HASH\(.+?\)//;
150 like($row->[7], qr/HASH/); #verifying param checking for "filter=>sub{...} stuff
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddeattack.c69 #define HASH(x) get_u32(x) macro
146 for (i = HASH(c) & (n - 1); h[i] != HASH_UNUSED;
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
258 h = HASH (h, TOLOWER (c));
271 h = HASH (h, ' ');
275 h = HASH (h, TOLOWER (c));
309 h = HASH (h, c);
317 h = HASH (h, TOLOWER (c));
326 h = HASH (h, c);
339 h = HASH (h, ' ');
343 h = HASH (h, c);
376 h = HASH (
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DUtil.pm33 ref $dir !~ /^(GLOB|SCALAR|HASH|REF|LVALUE)$/) {
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashlib.h84 #define HASH(r,n,h) if (r->local->hash) h = r->namesize ? (*r->local->hash)(n, r->namesize) : (*r->local->hash)(n);\ macro
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-sync.mm69 #define HASH(obj) ((((uintptr_t)(obj)) >> 5) & (COUNT - 1))
70 #define LOCK_FOR_OBJ(obj) sDataLists[HASH(obj)].lock
71 #define LIST_FOR_OBJ(obj) sDataLists[HASH(obj)].data
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DHashCompareTest.java60 runTest(DatabaseType.HASH);
77 if (type == DatabaseType.HASH) {
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D034DBI.t149 FATAL,"fatal message",main:,1234,groceries.beer,main,foo,HASH(0x84cfd64)
154 $got =~ s/HASH\(.+?\)//;
155 $expected =~ s/HASH\(.+?\)//;
178 like($row->[7], qr/HASH/); #verifying param checking for "filter=>sub{...} stuff
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Dquery.t80 print "not " unless $u =~ /^\?a=HASH\(/;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dhash.h59 } HASH; typedef in typeref:struct:hash_t
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgnuserv.h143 #define HASH(host) host /* Rather simplistic hash function */ macro
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dmldbm.t75 package HASH ;
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP/lib/Apache2/
H A DSOAP.pm100 =item options (HASH)
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP-0.73/lib/Apache2/
H A DSOAP.pm100 =item options (HASH)
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/Apache/
H A DSOAP.pm100 =item options (HASH)

Completed in 317 milliseconds

1234