Home
last modified time | relevance | path

Searched +defs:val +defs:p3 (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/perfetto/src/protozero/
H A Dcopyable_ptr_unittest.cc39 int val = 0; member
58 CopyablePtr<X> p3; in TEST() local
83 CopyablePtr<X> p3; in TEST() local
99 CopyablePtr<X> p3; in TEST() local
/aosp_15_r20/external/libavc/common/
H A Dih264_deblk_edge_filters.c109 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; in ih264_deblk_luma_vert_bs4() local
227 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; in ih264_deblk_luma_horz_bs4() local
547 WORD16 val; in ih264_deblk_luma_vert_bslt4() local
666 WORD16 val; in ih264_deblk_chroma_vert_bslt4_bp() local
782 WORD16 val; in ih264_deblk_luma_horz_bslt4() local
905 WORD16 val; in ih264_deblk_chroma_horz_bslt4_bp() local
1013 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; in ih264_deblk_luma_vert_bs4_mbaff() local
1231 WORD16 val; in ih264_deblk_luma_vert_bslt4_mbaff() local
1349 WORD16 val; in ih264_deblk_chroma_vert_bslt4_mbaff_bp() local
1675 WORD16 val; in ih264_deblk_chroma_vert_bslt4() local
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/enc/src/
H A Dc4t64fx.c141 Word16 psk, ps, alpk, alp, val, k_cn, k_dn, exp; in ACELP_4t64_fx() local
142 Word16 *p0, *p1, *p2, *p3, *psign; in ACELP_4t64_fx() local
854 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_30() local
926 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_012() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dcall_traits_test.cpp321 …ll_traits_test<T, isarray>::assert_construct(typename call_traits_test<T, isarray>::param_type val) in assert_construct()
340 param_type p3(r); in assert_construct() local
369 void call_traits_test<T, true>::assert_construct(typename boost::call_traits<T>::param_type val) in assert_construct()
389 param_type p3(r); in assert_construct() local
/aosp_15_r20/external/webp/src/dsp/
H A Ddec_sse2.c634 #define MAX_DIFF1(p3, p2, p1, p0, m) do { \ argument
640 #define MAX_DIFF2(p3, p2, p1, p0, m) do { \ argument
716 __m128i p3, p2, p1, p0, q0, q1, q2, q3; in HFilter16_SSE2() local
736 __m128i p3, p2, p1, p0; // loop invariants in VFilter16i_SSE2() local
769 __m128i p3, p2, p1, p0; // loop invariants in HFilter16i_SSE2() local
823 __m128i p3, p2, p1, p0, q0, q1, q2, q3; in HFilter8_SSE2() local
1020 const int val = dst[-1] - top[-1]; in TrueMotion_SSE2() local
1029 const int val = dst[-1] - top[-1]; in TrueMotion_SSE2() local
1039 const int val = dst[-1] - top[-1]; in TrueMotion_SSE2() local
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DStriped64.java104 volatile long p0, p1, p2, p3, p4, p5, p6; field in Striped64.Cell
112 final boolean cas(long cmp, long val) { in cas()
160 final boolean casBase(long cmp, long val) { in casBase()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DStriped64.java104 volatile long p0, p1, p2, p3, p4, p5, p6; field in Striped64.Cell
112 final boolean cas(long cmp, long val) { in cas()
160 final boolean casBase(long cmp, long val) { in casBase()
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DStriped64.java104 volatile long p0, p1, p2, p3, p4, p5, p6; field in Striped64.Cell
112 final boolean cas(long cmp, long val) { in cas()
160 final boolean casBase(long cmp, long val) { in casBase()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DStriped64.java104 volatile long p0, p1, p2, p3, p4, p5, p6; field in Striped64.Cell
112 final boolean cas(long cmp, long val) { in cas()
160 final boolean casBase(long cmp, long val) { in casBase()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_queries.cpp86 char *p3 = p2 + 1; in test_get_platform_info() local
140 T val; in sampler_param_test() local
332 T val; in command_queue_param_test() local
510 #define TEST_MEM_OBJECT_PARAM( mem, paramName, val, expected, name, type, cast ) \ argument
529 #define TEST_DEVICE_PARAM( device, paramName, val, name, type, cast ) \ argument
539 #define TEST_DEVICE_PARAM_MEM( device, paramName, val, name, type, div ) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/hash/
H A Dhash_test.cc115 StringPiece p3(s3); in TEST() local
125 for (auto const& val : map) { in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java370 int serverIf, int attrHandle, int connId, byte[] val); in gattServerSendIndicationNative()
373 int serverIf, int attrHandle, int connId, byte[] val); in gattServerSendNotificationNative()
382 byte[] val, in gattServerSendResponseNative()
401 int p3, in gattTestNative()
639 public void gattServerSendIndication(int serverIf, int attrHandle, int connId, byte[] val) { in gattServerSendIndication()
644 public void gattServerSendNotification(int serverIf, int attrHandle, int connId, byte[] val) { in gattServerSendNotification()
656 byte[] val, in gattServerSendResponse()
670 int p3, in gattTest()
/aosp_15_r20/system/libcppbor/tests/
H A Dcppbor_test.cpp65 Uint val(testCase.first); in TEST() local
288 pair p3 = make_pair(s2, s2 + 5); in TEST() local
315 pair<uint8_t*, uint8_t*> p3 = make_pair(v2, v2 + 3); in TEST() local
474 Uint val(100000); in TEST() local
480 Tstr val("01234567890123456789012345"s); in TEST() local
489 Bstr val("01234567890123456789012345"s); in TEST() local
498 Array val("a", 5, -100); in TEST() local
524 Uint val(99); in TEST() local
539 Nint val(-1); in TEST() local
554 Tstr val("99"); in TEST() local
[all …]
/aosp_15_r20/external/libaom/av1/common/
H A Dreconintra.c535 int r, c, x, base, shift, val; in av1_dr_prediction_z1_c() local
585 int val; in av1_dr_prediction_z2_c() local
612 int r, c, y, base, shift, val; in av1_dr_prediction_z3_c() local
671 int r, c, x, base, shift, val; in av1_highbd_dr_prediction_z1_c() local
723 int val; in av1_highbd_dr_prediction_z2_c() local
751 int r, c, y, base, shift, val; in av1_highbd_dr_prediction_z3_c() local
878 const uint8_t p3 = buffer[r - 1][c + 2]; in av1_filter_intra_predictor_c() local
928 const uint16_t p3 = buffer[r - 1][c + 2]; in highbd_filter_intra_predictor() local
1135 int val; in build_directional_and_filter_intra_predictors() local
1265 int val = 0; in build_non_directional_intra_predictors() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/
H A DOperationUtils.h381 static inline void mtl_setBytes(id<MTLComputeCommandEncoder> encoder, const T val, unsigned idx) { in mtl_setBytes()
413 inline NSDictionary* dictionaryFromPlaceholders(Placeholder& p1, Placeholder& p2, Placeholder& p3) { in dictionaryFromPlaceholders()
421 inline NSDictionary* dictionaryFromPlaceholders(Placeholder& p1, Placeholder& p2, Placeholder& p3, … in dictionaryFromPlaceholders()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDjavaslang-2.0.3.jar ... .API$Match$Pattern0 { final synthetic Object val$prototype void <init> (java.lang ...
/aosp_15_r20/build/make/tools/aconfig/aflags/src/
H A Dmain.rs218 let val = flag.value.to_string(); in format_flag_row() localVariable
225 let p3 = info.longest_value_picked_from_col + 1; in format_flag_row() localVariable
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_float.h39 Vectorized(float val) { in Vectorized()
152 const auto p3 = _mm256_set1_ps(1.421413741f); in erf() local
/aosp_15_r20/external/tcpdump/
H A Dsmbutil.c45 uint32_t p0, p1, p2, p3; in interpret_dos_date() local
331 unsigned int val, const char *fmt) in write_bits()
/aosp_15_r20/external/libdav1d/src/
H A Dthread_task.c427 const unsigned p3 = atomic_load(&f->refp[n].progress[!tp]); in check_tile() local
445 const unsigned val = ~atomic_load(state); in get_frame_progress() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_float.h31 Vectorized(float val) { in Vectorized()
177 const auto p3 = _mm256_set1_ps(1.421413741f); in erf() local
/aosp_15_r20/external/curl/lib/vtls/
H A Dx509asn1.c310 unsigned int val = 0; in int2str() local
679 const char *p3; in encodeDN() local
/aosp_15_r20/external/libxaac/encoder/
H A Diusace_acelp_tools.c501 FLOAT32 val; in iusace_acelp_cb_exc() local
503 FLOAT32 *p0, *p1, *p2, *p3, *psign; in iusace_acelp_cb_exc() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_float.h33 Vectorized(float val) { in Vectorized()
197 const auto p3 = _mm512_set1_ps(1.421413741f); in erf() local
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dloop_filter_sse4.cc570 const __m128i p3 = Load4(dst - 4 * stride); in Horizontal8() local
678 __m128i p3, p2, p1, p0, q0, q1, q2, q3; in Vertical8() local
812 const __m128i p3 = Load4(dst - 4 * stride); in Horizontal14() local
1165 const __m128i& val) { in Clamp()
1687 const __m128i p3 = LoadLo8(dst - 4 * stride); in Horizontal8() local
1802 __m128i p3, p2, p1, p0, q0, q1, q2, q3; in Vertical8() local
1932 const __m128i p3 = LoadLo8(dst - 4 * stride); in Horizontal14() local
2099 __m128i p7, p6, p5, p4, p3, p2, p1, p0; in Vertical14() local

12345678910>>...29