Home
last modified time | relevance | path

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

123

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_vec.h40 #define ngtcp2_vec_lit(DEST, LIT) \ argument
41 ((DEST)->base = (uint8_t *)(LIT), (DEST)->len = sizeof(LIT) - 1, (DEST))
/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/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-lit.txt6 LIT OUT[0], IN[0]
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-lit.txt9 LIT OUT[1], IN[1]
/third_party/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/third_party/node/deps/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
Dinflate.c1061 state->mode = LIT; in inflate()
1179 case LIT: in inflate()
/third_party/skia/third_party/externals/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
Dinflate.c1080 state->mode = LIT;
1194 case LIT:
/third_party/libwebsockets/win32port/zlib/
Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
Dinflate.c1039 state->mode = LIT;
1153 case LIT:
/third_party/node/deps/v8/third_party/zlib/
Dinflate.h46 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"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp578 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, LoopNestExit, in processLoop() local
580 LIT.transform(); in processLoop()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
Dinflate.c1091 state->mode = LIT;
1204 case LIT:
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c1091 state->mode = LIT;
1204 case LIT:
/third_party/node/deps/zlib/contrib/optimizations/
Dinflate.c1072 state->mode = LIT; in inflate()
1189 case LIT: in inflate()

123