/bionic/libc/arch-mips/string/ |
strcpy.c | 91 char *tdst = (char *)(dst); \ 93 DO_BYTE(0, tdst) \ 94 DO_BYTE(1, tdst) \ 95 DO_BYTE(2, tdst) \ 96 DO_BYTE(3, tdst) \ 97 DO_BYTE(4, tdst) \ 98 DO_BYTE(5, tdst) \ 99 DO_BYTE(6, tdst) \ 100 DO_BYTE(7, tdst) \ 105 char *tdst = (char *)(dst); [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
r600_test_dma.c | 216 struct pipe_resource tsrc = {}, tdst = {}, *src, *dst; local 227 tsrc.target = tdst.target = PIPE_TEXTURE_2D_ARRAY; 228 tsrc.depth0 = tdst.depth0 = 1; 231 tsrc.format = tdst.format = get_format_from_bpp(bpp); 248 tdst = tsrc; 254 tdst.width0 = (rand() % max_tex_side_gen) + 1; 255 tdst.height0 = (rand() % max_tex_side_gen) + 1; 256 tdst.array_size = (rand() % max_tex_layers) + 1; 260 tdst.width0 = util_next_power_of_two(tdst.width0) [all...] |
/external/opencv/cxcore/src/ |
cxlogic.cpp | 192 CvMat dstbuf, *tdst; local 267 tdst = dst; 298 tdst = &dstbuf; 305 tdst_step = tdst->step; 321 IPPI_CALL( fn_2d( src->data.ptr + y*src->step, src_step, tdst->data.ptr, tdst_step, 325 IPPI_CALL( copym_func( tdst->data.ptr, tdst_step, dst->data.ptr + y*dst->step, 356 CvMat dstbuf, *tdst; local 434 tdst = dst; 465 tdst = &dstbuf; 473 tdst_step = tdst->step [all...] |
cxarithm.cpp | 210 type *tdst = dst; \ 214 tsrc, scalar, tdst, width ); \ 289 CvMat dstbuf, *tdst; local 421 tdst = dst; 454 tdst = &dstbuf; 483 tdst_step = tdst->step; 502 tdst->data.ptr, tdst_step, 506 tdst->data.ptr, tdst_step, 511 IPPI_CALL( copym_func( tdst->data.ptr, tdst_step, dst->data.ptr + y*dst->step, 540 CvMat dstbuf, *tdst; local 765 CvMat dstbuf, *tdst; local 1012 CvMat dstbuf, *tdst; local [all...] |
cxmatmul.cpp | [all...] |
/external/tcpdump/ |
print-aodv.c | 218 "\tdst %s seq %lu src %s seq %lu", length, 249 "\tdst %s dseq %lu src %s %lu ms", length, 307 "\tdst %s seq %lu src %s seq %lu", length, 338 "\tdst %s dseq %lu src %s %lu ms", length, 396 "\tdst %s seq %lu src %s seq %lu", length, 427 "\tdst %s dseq %lu src %s %lu ms", length,
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
ilo_shader_fs.c | 263 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); 299 tmp = tdst(TOY_FILE_VRF, tc_alloc_vrf(tc, param_size * 4), 0); 344 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); 346 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 2 * 4)); 395 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); 579 #define SAMPLER_PARAM(p) (tdst(TOY_FILE_MRF, base_mrf + (p) * param_size, 0)) 652 #define SAMPLER_PARAM(p) (tdst(TOY_FILE_MRF, base_mrf + (p) * param_size, 0)) [all...] |
ilo_shader_gs.c | 204 mrf_header = tdst_d(tdst(TOY_FILE_MRF, gcc->first_free_mrf, 0)); 233 mrf_header = tdst_d(tdst(TOY_FILE_MRF, gcc->first_free_mrf, 0)); 250 gs_COPY4(tc, tdst(TOY_FILE_MRF, mrf + i / 2, 0), 0, 253 gs_COPY4(tc, tdst(TOY_FILE_MRF, mrf + i / 2, 0), 4, 286 tdst_d(tdst(TOY_FILE_MRF, gcc->first_free_mrf, 0)); 338 mrf_header = tdst_d(tdst(TOY_FILE_MRF, gcc->first_free_mrf, 0)); 679 dst = tdst(TOY_FILE_VRF, vrf, 0); [all...] |
ilo_shader_vs.c | 109 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); 111 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf + 1, 0)); 145 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); 333 m[i] = tdst(TOY_FILE_MRF, base_mrf + i, 0); 819 dst = tdst(TOY_FILE_VRF, vrf, 0); 917 header = tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); 987 tc_MOV(tc, tdst(TOY_FILE_MRF, mrf++, 0), outs[sent_attrs + i]); [all...] |
ilo_shader_cs.c | 131 header = tdst_ud(tdst(TOY_FILE_MRF, ccc->first_free_mrf, 0));
|
toy_legalize.c | 226 tdst_type(tdst(TOY_FILE_ARF, GEN6_ARF_ACC0, 0), inst_type); 253 const struct toy_dst acc0 = tdst(TOY_FILE_ARF, GEN6_ARF_ACC0, 0);
|
toy_tgsi.c | 1974 struct toy_dst tdst[4]; local 2058 struct toy_dst tdst[4]; local [all...] |
toy_compiler.h | 189 return tdst(TOY_FILE_VRF, tc_alloc_vrf(tc, 1), 0);
|
toy_compiler_reg.h | 406 tdst(enum toy_file file, unsigned reg, unsigned subreg_in_bytes) function
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayUtils.cpp | 466 getDump(buf, len, "\tdst", rot.dst); 478 getDump(buf, len, "\tdst", rot.dst);
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayUtils.cpp | 397 getDump(buf, len, "\tdst", rot.dst); 409 getDump(buf, len, "\tdst", rot.dst);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.cpp | 389 getDump(buf, len, "\tdst", rot.dst); 401 getDump(buf, len, "\tdst", rot.dst);
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayUtils.cpp | 390 getDump(buf, len, "\tdst", rot.dst); 402 getDump(buf, len, "\tdst", rot.dst);
|
/external/opencv/cv/include/ |
cvcompat.h | 155 CvMat tsrc, tdst; local 158 cvReshape( dst, &tdst, 3, 0 ); 160 cvPerspectiveTransform( &tsrc, &tdst, mat ); [all...] |
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_shader.c | 486 struct ureg_dst tdst; /* scratch dst if we need extra modifiers */ member in struct:shader_translator::__anon30219 [all...] |
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_compiler.c | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fPrimitiveBoundingBoxTests.cpp | [all...] |