Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetectionFuncs.cpp100 int32_t iCmp = 1; in CompareLine() local
106 iCmp = WelsMemcmp (pYSrc + 12, pYRef + 12, kiWidth - 12); in CompareLine()
107 return iCmp; in CompareLine()
/third_party/sqlite/src/
Dsqlite3.c184782 sqlite3_int64 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid);
184787 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){
184789 }else if( pLeft->bEof || iCmp>0 ){
184797 iCmp = DOCID_CMP(pLeft->iDocid, pRight->iDocid);
184798 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){