Home
last modified time | relevance | path

Searched refs:dp0 (Results 1 – 25 of 144) sorted by relevance

123456

/external/tcpdump/
Dprint-rt6.c42 register const struct ip6_rthdr0 *dp0; in rt6_print() local
62 dp0 = (const struct ip6_rthdr0 *)dp; in rt6_print()
64 ND_TCHECK(dp0->ip6r0_reserved); in rt6_print()
65 if (EXTRACT_32BITS(dp0->ip6r0_reserved) || ndo->ndo_vflag) { in rt6_print()
67 EXTRACT_32BITS(&dp0->ip6r0_reserved))); in rt6_print()
73 addr = &dp0->ip6r0_addr[0]; in rt6_print()
83 return((dp0->ip6r0_len + 1) << 3); in rt6_print()
Dprint-ip6.c55 const struct ip6_rthdr0 *dp0; in ip6_finddst() local
106 dp0 = (const struct ip6_rthdr0 *)dp; in ip6_finddst()
110 addr = &dp0->ip6r0_addr[0]; in ip6_finddst()
/external/jemalloc/test/integration/
Dallocated.c17 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
45 sz = sizeof(dp0); in thd_start()
46 if ((err = mallctl("thread.deallocatedp", (void *)&dp0, &sz, NULL, in thd_start()
53 assert_u64_eq(*dp0, d0, in thd_start()
84 assert_ptr_eq(dp0, dp1, in thd_start()
/external/jemalloc_new/test/integration/
Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
47 sz = sizeof(dp0); in thd_start()
48 if ((err = mallctl("thread.deallocatedp", (void *)&dp0, &sz, NULL, in thd_start()
56 assert_u64_eq(*dp0, d0, in thd_start()
87 assert_ptr_eq(dp0, dp1, in thd_start()
/external/libgsm/src/
Dcode.c59 word * dp = S->dp0 + 120; /* [ -120...-1 ] */
95 (void)memcpy( (char *)S->dp0, (char *)(S->dp0 + 160),
96 120 * sizeof(*S->dp0) );
/external/mesa3d/src/intel/compiler/
Dbrw_clip_line.c71 c->reg.dp0 = brw_vec1_grf(i, 0); /* fixme - dp4 will clobber r.1,2,3 */ in brw_clip_line_alloc_regs()
182 brw_MOV(p, c->reg.dp0, deref_1f(temp_ptr, 0)); in clip_and_emit_line()
194 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
208 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
216 brw_ADD(p, c->reg.t, c->reg.dp1, negate(c->reg.dp0)); in clip_and_emit_line()
234 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
239 brw_ADD(p, c->reg.t, c->reg.dp0, negate(c->reg.dp1)); in clip_and_emit_line()
241 brw_MUL(p, c->reg.t, c->reg.t, c->reg.dp0); in clip_and_emit_line()
/external/libhevc/common/
Dihevc_deblk_edge_filter.c110 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_deblk_luma_vert() local
140 dp0 = ABS(pu1_src[-3] - 2 * pu1_src[-2] + pu1_src[-1]); in ihevc_deblk_luma_vert()
144 d0 = dp0 + dq0; in ihevc_deblk_luma_vert()
147 dp = dp0 + dp3; in ihevc_deblk_luma_vert()
347 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_deblk_luma_horz() local
380 dp0 = ABS(pu1_src[-3 * src_strd] - 2 * pu1_src[-2 * src_strd] + in ihevc_deblk_luma_horz()
386 d0 = dp0 + dq0; in ihevc_deblk_luma_horz()
389 dp = dp0 + dp3; in ihevc_deblk_luma_horz()
Dihevc_hbd_deblk_edge_filter.c117 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_hbd_deblk_luma_vert() local
147 dp0 = ABS(pu2_src[-3] - 2 * pu2_src[-2] + pu2_src[-1]); in ihevc_hbd_deblk_luma_vert()
151 d0 = dp0 + dq0; in ihevc_hbd_deblk_luma_vert()
154 dp = dp0 + dp3; in ihevc_hbd_deblk_luma_vert()
352 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_hbd_deblk_luma_horz() local
385 dp0 = ABS(pu2_src[-3 * src_strd] - 2 * pu2_src[-2 * src_strd] + in ihevc_hbd_deblk_luma_horz()
391 d0 = dp0 + dq0; in ihevc_hbd_deblk_luma_horz()
394 dp = dp0 + dp3; in ihevc_hbd_deblk_luma_horz()
/external/python/cpython3/PC/bdist_wininst/
Dbuild.bat4 set D=%~dp0
5 set PCBUILD=%~dp0..\..\PCbuild\
/external/python/cpython3/Tools/buildbot/
Dbuild.bat10 @rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
17 call "%~dp0..\..\PCbuild\build.bat" -e -d -k -v %*
Dbuildmsi.bat7 call "%~dp0..\msi\build.bat" -x86 -x64
/external/python/cpython2/Tools/buildbot/
Dbuild.bat11 @rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
18 call "%~dp0..\..\PCbuild\build.bat" -v -e -d -k %*
Dexternal.bat3 @"%~dp0..\..\PCbuild\get_externals.bat" %*
Dexternal-amd64.bat3 @"%~dp0..\..\PCbuild\get_externals.bat" %*
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h86 const GLfloat dp0 = CLIP_DOTPROD( v0, A, B, C, D ); \
88 const GLboolean neg_dp0 = dp0 < 0.0f; \
102 GLfloat t = dp1 / (dp1 - dp0); \
105 GLfloat t = dp0 / (dp0 - dp1); \
/external/libopus/win32/
Dgenversion.bat5 for /f %%v in ('cd "%~dp0.." ^&^& git status ^>NUL 2^>NUL ^&^& git describe --tags --match "v*" --d…
9 if exist "%~dp0..\package_version" goto :getversion
/external/icu/icu4c/source/allinone/
Dicucheck.bat25 set ICU_ICUDIR="%~dp0"\..\..
28 set ICU_BINDIR=%~dp0\..\..\bin64
30 set ICU_BINDIR=%~dp0\..\..\bin
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Datomics-sm60.ll5 define void @test(double* %dp0, double addrspace(1)* %dp1, double addrspace(3)* %dp3, double %d) {
7 %r1 = call double @llvm.nvvm.atomic.load.add.f64.p0f64(double* %dp0, double %d)
/external/v8/tools/mb/
Dmb.bat4 PATH=%~dp0;%PATH%
/external/python/cpython3/Lib/idlelib/
Didle.bat3 set CURRDIR=%~dp0
/external/python/cpython2/Lib/idlelib/
Didle.bat3 set CURRDIR=%~dp0
/external/scapy/bin/
Dscapy.bat4 python "%~dp0\scapy" %*
DUTscapy.bat4 python "%~dp0\UTscapy" %*
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c627 const float dp0 = getclipdist(clipper, v0, plane_idx); in do_clip_line() local
630 if (util_is_inf_or_nan(dp0) || util_is_inf_or_nan(dp1)) in do_clip_line()
634 float t = dp1 / (dp1 - dp0); in do_clip_line()
638 if (dp0 < 0.0F) { in do_clip_line()
639 float t = dp0 / (dp0 - dp1); in do_clip_line()
/external/skqp/bin/
Dtry.bat6 python "%~dp0\try.py" %*

123456