Home
last modified time | relevance | path

Searched refs:HASH2 (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/arch/macppc/dev/
H A Dif_bmreg.h131 #define HASH2 0x0710 macro
H A Dif_bm.c395 bmac_write_reg(sc, HASH2, 0); in bmac_init()
876 bmac_write_reg(sc, HASH2, hash[2]); in bmac_setladrf()
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dwrite.t1999 open(HASH2, '>Op_write.tmp') || die "Can't create Op_write.tmp";
2000 format HASH2 =
2004 write HASH2;
2005 close HASH2 or die "Could not close: $!";
/openbsd-src/sys/arch/macppc/macppc/
H A Dlocore.S417 #define HASH2 979
459 mfspr %r2,HASH2 /* get the second pointer */
515 mfspr %r2,HASH2 /* get the second pointer */
568 mfspr %r2,HASH2 /* get the second pointer */
415 #define HASH2 global() macro
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlop.pod741 HASH1 HASH2 all same keys in both HASHes
743 grep { exists HASH2->{$_} } keys HASH1