OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSegmentCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/codesighs/
msmap.h
123
unsigned
mSegmentCount
;
maptsvdifftool.c
198
unsigned
mSegmentCount
;
488
for(segmentIndex = 0; segmentIndex < theModule->
mSegmentCount
; segmentIndex++)
496
if(segmentIndex == theModule->
mSegmentCount
)
500
moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->
mSegmentCount
+ 1));
504
theModule->
mSegmentCount
++;
703
for(segmentLoop = 0; segmentLoop < theModule->
mSegmentCount
; segmentLoop++)
844
for(segmentLoop = 0; segmentLoop < theModule->
mSegmentCount
; segmentLoop++)
[
all
...]
Completed in 1125 milliseconds