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

  /external/clang/test/Index/
complete-in-stringify.c 3 #define MORE __FILE__
6 #define N(x) func("2"#x MORE)
  /external/llvm/lib/Support/
regcomp.c 116 #define MORE() (p->next < p->end)
118 #define SEE(c) (MORE() && PEEK() == (c))
119 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
128 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
129 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
130 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
268 while (MORE() && (c = PEEK()) != '|' && c != stop)
293 assert(!MORE() || SEE(stop));
310 assert(MORE()); /* caller should have ensured this */
316 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /external/e2fsprogs/lib/ss/
pager.c 2 * Pager: Routines to create a "more" running out of a particular file
43 static char MORE[] = "more";
145 _ss_pager_name = MORE;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 184 #define MORE() (p->next < p->end)
186 #define SEE(c) (MORE() && PEEK() == (c))
187 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
196 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
197 #define MUSTEAT(c, e) (void) (REQUIRE(MORE() && GETNEXT() == (c), e))
198 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
362 while (MORE() && (c = PEEK()) != '|' && c != stop)
387 assert(!MORE() || SEE(stop));
408 assert(MORE()); /* caller should have ensured this */
414 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 102 MORE,
234 // settings. Weird. TODO(palmer): Do something more graceful than ignoring
493 // Only mark as HSTS if none of the more specific error types apply, and use
565 RecordSSLBlockingPageEventStats(MORE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 932 milliseconds