Searched defs:bcmp (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dnhash.c38 #define bcmp memcmp macro
49 return (bcmp((char *)str1, (char *)str2, len));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h265 # ifndef bcmp
266 # define bcmp(s1,s2,l) memcmp(s1,s2,l) macro
274 # define memNE(s1,s2,l) (bcmp(s1,s2,l))
275 # define memEQ(s1,s2,l) (!bcmp(s1,s2,l))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm29 ref($_[0])->bcmp($_[1],$_[0]) :
30 ref($_[0])->bcmp($_[0],$_[1])},
416 sub bcmp subroutine
428 return $upgrade->bcmp($x,$y) if defined $upgrade &&
771 return $x->bone('+',@params) if $x->bcmp($base) == 0;
1787 return $x->bsqrt($a,$p,$r,$y) if $y->bcmp($HALF) == 0;
2491 $x->bcmp($y); # compare numbers (undef,<0,=0,>0)
2632 C<is_nan()>) return true or false, while others (C<bcmp()>, C<bacmp()>)
H A DBigRat.pm1096 sub bcmp subroutine
1131 $t->bcmp($u);
H A DBigInt.pm62 ref($_[0])->bcmp($_[1],$_[0]) :
63 $_[0]->bcmp($_[1])},
981 sub bcmp subroutine
995 return $upgrade->bcmp($x,$y) if defined $upgrade &&
2602 $x->bcmp($y); # compare numbers (undef,<0,=0,>0)
2742 C<is_nan()>) return true or false, while others (C<bcmp()>, C<bacmp()>)
2990 =head2 bcmp
2992 $x->bcmp($y);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h631 # ifndef bcmp
632 # define bcmp(s1,s2,l) memcmp(s1,s2,l) macro

Completed in 45 milliseconds