Home
last modified time | relevance | path

Searched defs:m5 (Results 1 – 25 of 67) sorted by relevance

123

/external/tpm2-tss/src/tss2-mu/
Dtpms-types.c506 m4, op4, fn4, m5, op5, fn5) \ argument
552 #define TPMS_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument
597 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
Dtpmt-types.c311 m4, op4, fn4, m5, op5, fn5) \ argument
355 #define TPMT_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument
397 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
/external/testng/src/test/java/test/thread/
DTrueParallelSampleTest.java38 public void m5() { in m5() method in TrueParallelSampleTest
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlock_algorithms.hpp72 …d try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexType5& m5) in try_lock_internal()
124 …nsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexType5& m5) in lock_helper()
253 void lock(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexType5& m5) in lock()
350 int try_lock(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexType5& m5) in try_lock()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
DTarget01.java72 public void m5() { in m5() method in Target01
/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
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_generic_locks.cpp134 boost::mutex m1,m2,m3,m4,m5; in BOOST_AUTO_TEST_CASE() local
157 …utexes_slowly(boost::mutex* m1,boost::mutex* m2,boost::mutex* m3,boost::mutex* m4,boost::mutex* m5, in lock_five_mutexes_slowly()
173 void lock_five(boost::mutex* m1,boost::mutex* m2,boost::mutex* m3,boost::mutex* m4,boost::mutex* m5) in lock_five()
185 boost::mutex m1,m2,m3,m4,m5; in BOOST_AUTO_TEST_CASE() local
204 boost::mutex m1,m2,m3,m4,m5; in BOOST_AUTO_TEST_CASE() local
/external/javassist/src/test/test1/
DEmptyBody.java19 public abstract int m5(); in m5() method in EmptyBody
DCalleeAfter2.java25 public int[] m5(int i) { in m5() method in CalleeAfter2
/external/ow2-asm/asm-test/src/resources/java/jdk3/
DAllStructures.java75 final byte m5() { in m5() method in AllStructures
/external/libaom/av1/common/arm/
Dwarp_plane_neon.c58 int16x8_t m5 = vmulq_s16(f[5], vextq_s16(in16_lo, in16_hi, 5)); in horizontal_filter_8x1_f8() local
120 int16x8_t m5 = vmulq_s16(f_s16, vextq_s16(in16_lo, in16_hi, 5)); in horizontal_filter_8x1_f1() local
257 int32x4_t m5 = vmull_s16(vget_low_s16(s5), vget_low_s16(f[5])); in vertical_filter_8x1_f8() local
Dhighbd_warp_plane_neon.c92 int32x4_t m5 = vmull_s16(vget_low_s16(f[5]), vget_low_s16(rv5)); in highbd_horizontal_filter_8x1_f8() local
178 int32x4_t m5 = vmull_s16(vget_low_s16(f), vget_low_s16(rv5)); in highbd_horizontal_filter_8x1_f1() local
292 int32x4_t m5 = vmull_s16(vget_low_s16(s5), vget_low_s16(f[5])); in vertical_filter_8x1_f8() local
Dhighbd_warp_plane_sve.c85 int64x2_t m5 = aom_sdotq_s16(vdupq_n_s64(0), rv5, f[5]); in highbd_horizontal_filter_8x1_f8() local
162 int64x2_t m5 = aom_sdotq_s16(vdupq_n_s64(0), rv5, f); in highbd_horizontal_filter_8x1_f1() local
269 int64x2_t m5 = aom_sdotq_s16(vdupq_n_s64(0), s5, f[5]); in vertical_filter_8x1_f8() local
/external/cronet/third_party/libc++/src/test/libcxx/utilities/utility/mem.res/
Dpmr.availability.verify.cpp34 … [[maybe_unused]] std::pmr::wsmatch m5; // expected-error {{is unavailable}} in f() local
/external/javassist/src/test/testproxy/
DTarget.java10 public long m5(long j) { return j; } in m5() method in Target
/external/eigen/test/
Dinverse.cpp57 …<Scalar, MatrixType::RowsAtCompileTime+1, MatrixType::RowsAtCompileTime+1, MatrixType::Options> m5; in inverse_for_fixed_size() local
Dhouseholder.cpp103 MatrixType m5 = m2; in householder() local
/external/clang/test/CXX/class/class.union/
Dp1.cpp68 } m5; // expected-error {{union member 'm5' has a non-trivial copy assignment operator}} member
89 } m5; // expected-error {{union member 'm5' has a non-trivial copy assignment operator}} member
/external/ow2-asm/asm-test/src/main/resources/jdk3/
DAllStructures.class ... ) static jdk3.AllStructures m4 () final byte m5 () strictfp char m6 () short m7 ( ...
/external/clang/test/Headers/
Dstddefneeds.cpp52 max_align_t m5; variable
/external/libvpx/vpx_dsp/mips/
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
/external/python/cpython3/Modules/_blake2/impl/
Dblake2b.c298 const __m128i m5 = LOADU( block + 80 ); in blake2b_compress() local
307 const uint64_t m5 = ( ( uint64_t * )block )[ 5]; in blake2b_compress() local
/external/libvpx/vpx_dsp/loongarch/
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
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DMatrix.java30 float m1, float m5, float m9, float m13, in Matrix()
193 float m1, float m5, float m9, float m13, in nCreate()
/external/eigen/unsupported/test/
Dmatrix_power.cpp73 MatrixType m1, m2, m3, m4, m5; in testGeneral() local

123