OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:negationloop
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/codesighs/
maptsvdifftool.c
774
unsigned
negationLoop
= 0;
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
]->mSize
[
all
...]
Completed in 229 milliseconds