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

  /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::__anon11265
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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::__anon14942
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.25/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...]
  /external/opencv3/3rdparty/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/pdfium/third_party/zlib_v128/
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
120 int back; /* bits back of last unprocessed length/lit */
  /external/mksh/src/
expr.c 61 VAR, LIT, END, BAD
66 #define P_PRIMARY 0 /* VAR, LIT, (), ! ~ ++ -- */
229 es->tok = LIT;
263 case LIT:
384 case LIT:
694 es->tok = LIT;
  /toolchain/binutils/binutils-2.25/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...]
  /frameworks/native/opengl/libagl/
context.h 124 LIT = 0x4000, // lighting has been applied

Completed in 7575 milliseconds