HomeSort by relevance Sort by last modified time
    Searched full:twosize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/codesighs/
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...]
codesighs.c 193 unsigned long twoSize = two->mSize.mCode + two->mSize.mData;
195 if(oneSize < twoSize)
199 else if(oneSize > twoSize)
    [all...]
  /external/libogg/src/
bitwise.c 613 int twosize=6; local
656 cliptest(testbuffer3,test3size,0,two,twosize);
742 cliptestB(testbuffer3,test3size,0,twoB,twosize);
  /external/tremolo/Tremolo/
bitwise.c 561 int twosize=6; local
592 cliptest(testbuffer3,test3size,0,two,twosize);

Completed in 86 milliseconds