Searched refs:iCmp (Results 1 – 3 of 3) sorted by relevance
401 LONG iCmp; in FPropCompareProp() local414 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()
4037 int iCmp; in TreeListInsertItem() local4346 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 …]
891 INT iCmp = lstrcmpiW(data1, data2); in SHADD_compare_mru() local892 if (iCmp != 0) in SHADD_compare_mru()893 return iCmp; in SHADD_compare_mru()