Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dtext_parser.c126 int num_spaces; in FST_CheckPath_Complex() local
132 for (num_spaces = 0, p = copy_of_transcription; *p; p++) in FST_CheckPath_Complex()
136 if ((size_t)num_spaces >= sizeof(spaces) / sizeof(char*)) in FST_CheckPath_Complex()
141 spaces[num_spaces++] = p; in FST_CheckPath_Complex()
145 if (num_spaces == 0) in FST_CheckPath_Complex()
156 for (i = 0; i < (1 << num_spaces); i++) in FST_CheckPath_Complex()
159 for (j = 0; j < num_spaces; j++) in FST_CheckPath_Complex()
175 for (j = 0; j < num_spaces; j++) in FST_CheckPath_Complex()
/external/chromium/base/third_party/symbolize/
Dsymbolize.cc557 int num_spaces = 0; in OpenObjectFileContainingPcAndGetStartAddress() local
560 ++num_spaces; in OpenObjectFileContainingPcAndGetStartAddress()
561 } else if (num_spaces >= 3) { in OpenObjectFileContainingPcAndGetStartAddress()