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

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

Completed in 169 milliseconds