Home
last modified time | relevance | path

Searched defs:m6 (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/external/tpm2-tss/src/tss2-mu/
H A Dtpms-types.c597 m4, op4, fn4, m5, op5, fn5, m6, op6, fn6, m7, op7, fn7) \ argument
651 #define TPMS_UNMARSHAL_7(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument
704 m4, op4, fn4, m5, op5, fn5, m6, op6, fn6, m7, op7, fn7) \ argument
758 #define TPMS_UNMARSHAL_7_U(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument
811 m4, op4, fn4, m5, op5, fn5, m6, op6, fn6, m7, op7, fn7, \ argument
882 #define TPMS_UNMARSHAL_11(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7, \ argument
H A Dtpmt-types.c397 m4, op4, fn4, m5, op5, sel5, fn5, m6, op6, sel6, fn6) \ argument
445 #define TPMT_UNMARSHAL_6(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, sel5, fn5, m6, sel6, fn6) \ argument
H A Dtpmu-types.c274 sel4, op4, m4, fn4, sel5, op5, m5, fn5, sel6, op6, m6, fn6, \ argument
366 sel4, m4, fn4, sel5, m5, fn5, sel6, m6, fn6, sel7, m7, fn7, \ argument
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/examples/
Dmethods.go67 func (t T1[_]) m6() {} func
85 func (t T2[_, _, _]) m6() {} func
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dwarp_plane_neon.c59 int16x8_t m6 = vmulq_s16(f[6], vextq_s16(in16_lo, in16_hi, 6)); in horizontal_filter_8x1_f8() local
122 int16x8_t m6 = vmulq_s16(f_s16, vextq_s16(in16_lo, in16_hi, 6)); in horizontal_filter_8x1_f1_beta0() local
267 int32x4_t m6 = vmull_s16(vget_low_s16(s6), vget_low_s16(f[6])); in vertical_filter_8x1_f8() local
H A Dhighbd_warp_plane_neon.c70 int32x4_t m6 = vmull_s16(vget_low_s16(f[6]), vget_low_s16(rv6)); in highbd_horizontal_filter_8x1_f8() local
132 int32x4_t m6 = vmull_s16(vget_low_s16(f), vget_low_s16(rv6)); in highbd_horizontal_filter_8x1_f1() local
246 int32x4_t m6 = vmull_s16(vget_low_s16(s6), vget_low_s16(f[6])); in vertical_filter_8x1_f8() local
H A Dhighbd_warp_plane_sve.c62 int64x2_t m6 = aom_sdotq_s16(vdupq_n_s64(0), rv6, f[6]); in highbd_horizontal_filter_8x1_f8() local
115 int64x2_t m6 = aom_sdotq_s16(vdupq_n_s64(0), rv6, f); in highbd_horizontal_filter_8x1_f1() local
222 int64x2_t m6 = aom_sdotq_s16(vdupq_n_s64(0), s6, f[6]); in vertical_filter_8x1_f8() local
/aosp_15_r20/external/lzma/C/
H A DSha512Opt.c268 #define R2(k, m0,m1,m2,m3,m4,m5,m6,m7, a0,a1,a2,a3, OP) \ argument
276 #define R8(k, m0,m1,m2,m3,m4,m5,m6,m7, OP) \ argument
304 v128_64 m0, m1, m2, m3, m4, m5, m6, m7; in Sha512_UpdateBlocks_HW() local
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c16 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct32x8_row_transpose_store() local
244 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct_butterfly_transpose_store() local
543 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct8x32_column_butterfly_addblk() local
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Didct32x32_lsx.c22 __m128i m0, m1, m2, m3, m4, m5, m6, m7; in idct32x8_row_transpose_store() local
317 __m128i m0, m1, m2, m3, m4, m5, m6, m7; in idct_butterfly_transpose_store() local
668 __m128i m0, m1, m2, m3, m4, m5, m6, m7; in idct8x32_column_butterfly_addblk() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_test_eu_compact.cpp298 struct elk_reg m6 = elk_vec8_reg(ELK_MESSAGE_REGISTER_FILE, 6, 0); in TEST_P() local
316 struct elk_reg m6 = elk_vec8_reg(ELK_MESSAGE_REGISTER_FILE, 6, 0); in TEST_P() local
/aosp_15_r20/external/clang/test/CXX/class/class.union/
H A Dp1.cpp71 } m6; // expected-error {{union member 'm6' has a non-trivial destructor}} member
91 } m6; // expected-error {{union member 'm6' has a non-trivial destructor}} member
/aosp_15_r20/external/python/cpython3/Modules/_blake2/impl/
Dblake2b.c299 const __m128i m6 = LOADU( block + 96 ); in blake2b_compress() local
308 const uint64_t m6 = ( ( uint64_t * )block )[ 6]; in blake2b_compress() local
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DMatrix.java31 float m2, float m6, float m10, float m14, in Matrix()
194 float m2, float m6, float m10, float m14, in nCreate()
/aosp_15_r20/bionic/tests/headers/posix/
H A Dstdatomic_h.c80 memory_order m6 = memory_order_seq_cst; in stdatomic_h() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue47968.go21 func (T[* /* ERROR "must be an identifier" */ int]) m6() {} // syntax error func
Dissue28251.go53 func (T6) m6() {} func
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/proto/
DTfMetricProtoUtilTest.java71 Measurements m6 = Measurements.newBuilder().build(); in testCompatibleConvert() local
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
H A DTarget01.java81 public void m6() { in m6() method in Target01
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/
Dtestgreg_month.cpp17 greg_month m1(Jan), m2(Feb), m3(Mar), m4(Apr), m5(May), m6(Jun); in test_month() local
/aosp_15_r20/external/libdav1d/src/ppc/
H A Dloopfilter_tmpl.c430 const ptrdiff_t stridea, b32x4 apply, b32x4 m6) in loop_filter_h_6_all()
1005 const ptrdiff_t strideb, b32x4 apply, b32x4 m6) in loop_filter_v_6_all()
1585 b32x4 m6 = vec_cmpeq(wd6, mm); in LPF() local
1664 b32x4 m6 = vec_cmpeq(wd6, mm); in LPF() local
/aosp_15_r20/external/ow2-asm/asm-test/src/resources/java/jdk3/
H A DAllStructures.java79 strictfp char m6() { in m6() method in AllStructures
/aosp_15_r20/external/javassist/src/test/testproxy/
H A DTarget.java11 public float m6(float f) { return f; } in m6() method in Target
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/utility/mem.res/
H A Dpmr.availability.verify.cpp35 … [[maybe_unused]] std::pmr::deque<int> m6; // expected-error {{is unavailable}} in f() local
/aosp_15_r20/art/test/GetMethodSignature/
H A DGetMethodSignature.java23 void m6(int i, int j, int[][] array1) { } in m6() method in GetMethodSignature

1234