Searched defs:MORE (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Index/
H A Dcomplete-in-stringify.c3 #define MORE __FILE__ macro
6 #define N(x) func("2"#x MORE)
/external/e2fsprogs/lib/ss/
H A Dpager.c41 static char MORE[] = "more"; variable
143 _ss_pager_name = MORE;
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcomp.c116 #define MORE() (p->next < p->end) macro
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));
309 assert(MORE()); /* caller should have ensured this */
315 REQUIRE(MORE(), REG_EPARE
[all...]
/external/llvm/lib/Support/
H A Dregcomp.c124 #define MORE() (p->next < p->end) macro
126 #define SEE(c) (MORE() && PEEK() == (c))
127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
276 while (MORE() && (c = PEEK()) != '|' && c != stop)
301 assert(!MORE() || SEE(stop));
318 assert(MORE()); /* caller should have ensured this */
324 REQUIRE(MORE(), REG_EPARE
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c124 #define MORE() (p->next < p->end) macro
126 #define SEE(c) (MORE() && PEEK() == (c))
127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
276 while (MORE() && (c = PEEK()) != '|' && c != stop)
301 assert(!MORE() || SEE(stop));
318 assert(MORE()); /* caller should have ensured this */
324 REQUIRE(MORE(), REG_EPARE
[all...]
/external/syslinux/gpxe/src/drivers/net/
H A Dsis900.h204 MORE = 0x40000000, enumerator in enum:sis900_buffer_status
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...

Completed in 694 milliseconds