Searched refs:compare (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A DMakefile11 export adsp_Write.o_CFLAGS_ADD=-Wno-sign-compare
12 export adsp_Packet.o_CFLAGS_ADD=-Wno-sign-compare
13 export adsp_Control.o_CFLAGS_ADD=-Wno-sign-compare
14 export adsp_RxAttn.o_CFLAGS_ADD=-Wno-sign-compare
15 export adsp_attention.o_CFLAGS_ADD=-Wno-sign-compare
16 export asp_proto.o_CFLAGS_ADD=-Wno-sign-compare
17 export drv_dep.o_CFLAGS_ADD=-Wno-sign-compare
18 export ddp_rtmp.o_CFLAGS_ADD=-Wno-sign-compare
19 export ddp_lap.o_CFLAGS_ADD=-Wno-sign-compare
20 export radix.o_CFLAGS_ADD=-Wno-sign-compare
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dbcmp.s56 sub. r3,r8,r7 ; compare first 4
59 sub r3,r9,r10 ; compare last 2
71 sub. r3,r8,r7 ; compare next 4 bytes
77 ; compare short strings (0-5 bytes long)
89 sub. r3,r8,r7 ; compare
H A Dmemcmp.s35 ; or 0 if the two strings are equal. Because we compare a word at a
47 mr r6,r3 ; we want to use r3 for compare result
56 xor. r3,r8,r7 ; compare first 4
60 xor. r3,r8,r7 ; compare last 2
86 xor. r3,r8,r7 ; compare next 4 bytes
92 ; compare short strings (0-5 bytes long)
104 sub. r3,r8,r7 ; compare
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A DMakefile6 CWARNFLAGS += -Wno-sign-compare
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dperfmon.h361 uint64_t compare : 1; member in struct:__anon761
377 uint64_t compare : 1; member in struct:__anon762
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp971 IODTCompareAddressCellFunc compare; local
1004 compare = persist->compareFunc;
1006 compare = DefaultCompare;
1013 diff = (*compare)( childAddressCells, cell, range );
1017 diff2 = (*compare)( childAddressCells, cell, endCell );
1034 endDiff = (*compare)( childAddressCells, endCell, lookRange );
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s137 cmpld cr1,r5,r4 ; compare the vas
225 cmplw cr1,r5,r4 ; compare the vas
390 cmpld cr1,r5,r4 ; compare the vas
473 cmplw cr1,r5,r4 ; compare the vas
676 cmpw cr5,r9,r10 ; compare mpLists to pmapCurLists
1103 cmpld r30,r24 ; compare next key with ours
1226 cmplw r30,r24 ; compare next key with ours
H A Dlowmem_vectors.s921 ; We select a trace entry using a compare and swap on the next entry field.
1058 ; We select a trace entry using a compare and swap on the next entry field.
1475 ; We select a trace entry using a compare and swap on the next entry field.
1804 ; We select a trace entry using a compare and swap on the next entry field.
H A Dhw_exception.s1478 cmplw r13,r24 ; Is this earlier than the decrementer? (logical compare takes care of high bit on)

Completed in 48 milliseconds