HomeSort by relevance Sort by last modified time
    Searched refs:LIT (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-lit.sh 6 LIT OUT[0], IN[0]
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-lit.sh 9 LIT OUT[1], IN[1]
  /external/skia/tests/
SkPEGTest.cpp 74 const auto match = LIT<'X'>::Match(gTests[i].fInput);
79 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("")));
80 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("Fo")));
81 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("FoO")));
82 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foo")));
83 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foobar")));
157 const auto m = Opt<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput);
164 REPORTER_ASSERT(r, (Seq<LIT<'X'>, EOS>::Match("X")));
165 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("x")));
166 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("xX")))
    [all...]
  /external/skqp/tests/
SkPEGTest.cpp 74 const auto match = LIT<'X'>::Match(gTests[i].fInput);
79 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("")));
80 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("Fo")));
81 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("FoO")));
82 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foo")));
83 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foobar")));
157 const auto m = Opt<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput);
164 REPORTER_ASSERT(r, (Seq<LIT<'X'>, EOS>::Match("X")));
165 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("x")));
166 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("xX")))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
ssbug.s 6 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/unsorted/
ss_align.s 4 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
reduce2.s 5 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
11 .SUBSPA $LIT$
40 .SUBSPA $LIT$
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
120 int back; /* bits back of last unprocessed length/lit */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
44 LIT, /* o: waiting for output space to write literal */
69 LEN -> LENEXT or LIT or TYPE
71 LIT -> LEN
  /external/python/cpython2/Modules/zlib/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
120 int back; /* bits back of last unprocessed length/lit */
  /external/syslinux/com32/lib/zlib/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
120 int back; /* bits back of last unprocessed length/lit */
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/hppa/
addendbug.s 5 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
freg.s 6 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
120 int back; /* bits back of last unprocessed length/lit */
  /external/syslinux/core/lzo/
lzo1c_d.ash 44 .LIT:
83 jb .LIT
159 jnz .LIT
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
tokens.h 40 #define LIT 32
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
123 int back; /* bits back of last unprocessed length/lit */
  /external/python/cpython3/Modules/zlib/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
123 int back; /* bits back of last unprocessed length/lit */
  /external/skia/experimental/svg/model/
SkPEG.h 216 template <char... Cs> struct LIT;
219 struct LIT<> {
229 struct LIT<C, Cs...> {
237 const auto m = LIT<Cs...>::Match(in + 1);
  /external/skqp/experimental/svg/model/
SkPEG.h 216 template <char... Cs> struct LIT;
219 struct LIT<> {
229 struct LIT<C, Cs...> {
237 const auto m = LIT<Cs...>::Match(in + 1);
  /external/zlib/src/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
123 int back; /* bits back of last unprocessed length/lit */
  /frameworks/native/opengl/libagl/
primitives.cpp 76 if (!(v0->flags & vertex_t::LIT)) {
77 v0->flags |= vertex_t::LIT;
82 if (!(v1->flags & vertex_t::LIT)) {
83 v1->flags |= vertex_t::LIT;
88 if(!(v2->flags & vertex_t::LIT)) {
89 v2->flags |= vertex_t::LIT;
99 if (!(v2->flags & vertex_t::LIT)) {
100 v2->flags |= vertex_t::LIT;
112 if (!(v0->flags & vertex_t::LIT))
114 if (!(v1->flags & vertex_t::LIT))
    [all...]
  /external/freetype/src/gzip/
infcodes.c 23 LIT, /* o: got literal, waiting for output space */
42 uInt lit; /* if LIT, literal */ member in union:inflate_codes_state::__anon20675
128 c->sub.lit = t->base;
132 c->mode = LIT;
211 case LIT: /* o: got literal, waiting for output space */
213 OUTBYTE(c->sub.lit)
  /external/mksh/src/
exprtok.h 110 F2(LIT)
  /toolchain/binutils/binutils-2.27/include/opcode/
i960.h 100 #define LIT 0x08 /* Mask for the "literal-OK" bit */
106 #define OP(align,lit,fp,sfr) ( align | lit | fp | sfr )
110 #define RL OP( 0, LIT, 0, 0 )
111 #define RSL OP( 0, LIT, 0, SFR )
113 #define FL OP( 0, LIT, FP, 0 )
115 #define RL2 OP( 1, LIT, 0, 0 )
117 #define FL2 OP( 1, LIT, FP, 0 )
119 #define RL4 OP( 3, LIT, 0, 0 )
121 #define FL4 OP( 3, LIT, FP, 0
    [all...]

Completed in 766 milliseconds

1 2 3