HomeSort by relevance Sort by last modified time
    Searched refs:gSwitches (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/codesighs/
nm2tsv.c 95 static Switch* gSwitches[] = {
286 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]);
315 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
319 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
326 if(gSwitches[switchLoop]->mHasValue)
335 current = gSwitches[switchLoop];
341 current = gSwitches[switchLoop];
457 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0])
    [all...]
codesighs.c 131 static Switch* gSwitches[] = {
610 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]);
640 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
644 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
651 if(gSwitches[switchLoop]->mHasValue)
660 current = gSwitches[switchLoop];
666 current = gSwitches[switchLoop];
    [all...]
msdump2symdb.c 95 static Switch* gSwitches[] = {
873 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]);
902 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
906 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
913 if(gSwitches[switchLoop]->mHasValue)
922 current = gSwitches[switchLoop];
928 current = gSwitches[switchLoop];
    [all...]
maptsvdifftool.c 103 static Switch* gSwitches[] = {
    [all...]
msmap2tsv.c 218 static Switch* gSwitches[] = {
    [all...]

Completed in 175 milliseconds