Home
last modified time | relevance | path

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

12

/external/tcpdump/
Dprint-rt6.c47 register const struct ip6_rthdr0 *dp0; in rt6_print() local
73 dp0 = (struct ip6_rthdr0 *)dp; in rt6_print()
75 TCHECK(dp0->ip6r0_reserved); in rt6_print()
76 if (dp0->ip6r0_reserved || vflag) { in rt6_print()
78 EXTRACT_32BITS(&dp0->ip6r0_reserved)); in rt6_print()
84 addr = &dp0->ip6r0_addr[0]; in rt6_print()
94 return((dp0->ip6r0_len + 1) << 3); in rt6_print()
/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", &dp0, &sz, NULL, 0))) { in thd_start()
52 assert_u64_eq(*dp0, d0, in thd_start()
83 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/libopus/win32/
Dgenversion.bat5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
9 if exist "%~dp0..\version.mk" goto :getversion
33 echo # static version string; update manually every release.> "%~dp0..\version.mk"
34 echo %version_mk%>> "%~dp0..\version.mk"
/external/chromium_org/third_party/opus/src/win32/
Dgenversion.bat5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
9 if exist "%~dp0..\version.mk" goto :getversion
33 echo # static version string; update manually every release.> "%~dp0..\version.mk"
34 echo %version_mk%>> "%~dp0..\version.mk"
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_clip_line.c79 c->reg.dp0 = brw_vec1_grf(i, 0); /* fixme - dp4 will clobber r.1,2,3 */ in brw_clip_line_alloc_regs()
178 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
191 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
199 brw_ADD(p, c->reg.t, c->reg.dp1, negate(c->reg.dp0)); in clip_and_emit_line()
216 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
221 brw_ADD(p, c->reg.t, c->reg.dp0, negate(c->reg.dp1)); in clip_and_emit_line()
223 brw_MUL(p, c->reg.t, c->reg.t, c->reg.dp0); in clip_and_emit_line()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_line.c79 c->reg.dp0 = brw_vec1_grf(i, 0); /* fixme - dp4 will clobber r.1,2,3 */ in brw_clip_line_alloc_regs()
178 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
191 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
199 brw_ADD(p, c->reg.t, c->reg.dp1, negate(c->reg.dp0)); in clip_and_emit_line()
216 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
221 brw_ADD(p, c->reg.t, c->reg.dp0, negate(c->reg.dp1)); in clip_and_emit_line()
223 brw_MUL(p, c->reg.t, c->reg.t, c->reg.dp0); in clip_and_emit_line()
/external/libhevc/common/
Dihevc_deblk_edge_filter.c114 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_deblk_luma_vert() local
144 dp0 = ABS(pu1_src[-3] - 2 * pu1_src[-2] + pu1_src[-1]); in ihevc_deblk_luma_vert()
148 d0 = dp0 + dq0; in ihevc_deblk_luma_vert()
151 dp = dp0 + dp3; in ihevc_deblk_luma_vert()
352 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_hbd_deblk_luma_vert() local
382 dp0 = ABS(pu2_src[-3] - 2 * pu2_src[-2] + pu2_src[-1]); in ihevc_hbd_deblk_luma_vert()
386 d0 = dp0 + dq0; in ihevc_hbd_deblk_luma_vert()
389 dp = dp0 + dp3; in ihevc_hbd_deblk_luma_vert()
589 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_deblk_luma_horz() local
622 dp0 = ABS(pu1_src[-3 * src_strd] - 2 * pu1_src[-2 * src_strd] + in ihevc_deblk_luma_horz()
[all …]
/external/icu/icu4c/source/allinone/
Dicucheck.bat23 set ICU_ICUDIR="%~dp0"\..\..
26 set ICU_BINDIR=%~dp0\..\..\bin64
28 set ICU_BINDIR=%~dp0\..\..\bin
/external/chromium_org/third_party/icu/source/allinone/
Dicucheck.bat23 set ICU_ICUDIR="%~dp0"\..\..
26 set ICU_BINDIR=%~dp0\..\..\bin64
28 set ICU_BINDIR=%~dp0\..\..\bin
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h86 const GLfloat dp0 = CLIP_DOTPROD( v0, A, B, C, D ); \
88 const GLboolean neg_dp0 = IS_NEGATIVE(dp0); \
102 GLfloat t = dp1 / (dp1 - dp0); \
105 GLfloat t = dp0 / (dp0 - dp1); \
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
Dt_vb_cliptmp.h86 const GLfloat dp0 = CLIP_DOTPROD( v0, A, B, C, D ); \
88 const GLboolean neg_dp0 = IS_NEGATIVE(dp0); \
102 GLfloat t = dp1 / (dp1 - dp0); \
105 GLfloat t = dp0 / (dp0 - dp1); \
/external/chromium_org/webkit/tools/layout_tests/
Drun_webkit_tests.bat1 @python %~dp0\run_webkit_tests.py %*
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Drun-webkit-tests.bat1 @python %~dp0\run-webkit-tests %*
/external/chromium_org/tools/git/
Dmove_source_file.bat4 PATH=%~dp0;%PATH%
/external/chromium_org/third_party/libxslt/build/
Dgenerate-win32-headers.bat4 cd %~dp0\..\win32
/external/chromium_org/tools/gyp/samples/
Dsamples.bat5 @python %~dp0/samples %*
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
Dnative-messaging-example-host.bat6 python "%~dp0/native-messaging-example-host" %*
/external/chromium_org/tools/valgrind/
Ddrmemory.bat5 %~dp0\chrome_tests.bat -t cmdline --tool drmemory %*
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c479 const float dp0 = getclipdist(clipper, v0, plane_idx); in do_clip_line() local
483 float t = dp1 / (dp1 - dp0); in do_clip_line()
487 if (dp0 < 0.0F) { in do_clip_line()
488 float t = dp0 / (dp0 - dp1); in do_clip_line()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c479 const float dp0 = getclipdist(clipper, v0, plane_idx); in do_clip_line() local
483 float t = dp1 / (dp1 - dp0); in do_clip_line()
487 if (dp0 < 0.0F) { in do_clip_line()
488 float t = dp0 / (dp0 - dp1); in do_clip_line()
/external/chromium_org/native_client_sdk/src/resources/
Dhttpd.cmd8 python %~dp0\..\tools\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/chromium_org/third_party/libxml/build/
Dgenerate-win32-headers.bat4 cd %~dp0\..\win32
/external/chromium_org/native_client_sdk/src/build_tools/
Dnaclsdk.bat9 set SCRIPT_DIR=%~dp0
/external/nanopb-c/generator/
Dprotoc-gen-nanopb.bat11 set mydir=%~dp0

12