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

  /frameworks/wilhelm/tests/sandbox/
reverb.c 145 bool needSpace = false;
151 if (lineLen + (needSpace ? 1 : 0) + nameLen > 72) {
153 needSpace = false;
157 if (needSpace) {
163 needSpace = true;
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]

Completed in 113 milliseconds