Home
last modified time | relevance | path

Searched refs:iCmp (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/mapi32/
H A Dprop.c401 LONG iCmp; in FPropCompareProp() local
414 iCmp = LPropCompareProp(lpPropLeft, lpPropRight); in FPropCompareProp()
418 case RELOP_LT: return iCmp < 0; in FPropCompareProp()
419 case RELOP_LE: return iCmp <= 0; in FPropCompareProp()
420 case RELOP_GT: return iCmp > 0; in FPropCompareProp()
421 case RELOP_GE: return iCmp >= 0; in FPropCompareProp()
422 case RELOP_EQ: return iCmp == 0; in FPropCompareProp()
423 case RELOP_NE: return iCmp != 0; in FPropCompareProp()
/reactos/base/setup/reactos/
H A Dtreelist.c4037 int iCmp; in TreeListInsertItem() local
4346 if(iCmp < 0) { in TreeListInsertItem()
4351 if(iCmp > 0) { in TreeListInsertItem()
4433 if(iCmp < 0) { in TreeListInsertItem()
4438 if(iCmp > 0) { in TreeListInsertItem()
8247 } while(iCmp <= 0); in TreeListSortItemsEx()
8255 } while(iCmp >= 0); in TreeListSortItemsEx()
8503 } while(iCmp <= 0); in TreeListSortItemsCb()
8511 } while(iCmp >= 0); in TreeListSortItemsCb()
8766 } while(iCmp <= 0); in TreeListSortItems()
[all …]
/reactos/dll/win32/shell32/wine/
H A Dshellord.c891 INT iCmp = lstrcmpiW(data1, data2); in SHADD_compare_mru() local
892 if (iCmp != 0) in SHADD_compare_mru()
893 return iCmp; in SHADD_compare_mru()