Searched defs:l_src (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Ddwt.c199 OPJ_INT32 * l_src = a+cas; local
202 *l_dest++ = *l_src;
203 l_src += 2;
207 l_src = a + 1 - cas;
210 *l_dest++=*l_src;
211 l_src += 2;
221 OPJ_INT32 * l_src = a+cas; local
224 *l_dest = *l_src;
226 l_src += 2;
230 l_src
[all...]
/external/opencv/ml/src/
H A Dmlann_mlp.cpp218 int *l_src, *l_dst; local
231 l_src = _layer_sizes->data.i;
233 _layer_sizes->step / sizeof(l_src[0]);
240 int n = l_src[i*l_step];
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2260 st_src_reg l_src = st_src_reg(l); local
2262 l_src.swizzle = swizzle_for_size(ir->lhs->type->vector_elements);
2277 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, l_src, r);
2279 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, r, l_src);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2260 st_src_reg l_src = st_src_reg(l); local
2262 l_src.swizzle = swizzle_for_size(ir->lhs->type->vector_elements);
2277 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, l_src, r);
2279 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, r, l_src);

Completed in 868 milliseconds