Searched refs:cmp (Results 76 - 94 of 94) sorted by relevance

1234

/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S157 // cmp.l 32(%a1),36(%a1)
236 cmp.b #9,%d0
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dlshift.S52 cmp $1,%ecx
H A Drshift.S52 cmp $1,%ecx
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S238 cmp $0,%ecx
H A Dinterrupts.S143 cmp $KERNEL_BASE, %esi; /* must not be a kernel address */ \
632 cmp $SYSCALL_COUNT, %esi // check syscall number
/haiku/src/system/libroot/os/arch/sparc/
H A Dsoftfloat.c163 _QP_CMP(cmp, 0, FCC_ID)
/haiku/headers/os/interface/
H A DListView.h133 void SortItems(int (*cmp)(const void*,
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h1407 void semidot_hline(Cmp cmp, argument
1428 if(cmp(di.dist()) && d <= w)
1445 void semidot(Cmp cmp, int xc1, int yc1, int xc2, int yc2) argument
1466 semidot_hline(cmp, xc1, yc1, xc2, yc2, x-dx0, y+dy0, x+dx0);
1467 semidot_hline(cmp, xc1, yc1, xc2, yc2, x-dx0, y-dy0, x+dx0);
1474 semidot_hline(cmp, xc1, yc1, xc2, yc2, x-dx0, y+dy0, x+dx0);
/haiku/src/bin/writembr/
H A Dmbr.S265 cmp $0x9000,%ax /* Don't load past 0x90000, */
/haiku/src/system/kernel/arch/x86/64/
H A Dentry_compat.S212 cmp %rdx, %rsi
H A Dinterrupts.S590 cmp %rdx, %rsi
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp586 int32 cmp = CompareKeys(key,keyLength,searchKey,searchLength); local
587 if (cmp < 0)
592 else if (cmp > 0)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1076 int32 cmp = _CompareKeys(key, keyLength, searchKey, searchLength); local
1077 if (cmp < 0) {
1080 } else if (cmp > 0) {
3080 off_t cmp; local
3084 cmp = ValueAt(index) - value;
3085 if (cmp < 0)
3087 else if (cmp > 0)
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp2196 int cmp = 0; local
2198 cmp = 1;
2200 cmp = -1;
2201 CPPUNIT_ASSERT( (ref == ref2) == (cmp == 0) );
2202 CPPUNIT_ASSERT( (ref2 == ref) == (cmp == 0) );
2203 CPPUNIT_ASSERT( (ref != ref2) == (cmp != 0) );
2204 CPPUNIT_ASSERT( (ref2 != ref) == (cmp != 0) );
2205 CPPUNIT_ASSERT( (ref < ref2) == (cmp < 0) );
2206 CPPUNIT_ASSERT( (ref2 < ref) == (cmp > 0) );
/haiku/src/kits/interface/
H A DListView.cpp1396 BListView::SortItems(int (*cmp)(const void *, const void *))
1403 fList.SortItems(cmp);
H A DColumnListView.cpp4609 int32 cmp = CompareRows(row, list->ItemAt(middle)); local
4610 if( cmp < 0 ) upper = middle-1;
4611 else if( cmp > 0 ) lower = middle+1;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp.h360 #define mpn_cmp __MPN(cmp)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.c1833 int cmp; local
1838 cmp = memcmp(macaddr, ni->ni_macaddr, IEEE80211_ADDR_LEN);
1839 if (cmp < 0)
1841 else if (cmp > 0)
/haiku/src/kits/tracker/
H A DPoseView.cpp187 int (*cmp)(const BPose*, const BPose*, BPoseView*),
9454 int (*cmp)(const BPose*, const BPose*, BPoseView*), bool returnClosest)
9463 int32 compareResult = (cmp)(result, key, view);

Completed in 178 milliseconds

1234