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

  /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);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
tokens.h 40 #define LIT 32
  /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/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)
  /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...]
  /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/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/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/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/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 */
  /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 */
  /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 */
  /toolchain/binutils/binutils-2.27/opcodes/
alpha-opc.c 269 #define LIT (DFC2 + 1)
270 { 8, 13, -LIT, AXP_OPERAND_UNSIGNED, 0, 0 },
274 #define MDISP (LIT + 1)
419 #define ARG_OPRL { RA, LIT, DRC1 }
421 #define ARG_OPRLZ1 { ZA, LIT, RC }
570 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */
    [all...]
  /external/llvm/tools/sancov/
sancov.cc 992 auto LIT = LineStatuses.find(I.line_number());
993 auto Status = (LIT != LineStatuses.end()) ? LIT->second
    [all...]
  /frameworks/native/opengl/libagl/
context.h 124 LIT = 0x4000, // lighting has been applied

Completed in 451 milliseconds