Home
last modified time | relevance | path

Searched defs:dst4 (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/skia/src/core/
H A DSk4px.h124 dst4 = fn(Load4(src+4)); in MapSrc() local
155 dst4 = fn(Load4(dst+4), Load4(src+4)); in MapDstSrc() local
186 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); in MapDstAlpha() local
218 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); in MapDstSrcAlpha() local
H A DSkBlitRow_D32.cpp70 auto dst4 = ( __m128i*)dst; in blit_row_s32_blend() local
135 auto dst4 = ( __m128i*)dst; in blit_row_s32a_blend() local
436 auto dst4 = ( __m128i*)dst; in blit_row_s32_blend() local
499 auto dst4 = ( __m128i*)dst; in blit_row_s32a_blend() local
/aosp_15_r20/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/
DTether4Key.java46 public final byte[] dst4; field in Tether4Key
55 final byte[] src4, final byte[] dst4, final int srcPort, in Tether4Key()
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dvpx_convolve_avg_msa.c85 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width16_msa() local
107 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width32_msa() local
148 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width64_msa() local
H A Dvpx_convolve8_avg_vert_msa.c470 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_32w_msa() local
542 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_64w_msa() local
H A Didct16x16_msa.c333 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in vpx_iadst16_1d_columns_addblk_msa() local
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Dvpx_convolve_avg_lsx.c81 __m128i dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width16_lsx() local
133 __m128i dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width32_lsx() local
215 __m128i dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width64_lsx() local
H A Dvpx_convolve8_avg_vert_lsx.c364 __m128i dst0, dst1, dst2, dst3, dst4; in common_vt_2t_and_aver_dst_4x8_lsx() local
494 __m128i dst0, dst1, dst2, dst3, dst4, dst5; in common_vt_2t_and_aver_dst_8x8mult_lsx() local
653 __m128i dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_32w_lsx() local
757 __m128i dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_64w_lsx() local
H A Dvpx_convolve8_avg_lsx.c330 __m128i dst0, dst1, dst2, dst3, dst4; in common_hv_2ht_2vt_and_aver_dst_4x8_lsx() local
H A Dvpx_convolve8_avg_horiz_lsx.c415 __m128i dst0, dst1, dst2, dst3, dst4; in common_hz_2t_and_aver_dst_4x8_lsx() local
/aosp_15_r20/packages/modules/Connectivity/bpf/progs/
Doffload.h128 struct in_addr dst4; // destination IPv4 addresses member
148 struct in_addr dst4; // destination IPv4 addresses member
/aosp_15_r20/external/skia/gm/
H A Dpoly2poly.cpp112 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDraw() local
H A Dimage.cpp117 SkRect dst1, dst2, dst3, dst4; in test_surface() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/common/connectivity-net-module-utils-bpf/android_common/javac/
Dconnectivity-net-module-utils-bpf.jar ... final byte[] src4 public final byte[] dst4 public final int srcPort public final int dstPort public void ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/common/connectivity-net-module-utils-bpf/android_common_apex30/javac/
Dconnectivity-net-module-utils-bpf.jar ... final byte[] src4 public final byte[] dst4 public final int srcPort public final int dstPort public void ...
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_image.cpp382 dng_rect dst4 (dng_rect (splitV, in GetRepeat() local
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1553 final String src4, public4, dst4; in ipv4RuleToString() local
2482 Inet4Address dst4, short dstPort) { in updateConntrackTimeout()
/aosp_15_r20/external/llvm-libc/test/src/__support/File/
H A Dfile_test.cpp423 MemoryView src4(initial_content, READ_SIZE), dst4(read_data, READ_SIZE); in TEST() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c157 uint *dst4 = (uint *) dst; in logicop_quad() local
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java357 final float dst4 = (atmp1 * src1 + atmp2 * src2 + atmp5 * src3) in invertM() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/common/connectivity-net-module-utils-bpf/android_common/turbine/
Dconnectivity-net-module-utils-bpf.jar ... final byte[] src4 public final byte[] dst4 public final int srcPort public final int dstPort public void ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/common/connectivity-net-module-utils-bpf/android_common_apex30/turbine/
Dconnectivity-net-module-utils-bpf.jar ... final byte[] src4 public final byte[] dst4 public final int srcPort public final int dstPort public void ...
/aosp_15_r20/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc314 LogicVRegister dst4, in ld4()
341 LogicVRegister dst4, in ld4()
362 LogicVRegister dst4, in ld4r()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/Tethering/TetheringApiCurrentLib/android_common_apex30/javac/
DTetheringApiCurrentLib.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/Tethering/TetheringApiCurrentLib/android_common_apex30/repackaged-jarjar/javac/
DTetheringApiCurrentLib.jarcom/android/server/ConnectivityStatsLog.class ConnectivityStatsLog.java package com.android.server public ...

123