OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:moduleCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/codesighs/
codesighs.c
248
unsigned
moduleCount
= 0;
480
for(index = 0; index <
moduleCount
; index++)
492
if(index ==
moduleCount
)
496
moved = realloc(modules, sizeof(ModuleStats) * (
moduleCount
+ 1));
500
moduleCount
++;
565
if(inOptions->mModules &&
moduleCount
)
572
qsort(modules, (size_t)
moduleCount
, sizeof(ModuleStats), moduleCompare);
578
for(loop = 0; loop <
moduleCount
; loop++)
593
moduleCount
= 0;
[
all
...]
maptsvdifftool.c
362
unsigned
moduleCount
= 0;
450
for(moduleIndex = 0; moduleIndex <
moduleCount
; moduleIndex++)
458
if(moduleIndex ==
moduleCount
)
462
moved = realloc(modules, sizeof(ModuleStats) * (1 +
moduleCount
));
466
moduleCount
++;
699
for(moduleLoop = 0; moduleLoop <
moduleCount
; moduleLoop++)
832
for(moduleLoop = 0; moduleLoop <
moduleCount
; moduleLoop++)
[
all
...]
Completed in 34 milliseconds