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

  /external/qemu/distrib/zlib-1.2.3/
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
inflate.c     [all...]
  /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
120 int back; /* bits back of last unprocessed length/lit */
inflate.c     [all...]
  /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...]
context.h 123 LIT = 0x4000, // lighting has been applied
light.cpp 449 v->flags |= vertex_t::LIT;
array.cpp 1039 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT;
    [all...]
  /external/mksh/src/
expr.c 68 VAR, LIT, END, BAD
74 #define P_PRIMARY 0 /* VAR, LIT, (), ~ ! - + */
230 es->tok = LIT;
264 case LIT:
340 } else if (op == VAR || op == LIT) {
596 es->tok = LIT;
  /external/clang/lib/Sema/
DeclSpec.cpp 306 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
307 QT = LIT->getType();
    [all...]
SemaType.cpp     [all...]

Completed in 1363 milliseconds