Home
last modified time | relevance | path

Searched +defs:val +defs:p4 (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/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()
341 param_type p4(p); in assert_construct() local
369 void call_traits_test<T, true>::assert_construct(typename boost::call_traits<T>::param_type val) in assert_construct()
390 param_type p4(p); in assert_construct() local
/aosp_15_r20/external/compiler-rt/test/tsan/
H A Daligned_vs_unaligned_race.cc18 struct __attribute__((packed, aligned(1))) u_uint64_t { uint64_t val; }; in Thread2() member
19 u_uint64_t *p4 = reinterpret_cast<u_uint64_t *>(p1 + 1); in Thread2() 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/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()
402 int p4, 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()
671 int p4, in gattTest()
/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
879 const uint8_t p4 = buffer[r - 1][c + 3]; in av1_filter_intra_predictor_c() local
929 const uint16_t p4 = buffer[r - 1][c + 3]; 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/system/libcppbor/tests/
H A Dcppbor_test.cpp65 Uint val(testCase.first); in TEST() local
289 const pair p4 = p3; in TEST() local
316 const pair<uint8_t*, uint8_t*> p4 = 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/build/make/tools/aconfig/aflags/src/
H A Dmain.rs218 let val = flag.value.to_string(); in format_flag_row() localVariable
228 let p4 = info.longest_permission_col + 1; in format_flag_row() localVariable
/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/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_float.h39 Vectorized(float val) { in Vectorized()
153 const auto p4 = _mm256_set1_ps(-1.453152027f); in erf() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_float.h31 Vectorized(float val) { in Vectorized()
178 const auto p4 = _mm256_set1_ps(-1.453152027f); in erf() local
/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()
421 …y* dictionaryFromPlaceholders(Placeholder& p1, Placeholder& p2, Placeholder& p3, Placeholder& p4) { in dictionaryFromPlaceholders()
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_float.h33 Vectorized(float val) { in Vectorized()
198 const auto p4 = _mm512_set1_ps(-1.453152027f); in erf() local
/aosp_15_r20/external/skia/modules/skcms/src/
H A DTransform_inl.h99 T val; in load() local
104 SI void store(P* ptr, const T& val) { in store()
509 const int* p4 = bit_pun<const int*>(p); in gather_24() local
521 const int* p4 = bit_pun<const int*>(p); in gather_24() local
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dloop_filter_sse4.cc844 const __m128i p4 = Load4(dst - 5 * stride); in Horizontal14() local
1165 const __m128i& val) { in Clamp()
1961 const __m128i p4 = LoadLo8(dst - 5 * stride); in Horizontal14() local
2099 __m128i p7, p6, p5, p4, p3, p2, p1, p0; in Vertical14() local
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/
Dopencensus-api-0.24.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDopencensus-api-0.28.0.jar ... ) double amt public void set (double) double val static synthetic io.opencensus.metrics.DoubleGauge$ ...
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/
Dopencensus-api-0.21.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/
Dopencensus-java-api.jar ... .opencensus.common.Function { final synthetic Object val$constant void <init> (java.lang ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDopencensus-api-0.30.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp782 ScopedLocalRef<jbyteArray> val(sCallbackEnv.get(), sCallbackEnv->NewByteArray(length)); in btgatts_request_write_characteristic_cb() local
801 ScopedLocalRef<jbyteArray> val(sCallbackEnv.get(), sCallbackEnv->NewByteArray(length)); in btgatts_request_write_descriptor_cb() local
2281 jint attr_handle, jint conn_id, jbyteArray val) { in gattServerSendIndicationNative()
2301 jint attr_handle, jint conn_id, jbyteArray val) { in gattServerSendNotificationNative()
2317 jint offset, jbyteArray val, jint auth_req) { in gattServerSendResponseNative()
2777 jlong uuid1_msb, jstring bda1, jint p1, jint p2, jint p3, jint p4, in gattTestNative()
/aosp_15_r20/external/googletest/googletest/test/
H A Dgtest_unittest.cc4894 const wchar_t* p4 = reinterpret_cast<const wchar_t*>(pv4); in TEST() local
5132 std::ostream& operator<<(std::ostream& os, const Base& val) { in operator <<()
5155 const MyTypeInUnnamedNameSpace& val) { in operator <<()
5179 std::ostream& operator<<(std::ostream& os, const MyTypeInNameSpace1& val) { in operator <<()
5204 const namespace2::MyTypeInNameSpace2& val) { in operator <<()
5226 double* p4 = nullptr; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc4974 const wchar_t* p4 = reinterpret_cast<const wchar_t*>(pv4); in TEST() local
5221 const Base& val) { in operator <<()
5245 const MyTypeInUnnamedNameSpace& val) { in operator <<()
5270 const MyTypeInNameSpace1& val) { in operator <<()
5296 const namespace2::MyTypeInNameSpace2& val) { in operator <<()
5318 double* p4 = nullptr; in TEST() local

12345678910>>...23