Searched refs:negationLoop (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dmaptsvdifftool.c774 unsigned negationLoop = 0; local
776 for(negationLoop = arrayLoop; 0 != identicalValues || 0 != oppositeValues; negationLoop++)
782 if(NULL == symArray[negationLoop] || 0 == symArray[negationLoop]->mSize)
792 if(lookingFor == symArray[negationLoop]->mSize)
794 objArray[negationLoop]->mSize -= lookingFor;
795 symArray[negationLoop]->mSize = 0;
796 symArray[negationLoop] = NULL;
800 else if((-1 * lookingFor) == symArray[negationLoop]
[all...]

Completed in 47 milliseconds