/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_vec.h | 40 #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/ |
D | infcodes.c | 23 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/ |
D | frag-lit.txt | 6 LIT OUT[0], IN[0]
|
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-lit.txt | 9 LIT OUT[1], IN[1]
|
/third_party/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/node/deps/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
D | inflate.c | 1061 state->mode = LIT; in inflate() 1179 case LIT: in inflate()
|
/third_party/skia/third_party/externals/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
D | inflate.c | 1080 state->mode = LIT; 1194 case LIT:
|
/third_party/libwebsockets/win32port/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
D | inflate.c | 1039 state->mode = LIT; 1153 case LIT:
|
/third_party/node/deps/v8/third_party/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/mksh/ |
D | expr.c | 152 es->tok = LIT; in v_evaluate() 186 case LIT: in evalerr() 307 case LIT: in evalexpr() 634 es->tok = LIT; in exprtoken()
|
D | exprtok.h | 110 F2(LIT)
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.4.1.rst | 26 - vertex program LIT instruction didn't handle 0^0=1 correctly
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 208 LIT{sat} { return_opcode( 1, VECTOR_OP, LIT, 3); }
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 41 OP11(LIT)
|
D | tgsi_info_opcodes.h | 3 OPCODE(1, 1, CHAN, LIT)
|
D | tgsi_lowering.c | 1471 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/ |
D | NV_vertex_program1_1.txt | 157 LIT v v light coefficients 319 | "LIT"
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program1_1.txt | 157 LIT v v light coefficients 319 | "LIT"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 578 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/ |
D | inflate.c | 1091 state->mode = LIT; 1204 case LIT:
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inflate.c | 1091 state->mode = LIT; 1204 case LIT:
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | inflate.c | 1072 state->mode = LIT; in inflate() 1189 case LIT: in inflate()
|