Searched refs:cmp (Results 1 - 25 of 94) sorted by path

1234

/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/headers/posix/sys/
H A Dtime.h74 #define timercmp(a, b, cmp) ((a)->tv_sec == (b)->tv_sec \
75 ? (a)->tv_usec cmp (b)->tv_usec : (a)->tv_sec cmp (b)->tv_sec)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp260 int cmp = compare_attributes(oldAttr, newAttr); local
261 if (cmp < 0) {
269 } else if (cmp > 0) {
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp92 int cmp = QueryParser::compareKeys(fType, a.data, a.length, b->data, local
94 if (cmp != 0)
95 return cmp;
109 int cmp = QueryParser::compareKeys(fType, a->data, a->length, b->data, local
111 if (cmp != 0)
112 return cmp;
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DVersion.cpp104 int cmp = compare_version_part(fMajor, other.fMajor); local
105 if (cmp != 0)
106 return cmp;
108 cmp = compare_version_part(fMinor, other.fMinor);
109 if (cmp != 0)
110 return cmp;
112 cmp = compare_version_part(fMicro, other.fMicro);
113 if (cmp != 0)
114 return cmp;
126 cmp
140 int cmp = Compare(other); local
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h380 int cmp = fPrimaryKeyCompare(key, fGetPrimaryKey( local
382 if (cmp == 0) {
394 if (cmp < 0)
412 int cmp = fPrimaryKeyCompare(key, fGetPrimaryKey( local
414 if (cmp == 0) {
426 if (cmp < 0)
/haiku/src/apps/debuganalyzer/model/
H A DModel.h888 int32 cmp = a->scheduledEvent->scheduler - b->scheduledEvent->scheduler; local
889 if (cmp != 0)
890 return cmp < 0;
899 int32 cmp = a->scheduledEvent->scheduler - b->scheduledEvent->scheduler; local
900 if (cmp != 0)
901 return cmp < 0;
1455 nanotime_t cmp = key->time - thread->fCreationTime; local
1456 if (cmp == 0)
1458 return cmp < 0 ? -1 : 1;
/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/bin/writembr/
H A Dmbr.S265 cmp $0x9000,%ax /* Don't load past 0x90000, */
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp94 int cmp = token.string.Compare(kLanguageKeywords[mid]); local
95 if (cmp == 0)
97 else if (cmp < 0)
/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/boot/platform/atari_m68k/
H A Dshell.S117 cmp.l #SUP_USER,%d0
209 cmp.w %d7,%d4 // if (sectno == spt)
212 cmp.w #2,%d6 // if (sideno == 2) {
277 cmp.b #9,%d0
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios_asm.S261 cmp $0x3920, %ax // test space key
263 cmp $0x440, %si
268 cmp $0x011B, %ax // test ESC key
271 cmp $0x011B, %ax // test ESC key
H A Dshell.S135 cmp %si, %ax
187 cmp %al, %cl
192 cmp $1, %dh
/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/kernel/lib/arch/x86/
H A Darch_string.S67 cmp $12, %ecx
/haiku/src/system/libroot/os/arch/sparc/
H A Dsoftfloat.c163 _QP_CMP(cmp, 0, FCC_ID)
/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/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h93 #define cmpl cmp.l
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdlib.h55 size_t size, __compar_fn_t cmp);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp.h360 #define mpn_cmp __MPN(cmp)
/haiku/src/system/libroot/posix/string/arch/arm/
H A Darch_string.S14 cmp r0, r1
28 cmp r2, #4
31 cmp r12, #1
40 cmp r3, #16
47 cmp r6, r0
62 cmp r3, r4
68 cmp r3, r2, lsr #2
73 cmp r2, #16
76 cmp r5, r7
92 cmp l
[all...]
/haiku/src/system/libroot/posix/string/
H A Dmemcmp.c17 int cmp = *a++ - *b++; local
18 if (cmp != 0)
19 return cmp;

Completed in 230 milliseconds

1234