Home
last modified time | relevance | path

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

12345678910>>...17

/external/okhttp/okio/okio/src/test/java/okio/
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
/external/okio/okio/src/jvmTest/kotlin/okio/
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
/external/rust/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
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
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
/external/libgav1/src/dsp/x86/
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
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/format/
DBooleanFormatTest.java20 public boolean b3; field in BooleanFormatTest.BeanWithBoolean
23 public BeanWithBoolean(boolean b1, Boolean b2, boolean b3) { in BeanWithBoolean()
/external/libvpx/vpx_dsp/arm/
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
Dhadamard_neon.c25 const int16x8_t b3 = vsubq_s16(*a2, *a3); in hadamard8x8_one_pass() local
102 const int16x8_t b3 = vhsubq_s16(a2, a3); in vpx_hadamard_16x16_neon() local
144 const int16x8_t b3 = vshrq_n_s16(vhsubq_s16(a2, a3), 1); in vpx_hadamard_32x32_neon() local
/external/libaom/aom_dsp/arm/
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
/external/libvpx/vpx_dsp/x86/
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
/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/json/
DPrimitiveValuesBenchmark.kt24 val b1: Boolean, val b2: Boolean, val b3: Boolean, val b4: Boolean, constant in kotlinx.benchmarks.json.PrimitiveValuesBenchmark.BooleanHolder
33 val b1: Int, val b2: Int, val b3: Int, val b4: Int, constant in kotlinx.benchmarks.json.PrimitiveValuesBenchmark.IntHolder
44 val b1: Long, val b2: Long, val b3: Long, val b4: Long, constant in kotlinx.benchmarks.json.PrimitiveValuesBenchmark.LongHolder
/external/libvpx/vpx_dsp/
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
/external/apache-commons-math/src/main/java/org/apache/commons/math3/
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()
/external/libaom/aom_dsp/
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
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DHighamHall54StepInterpolator.java86 … final double b3 = hTheta * ( theta * (-22.0 + theta * (152.0/3.0 + theta * -30.0))); in computeInterpolatedStateAndDerivatives() local
104 final double b3 = h * (4.0/3.0 + theta2 * (-22.0 + theta * (152.0/3.0 + theta * -30.0))); in computeInterpolatedStateAndDerivatives() local
/external/ow2-asm/asm-test/src/main/resources/jdk5/
DAllInstructions.class ... v7 int v8 boolean b0 boolean b1 boolean b2 boolean b3 boolean b4 boolean b5 public static long longInstructions (long ...
/external/libffi/testsuite/libffi.call/
Dcls_24byte.c21 struct cls_struct_24byte b3) in cls_struct_24byte_fn()
44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
/external/libffi/testsuite/libffi.closures/
Dcls_24byte.c21 struct cls_struct_24byte b3) in cls_struct_24byte_fn()
44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_24byte.c21 struct cls_struct_24byte b3) in cls_struct_24byte_fn()
44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
/external/protobuf/csharp/src/Google.Protobuf/
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()
/external/dng_sdk/source/
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
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
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()
/external/libcxx/test/std/language.support/support.types/byteops/
Dlshift.pass.cpp22 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
Dto_integer.pass.cpp22 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
/external/ow2-asm/asm-test/src/main/resources/jdk3/
DAllInstructions.class ... v7 int v8 boolean b0 boolean b1 boolean b2 boolean b3 boolean b4 boolean b5 public static long longInstructions (long ...

12345678910>>...17