HomeSort by relevance Sort by last modified time
    Searched refs:twoSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/codesighs/
codesighs.c 193 unsigned long twoSize = two->mSize.mCode + two->mSize.mData;
195 if(oneSize < twoSize)
199 else if(oneSize > twoSize)
    [all...]
maptsvdifftool.c 214 int twoSize = (two->mSize.mCode + two->mSize.mData);
216 if(oneSize < twoSize)
220 else if(oneSize > twoSize)
227 if(0 > oneSize && 0 > twoSize)
    [all...]

Completed in 1004 milliseconds