Home
last modified time | relevance | path

Searched refs:d01 (Results 1 – 25 of 54) sorted by relevance

123

/external/iptables/extensions/
Dlibxt_iprange.txlate10 ip6tables-translate -A INPUT -m iprange ! --dst-range ::2d01-::2d03 -j ACCEPT
11 nft add rule ip6 filter INPUT ip6 daddr != ::2d01-::2d03 counter accept
13 ip6tables-translate -A INPUT -m iprange ! --dst-range ::2d01-::2d03 --src-range ::2d01-::2d03 -j AC…
14 nft add rule ip6 filter INPUT ip6 saddr ::2d01-::2d03 ip6 daddr != ::2d01-::2d03 counter accept
/external/cpuinfo/test/dmesg/
Dalcatel-revvl.log417 [ 31.311853] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_ta_entry] TA_CreateEntryPoint
418 [ 31.312375] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_ta_entry] TA_OpenSessionEntryPoint …
419 [ 31.312387] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_ta_entry] allocated session at 0037…
420 [ 31.312397] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_ta_entry] TA_OpenSessionEntryPoint …
425 [ 31.313587] (5)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_milan][gf_milan_detect_sensor] chip …
439 [ 31.372822] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_tee_storage][gf_tee_open_object] ope…
440 [ 31.373386] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_milan][milan_f_update_config_array_f…
441 [ 31.373401] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_milan][milan_f_update_config_array_f…
442 [ 31.373948] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_milan][milan_f_update_config_array_f…
443 [ 31.373959] (4)[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_milan][milan_f_update_config_array_f…
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve_avg_neon.c49 uint8x16_t s01, d01; in vpx_convolve_avg_neon() local
59 d01 = vcombine_u8(d0, d1); in vpx_convolve_avg_neon()
60 d01 = vrhaddq_u8(s01, d01); in vpx_convolve_avg_neon()
62 vst1_u8(dst, vget_low_u8(d01)); in vpx_convolve_avg_neon()
64 vst1_u8(dst, vget_high_u8(d01)); in vpx_convolve_avg_neon()
Dhighbd_vpx_convolve_avg_neon.c30 uint16x8_t s01, d01; in vpx_highbd_convolve_avg_neon() local
39 d01 = vcombine_u16(d0, d1); in vpx_highbd_convolve_avg_neon()
40 d01 = vrhaddq_u16(s01, d01); in vpx_highbd_convolve_avg_neon()
41 vst1_u16(dst, vget_low_u16(d01)); in vpx_highbd_convolve_avg_neon()
43 vst1_u16(dst, vget_high_u16(d01)); in vpx_highbd_convolve_avg_neon()
Dhighbd_vpx_convolve8_neon.c159 uint16x8_t d01, d23; in vpx_highbd_convolve8_horiz_neon() local
189 d01 = vcombine_u16(vqrshrun_n_s32(d0, 7), vqrshrun_n_s32(d1, 7)); in vpx_highbd_convolve8_horiz_neon()
191 d01 = vminq_u16(d01, max); in vpx_highbd_convolve8_horiz_neon()
193 transpose_u16_4x4q(&d01, &d23); in vpx_highbd_convolve8_horiz_neon()
195 vst1_u16(dst + 0 * dst_stride, vget_low_u16(d01)); in vpx_highbd_convolve8_horiz_neon()
197 vst1_u16(dst + 2 * dst_stride, vget_high_u16(d01)); in vpx_highbd_convolve8_horiz_neon()
368 uint16x8_t d01, d23, t01, t23; in vpx_highbd_convolve8_avg_horiz_neon() local
404 d01 = vcombine_u16(vld1_u16(dst + 0 * dst_stride), in vpx_highbd_convolve8_avg_horiz_neon()
408 d01 = vrhaddq_u16(d01, t01); in vpx_highbd_convolve8_avg_horiz_neon()
411 vst1_u16(dst + 0 * dst_stride, vget_low_u16(d01)); in vpx_highbd_convolve8_avg_horiz_neon()
[all …]
Dvpx_convolve8_neon.c74 uint8x8_t d01, d23; in vpx_convolve8_horiz_neon() local
125 d01 = vqrshrun_n_s16(vcombine_s16(d0, d1), 7); in vpx_convolve8_horiz_neon()
127 transpose_u8_4x4(&d01, &d23); in vpx_convolve8_horiz_neon()
130 vreinterpret_u32_u8(d01), 0); in vpx_convolve8_horiz_neon()
134 vreinterpret_u32_u8(d01), 1); in vpx_convolve8_horiz_neon()
327 uint8x8_t d01, d23; in vpx_convolve8_avg_horiz_neon() local
379 d01 = vqrshrun_n_s16(vcombine_s16(d0, d1), 7); in vpx_convolve8_avg_horiz_neon()
381 transpose_u8_4x4(&d01, &d23); in vpx_convolve8_avg_horiz_neon()
388 vrhaddq_u8(vreinterpretq_u8_u32(d0123), vcombine_u8(d01, d23))); in vpx_convolve8_avg_horiz_neon()
498 uint8x16_t d01, d23, d45, d67; in vpx_convolve8_avg_horiz_neon() local
[all …]
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c225 uint8x8_t d01, d23; in av1_convolve_x_sr_neon() local
273 d01 = vqmovun_s16(d01_temp); in av1_convolve_x_sr_neon()
276 transpose_u8_4x4(&d01, &d23); in av1_convolve_x_sr_neon()
280 vreinterpret_u32_u8(d01), 0); in av1_convolve_x_sr_neon()
284 vreinterpret_u32_u8(d01), 1); in av1_convolve_x_sr_neon()
289 vreinterpret_u16_u8(d01), 0); in av1_convolve_x_sr_neon()
293 vreinterpret_u16_u8(d01), 2); in av1_convolve_x_sr_neon()
624 uint8x8_t d01; in av1_convolve_y_sr_neon() local
669 d01 = vqrshrun_n_s16(vcombine_s16(d0, d1), FILTER_BITS); in av1_convolve_y_sr_neon()
672 vst1_lane_u32((uint32_t *)dst, vreinterpret_u32_u8(d01), in av1_convolve_y_sr_neon()
[all …]
/external/angle/src/tests/gl_tests/
DDepthStencilFormatsTest.cpp334 const GLfloat d01 = 0.4; in depthStencilReadbackCase() local
347 glClearDepthf(d01); in depthStencilReadbackCase()
368 ASSERT_NEAR(pixels[0 + destRes], d01, kEpsilon); in depthStencilReadbackCase()
382 ASSERT_NEAR(pixels[0 + destRes], scale(d01), kEpsilon); in depthStencilReadbackCase()
664 const GLfloat d01 = 0.4; in TEST_P() local
675 glClearDepthf(d01); in TEST_P()
701 d01, d01, d11, d11, d01, d01, d11, d11}; in TEST_P()
715 d00, d00, d00, d10, d01 - eps, d01, d01, d11 - eps, in TEST_P()
718 d00 + eps, d10, d10, d10 + eps, d01, d11, d11, d11, in TEST_P()
719 d01, d11, d11, d11, d01 + eps, d11, d11, d11 + eps, in TEST_P()
/external/skqp/src/core/
DSkMaskBlurFilter.cpp689 Sk8h* d01, Sk8h* d12, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_1() argument
693 Sk8h answer = *d01 + v1; in blur_y_radius_1()
694 *d01 = *d12 + v0; in blur_y_radius_1()
703 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_2() argument
708 Sk8h answer = *d01 + v2; in blur_y_radius_2()
709 *d01 = *d12 + v1; in blur_y_radius_2()
720 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h*, Sk8h*) { in blur_y_radius_3() argument
726 Sk8h answer = *d01 + v3; in blur_y_radius_3()
727 *d01 = *d12 + v2; in blur_y_radius_3()
740 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h* d67, Sk8h* d78) { in blur_y_radius_4() argument
[all …]
/external/skia/src/core/
DSkMaskBlurFilter.cpp692 Sk8h* d01, Sk8h* d12, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_1() argument
696 Sk8h answer = *d01 + v1; in blur_y_radius_1()
697 *d01 = *d12 + v0; in blur_y_radius_1()
706 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_2() argument
711 Sk8h answer = *d01 + v2; in blur_y_radius_2()
712 *d01 = *d12 + v1; in blur_y_radius_2()
723 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h*, Sk8h*) { in blur_y_radius_3() argument
729 Sk8h answer = *d01 + v3; in blur_y_radius_3()
730 *d01 = *d12 + v2; in blur_y_radius_3()
743 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h* d67, Sk8h* d78) { in blur_y_radius_4() argument
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DMullerSolver.java227 final double d01 = (y1 - y0) / (x1 - x0); in solve() local
229 final double d012 = (d12 - d01) / (x2 - x0); in solve()
230 final double c1 = d01 + (x1 - x0) * d012; in solve()
/external/python/cpython2/Lib/test/
Dtest_grammar.py227 def d01(a=1): pass function
228 d01()
229 d01(1)
230 d01(*(1,))
231 d01(*[] or [2])
232 d01(**{'a':2})
233 d01(**{'a':2} or {})
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S128 # qhasm: reg128 d01
587 # qhasm: d01 = mem128[input_2];input_2+=16
588 # asm 1: vld1.8 {>d01=reg128#12%bot->d01=reg128#12%top},[<input_2=int32#2]!
589 # asm 2: vld1.8 {>d01=d22->d01=d23},[<input_2=r1]!
682 # qhasm: d01 d23 = d01[0] d23[0] d01[1] d23[1]
683 # asm 1: vswp <d23=reg128#2%bot,<d01=reg128#12%top
684 # asm 2: vswp <d23=d2,<d01=d23
704 # qhasm: mid = d01[1]d23[0] mid[2,3]
705 # asm 1: vext.32 <mid=reg128#1%bot,<d01=reg128#12%bot,<d23=reg128#2%bot,#1
706 # asm 2: vext.32 <mid=d0,<d01=d22,<d23=d2,#1
[all …]
/external/rust/crates/ring/crypto/poly1305/
Dpoly1305_arm_asm.S130 # qhasm: reg128 d01
589 # qhasm: d01 = mem128[input_2];input_2+=16
590 # asm 1: vld1.8 {>d01=reg128#12%bot->d01=reg128#12%top},[<input_2=int32#2]!
591 # asm 2: vld1.8 {>d01=d22->d01=d23},[<input_2=r1]!
684 # qhasm: d01 d23 = d01[0] d23[0] d01[1] d23[1]
685 # asm 1: vswp <d23=reg128#2%bot,<d01=reg128#12%top
686 # asm 2: vswp <d23=d2,<d01=d23
706 # qhasm: mid = d01[1]d23[0] mid[2,3]
707 # asm 1: vext.32 <mid=reg128#1%bot,<d01=reg128#12%bot,<d23=reg128#2%bot,#1
708 # asm 2: vext.32 <mid=d0,<d01=d22,<d23=d2,#1
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S128 # qhasm: reg128 d01
587 # qhasm: d01 = mem128[input_2];input_2+=16
588 # asm 1: vld1.8 {>d01=reg128#12%bot->d01=reg128#12%top},[<input_2=int32#2]!
589 # asm 2: vld1.8 {>d01=d22->d01=d23},[<input_2=r1]!
682 # qhasm: d01 d23 = d01[0] d23[0] d01[1] d23[1]
683 # asm 1: vswp <d23=reg128#2%bot,<d01=reg128#12%top
684 # asm 2: vswp <d23=d2,<d01=d23
704 # qhasm: mid = d01[1]d23[0] mid[2,3]
705 # asm 1: vext.32 <mid=reg128#1%bot,<d01=reg128#12%bot,<d23=reg128#2%bot,#1
706 # asm 2: vext.32 <mid=d0,<d01=d22,<d23=d2,#1
[all …]
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py196 def d01(a=1): pass function
197 d01()
198 d01(1)
199 d01(*(1,))
200 d01(**{'a':2})
Dpy2_test_grammar.py208 def d01(a=1): pass function
209 d01()
210 d01(1)
211 d01(*(1,))
212 d01(**{'a':2})
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py208 def d01(a=1): pass function
209 d01()
210 d01(1)
211 d01(*(1,))
212 d01(**{'a':2})
Dpy3_test_grammar.py220 def d01(a=1): pass function
221 d01()
222 d01(1)
223 d01(*(1,))
224 d01(**{'a':2})
/external/python/cpython3/Lib/test/
Dtest_grammar.py508 def d01(a=1): pass function
509 d01()
510 d01(1)
511 d01(*(1,))
512 d01(*[] or [2])
513 d01(*() or (), *{} and (), **() or {})
514 d01(**{'a':2})
515 d01(**{'a':2} or {})
/external/skia/samplecode/
DSampleDegenerateQuads.cpp167 SkScalar d01 = (t0 - t1).length(); in inside_triangle() local
171 if (SkScalarNearlyZero(d12) || SkScalarNearlyZero(d20) || SkScalarNearlyZero(d01)) { in inside_triangle()
179 bary[2] = d0 * d01; in inside_triangle()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c152 int32x2_t d01, d23; in hadamard_sad4x4_4() local
172 d01 = vrshrn_n_s64(c01, 2); in hadamard_sad4x4_4()
173 vst1_s32(pi4_hsad, d01); in hadamard_sad4x4_4()
182 d01 = vadd_s32(d01, d23); in hadamard_sad4x4_4()
184 return (WORD32)(vget_lane_s64(vpaddl_s32(d01), 0)); in hadamard_sad4x4_4()
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c351 d00, d01, d10, d11, in BilinearInterpFloat() local
371 d01 = DENS(X0, Y1); in BilinearInterpFloat()
376 dx1 = LERP(fx, d01, d11); in BilinearInterpFloat()
404 int d00, d01, d10, d11, in BilinearInterp16() local
429 d01 = DENS(X0, Y1); in BilinearInterp16()
434 dx1 = LERP(rx, d01, d11); in BilinearInterp16()
/external/tcpdump/tests/
Disis-areaaddr-oobr-2.out249 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
437 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
625 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
813 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
1001 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
1189 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
1377 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
1565 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
1753 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
1941 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000
[all …]
/external/elfutils/tests/
Drun-readelf-zp.sh154 [ d01] __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1

123