Home
last modified time | relevance | path

Searched refs:LIT (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/flutter/skia/tests/
DSkPEGTest.cpp75 const auto match = LIT<'X'>::Match(gTests[i].fInput); in test_LIT()
80 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match(""))); in test_LIT()
81 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("Fo"))); in test_LIT()
82 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("FoO"))); in test_LIT()
83 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foo"))); in test_LIT()
84 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foobar"))); in test_LIT()
158 const auto m = Opt<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_Opt()
165 REPORTER_ASSERT(r, (Seq<LIT<'X'>, EOS>::Match("X"))); in test_Seq()
166 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("x"))); in test_Seq()
167 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("xX"))); in test_Seq()
[all …]
/third_party/flutter/skia/experimental/svg/model/
DSkPEG.h216 template <char... Cs> struct LIT;
219 struct LIT<> {
229 struct LIT<C, Cs...> {
237 const auto m = LIT<Cs...>::Match(in + 1);
/third_party/skia/third_party/externals/freetype/src/gzip/
Dinfcodes.c23 LIT, /* o: got literal, waiting for output space */ enumerator
133 c->mode = LIT; in inflate_codes()
214 case LIT: /* o: got literal, waiting for output space */ in inflate_codes()
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dinfcodes.c23 LIT, /* o: got literal, waiting for output space */ enumerator
133 c->mode = LIT; in inflate_codes()
214 case LIT: /* o: got literal, waiting for output space */ in inflate_codes()
/third_party/freetype/src/gzip/
Dinfcodes.c23 LIT, /* o: got literal, waiting for output space */ enumerator
133 c->mode = LIT; in inflate_codes()
214 case LIT: /* o: got literal, waiting for output space */ in inflate_codes()
/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-lit.sh6 LIT OUT[0], IN[0]
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-lit.sh9 LIT OUT[1], IN[1]
/third_party/node/deps/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/third_party/skia/third_party/externals/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/third_party/libwebsockets/win32port/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/third_party/flutter/skia/third_party/externals/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/third_party/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/third_party/boost/boost/beast/zlib/detail/
Dinflate_stream.hpp112 LIT, // o: waiting for output space to write literal enumerator
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Dinflate_stream.hpp112 LIT, // o: waiting for output space to write literal enumerator
/third_party/mksh/
Dexpr.c152 es->tok = LIT; in v_evaluate()
186 case LIT: in evalerr()
307 case LIT: in evalexpr()
634 es->tok = LIT; in exprtoken()
Dexprtok.h110 F2(LIT)
/third_party/mesa3d/docs/relnotes/
D6.4.1.rst26 - vertex program LIT instruction didn't handle 0^0=1 correctly
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l208 LIT{sat} { return_opcode( 1, VECTOR_OP, LIT, 3); }
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h41 OP11(LIT)
Dtgsi_info_opcodes.h3 OPCODE(1, 1, CHAN, LIT)
Dtgsi_lowering.c1471 OPCS(LIT) || in tgsi_transform_lowering()
1508 if (OPCS(LIT)) { in tgsi_transform_lowering()
1509 newlen += LIT_GROW * OPCS(LIT); in tgsi_transform_lowering()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt157 LIT v v light coefficients
319 | "LIT"
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt157 LIT v v light coefficients
319 | "LIT"

1234