Home
last modified time | relevance | path

Searched refs:moduleIndex (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/codesighs/
Dmaptsvdifftool.c439 unsigned moduleIndex = 0; in difftool() local
450 for(moduleIndex = 0; moduleIndex < moduleCount; moduleIndex++) in difftool()
452 if(0 == strcmp(modules[moduleIndex].mModule, module)) in difftool()
458 if(moduleIndex == moduleCount) in difftool()
467 memset(modules + moduleIndex, 0, sizeof(ModuleStats)); in difftool()
469 modules[moduleIndex].mModule = strdup(module); in difftool()
470 if(NULL == modules[moduleIndex].mModule) in difftool()
486 theModule = (modules + moduleIndex); in difftool()