Searched refs:equal (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dmemcmp.s35 ; or 0 if the two strings are equal. Because we compare a word at a
61 beqlr ; done if equal
88 bne Ldifferent ; these 4 bytes not equal
97 beqlr ; 0-length strings are defined to be equal (r3=0)
H A Dbcmp.s34 ; Because bcmp returns zero if equal and nonzero otherwise, it is slightly
73 bnelr ; done if not equal (r3!=0)
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Draw_usrreq.c138 #define equal(a1, a2) \ macro
140 if (rp->rcb_laddr && !equal(rp->rcb_laddr, dst))
142 if (rp->rcb_faddr && !equal(rp->rcb_faddr, src))
H A Dif.c584 #define equal(a1, a2) \ macro
594 if (equal(addr, ifa->ifa_addr)) {
601 equal(ifa->ifa_broadaddr, addr)) {
634 if (ifa->ifa_dstaddr && equal(addr, ifa->ifa_dstaddr)) {
679 if (equal(addr, ifa->ifa_addr)) {
687 equal(ifa->ifa_broadaddr, addr)) {
779 && equal(addr, ifa->ifa_dstaddr)) {
892 if (equal(addr, ifa->ifa_addr) ||
893 (ifa->ifa_dstaddr && equal(addr, ifa->ifa_dstaddr)))
898 if (equal(add
[all...]
H A Droute.c90 #define equal(a1, a2) (bcmp((caddr_t)(a1), (caddr_t)(a2), (a1)->sa_len) == 0) macro
841 (!equal(src, rt->rt_gateway) || !equal(rt->rt_ifa->ifa_addr,
1050 !equal(ifa->ifa_addr, (struct sockaddr *)(size_t)gateway)) &&
1576 * A host route with the destination equal to the gateway
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/sha2/
H A Dsha2.c99 #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s784 srawi r11,r11,31 ; Get a 0 if equal or -1 of not
1059 srawi r8,r8,31 ; Get a 0 if equal or -1 of not
1549 srawi r11,r11,31 ; Get a 0 if equal or -1 of not
1744 srawi r8,r8,31 ; Get a 0 if equal or -1 of not
1786 srawi r8,r8,31 ; Get a 0 if equal or -1 of not
H A Dhw_exception.s1170 srawi r21,r21,31 ; Get a 0 if equal or -1 of not
1336 srawi r21,r21,31 ; Get a 0 if equal or -1 of not
H A Dvmachmon_asm.s566 srawi r3,r3,31 ; Get a 0 if equal or -1 of not
634 srawi r3,r3,31 ; Get a 0 if equal or -1 of not
H A Dlowmem_vectors.s1971 crandc cr0_lt,cr0_lt,cr0_gt ; See if we have R0 equal to 0b10xx...x
2551 crclr cr0_eq ; Make sure we are not equal so we take correct exit
H A Dhw_vm.s230 crand cr0_eq,cr0_eq,cr1_lt ; Is the second half less and the first half equal?
921 srawi r2,r2,31 ; We have -1 if less than mapRemChunk or 0 if equal or more
1257 srawi r2,r2,31 ; We have -1 if less than mapRemChunk or 0 if equal or more

Completed in 239 milliseconds