Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 25 of 1200) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DTestUtil.kt131 val b3 = ByteString(b3Bytes) in assertEquivalent() constant
135 val b3 = "a".encodeUtf8() in assertEquivalent() constant
168 val b3 = Buffer().write(b3Bytes) in assertEquivalent() constant
172 val b3 = Buffer().writeUtf8("a") in assertEquivalent() constant
/aosp_15_r20/external/libaom/aom_dsp/
H A Davg.c107 int16_t b3 = (src_diff[2 * src_stride] - src_diff[3 * src_stride]) >> 1; in hadamard_col4() local
152 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_col8() local
267 tran_low_t b3 = (a2 - a3) >> 1; in aom_hadamard_16x16_c() local
307 int16_t b3 = (a2 - a3) >> 1; in aom_hadamard_lp_16x16_c() local
338 tran_low_t b3 = (a2 - a3) >> 2; in aom_hadamard_32x32_c() local
356 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_first_pass() local
389 int32_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_second_pass() local
462 tran_low_t b3 = (a2 - a3) >> 1; in aom_highbd_hadamard_16x16_c() local
494 tran_low_t b3 = (a2 - a3) >> 2; in aom_highbd_hadamard_32x32_c() local
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DTestUtil.java79 ByteString b3 = new ByteString(b3Bytes); in assertEquivalent() local
83 ByteString b3 = ByteString.encodeUtf8("a"); in assertEquivalent() local
116 Buffer b3 = new Buffer().write(b3Bytes); in assertEquivalent() local
120 Buffer b3 = new Buffer().writeUtf8("a"); in assertEquivalent() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/BitSet/
H A DBSMethods.java364 BitSet b3 = (BitSet)b1.clone(); in testAndNot() local
398 BitSet b3 = (BitSet)b1.clone(); in testAnd() local
446 BitSet b3 = (BitSet)b1.clone(); in testOr() local
487 BitSet b3 = (BitSet)b1.clone(); in testXor() local
764 BitSet b3 = new BitSet(); in testGet() local
938 BitSet b3 = (BitSet) b1.clone(); in testLogicalIdentities() local
968 BitSet b3 = (BitSet) b1.clone(); in testLogicalIdentities() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Davg.c46 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_first_pass() local
79 int32_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_second_pass() local
152 tran_low_t b3 = (a2 - a3) >> 1; in vpx_highbd_hadamard_16x16_c() local
184 tran_low_t b3 = (a2 - a3) >> 2; in vpx_highbd_hadamard_32x32_c() local
204 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_col8() local
277 tran_low_t b3 = (a2 - a3) >> 1; in vpx_hadamard_16x16_c() local
308 tran_low_t b3 = (a2 - a3) >> 2; in vpx_hadamard_32x32_c() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dtranspose_neon.h241 const uint32x2x2_t b3 = in transpose_u8_4x8() local
327 const int16x8_t b3 = vcombine_s16(a3, a7); in transpose_s16_4x8() local
381 const int32x4x2_t b3 = vtrnq_s32(*a6, *a7); in transpose_s32_4x8() local
500 const int32x4x2_t b3 = vtrnq_s32(*a5, *a7); in transpose_s32_8x4() local
557 const uint8x16_t b3 = vzipq_u8(a6q, a7q).val[0]; in transpose_u8_8x8() local
613 const int16x8x2_t b3 = vtrnq_s16(a[6], a[7]); in transpose_s16_8x8q() local
685 const int16x8x2_t b3 = vtrnq_s16(*a6, *a7); in transpose_s16_8x8() local
757 const uint16x8x2_t b3 = vtrnq_u16(*a6, *a7); in transpose_u16_8x8() local
829 const int32x4x2_t b3 = vtrnq_s32(a6->val[0], a7->val[0]); in transpose_s32_8x8() local
1015 const uint8x16x2_t b3 = vtrnq_u8(i6, i7); in transpose_u8_16x8() local
[all …]
H A Dhighbd_hadamard_neon.c27 int16x8_t b3 = vsubq_s16(*a2, *a3); in hadamard_highbd_col8_first_pass() local
60 int32x4_t b3 = vsubl_s16(a2, a3); in hadamard_highbd_col4_second_pass() local
96 int16x4_t b0, b1, b2, b3, b4, b5, b6, b7; in vpx_highbd_hadamard_8x8_neon() local
164 int32x4_t b3 = vhsubq_s32(a2, a3); in vpx_highbd_hadamard_16x16_neon() local
203 int32x4_t b3 = vshrq_n_s32(vsubq_s32(a2, a3), 2); in vpx_highbd_hadamard_32x32_neon() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dinitoid.h16 #define DEFINE_OID_3(name,b0,b1,b2,b3) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = { M… argument
17 #define DEFINE_OID_4(name,b0,b1,b2,b3,b4) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = … argument
21 #define DEFINE_OID_3(name,b0,b1,b2,b3) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PREFI… argument
22 #define DEFINE_OID_4(name,b0,b1,b2,b3,b4) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PR… argument
Dknownfolders.h16 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) EXTERN_C const GUID DE… argument
18 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) const GUID DECLSPEC_SE… argument
21 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) EXTERN_C const GUID na… argument
Dadoguids.h6 #define STRING_GUID(l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) l##-##w1##-##w2##-##b1##b2##-##b3##b… argument
9 #define GUID_BUILDER(n, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) STRING_GUID (l, w1, w2, b1, b2, … argument
11 #define GUID_BUILDER(n, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) DEFINE_GUID (n, 0x##l, 0x##w1, 0… argument
Dpropkeydef.h35 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument
39 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument
44 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Davg_intrin_avx2.c32 __m256i b3 = _mm256_sub_epi32(a2, a3); in highbd_hadamard_col8_avx2() local
157 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in vpx_highbd_hadamard_16x16_avx2() local
198 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in vpx_highbd_hadamard_32x32_avx2() local
242 __m256i b3 = _mm256_sub_epi16(a2, a3); in hadamard_col8x2_avx2() local
370 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in hadamard_16x16_avx2() local
415 __m256i b0, b1, b2, b3; in vpx_hadamard_32x32_avx2() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/
H A Dtest_chain.rs56 let b3: &[u8] = &mut []; in vectored_read() localVariable
77 let b3: &[u8] = &mut []; in vectored_read() localVariable
98 let b3: &[u8] = &mut []; in vectored_read() localVariable
119 let b3: &[u8] = &mut []; in vectored_read() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/
Dtest_chain.rs56 let b3: &[u8] = &mut []; in vectored_read() localVariable
77 let b3: &[u8] = &mut []; in vectored_read() localVariable
98 let b3: &[u8] = &mut []; in vectored_read() localVariable
119 let b3: &[u8] = &mut []; in vectored_read() localVariable
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_hadamard_neon.c29 int16x8_t b3 = vsubq_s16(*a2, *a3); in hadamard_highbd_col8_first_pass() local
62 int32x4_t b3 = vsubl_s16(a2, a3); in hadamard_highbd_col4_second_pass() local
98 int16x4_t b0, b1, b2, b3, b4, b5, b6, b7; in aom_highbd_hadamard_8x8_neon() local
164 int32x4_t b3 = vhsubq_s32(a2, a3); in aom_highbd_hadamard_16x16_neon() local
201 int32x4_t b3 = vshrq_n_s32(vsubq_s32(a2, a3), 2); in aom_highbd_hadamard_32x32_neon() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_exif.cpp1113 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0() local
1844 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local
1960 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local
2568 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local
3583 uint32 b3 = stream.Get_uint8 (); in Parse_gps() local
4077 uint32 b3 = stream.Get_uint8 (); in Parse_interoperability() local
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWritingPrimitives.cs648 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTag()
663 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTagSlowPath()
673 …iteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTag()
690 …gSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTagSlowPath()
701 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag()
718 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTagSlowPath()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DWritingPrimitives.cs648 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTag()
663 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTagSlowPath()
673 …iteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTag()
690 …gSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTagSlowPath()
701 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag()
718 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTagSlowPath()
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dtranspose_sse4.h52 const __m128i b3 = _mm_unpackhi_epi16(a2, a3); in Transpose2x16_U16() local
108 const __m128i b3 = _mm_unpackhi_epi16(a2, a3); in Transpose8x8To4x16_U8() local
176 const __m128i b3 = _mm_unpackhi_epi32(a2, a3); in Transpose4x8To8x4_U16() local
278 const __m128i b3 = _mm_unpacklo_epi32(a6, a7); in Transpose8x8_U16() local
/aosp_15_r20/external/ow2-asm/asm-test/src/main/resources/jdk5/
HDAllInstructions.class ... v7 int v8 boolean b0 boolean b1 boolean b2 boolean b3 boolean b4 boolean b5 public static long longInstructions (long ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/detail/preprocessed/
Dcall.hpp77 …def typename when<_, A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef
128 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
179 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
230 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
281 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
332 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
383 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
/aosp_15_r20/external/ow2-asm/asm-test/src/main/resources/jdk3/
HDAllInstructions.class ... v7 int v8 boolean b0 boolean b1 boolean b2 boolean b3 boolean b4 boolean b5 public static long longInstructions (long ...
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A Ddecode_buffer.cc27 const uint8_t b3 = DecodeUInt8(); in DecodeUInt24() local
35 const uint8_t b3 = DecodeUInt8(); in DecodeUInt31() local
44 const uint8_t b3 = DecodeUInt8(); in DecodeUInt32() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/
H A DRealFieldElement.java346 T linearCombination(T a1, T b1, T a2, T b2, T a3, T b3); in linearCombination()
362 T linearCombination(double a1, T b1, double a2, T b2, double a3, T b3); in linearCombination()
381 T linearCombination(T a1, T b1, T a2, T b2, T a3, T b3, T a4, T b4); in linearCombination()
400 T linearCombination(double a1, T b1, double a2, T b2, double a3, T b3, double a4, T b4); in linearCombination()
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Davg_intrin_avx2.c41 __m256i b3 = _mm256_sub_epi16(a2, a3); in hadamard_col8x2_avx2() local
166 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in hadamard_16x16_avx2() local
212 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in aom_hadamard_lp_16x16_avx2() local
240 __m256i b0, b1, b2, b3; in aom_hadamard_32x32_avx2() local
313 __m256i b3 = _mm256_sub_epi32(a2, a3); in highbd_hadamard_col8_avx2() local
438 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in aom_highbd_hadamard_16x16_avx2() local
479 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in aom_highbd_hadamard_32x32_avx2() local

12345678910>>...48