Home
last modified time | relevance | path

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

123456789

/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/libcxx/test/std/language.support/support.types/byteops/
Dto_integer.pass.cpp22 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
Dlshift.pass.cpp22 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
Dlshift.assign.pass.cpp29 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
/external/libvpx/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
234 __m256i b3 = _mm256_sub_epi16(a2, a3); in hadamard_col8x2_avx2() local
362 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in hadamard_16x16_avx2() local
420 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in vpx_hadamard_32x32_avx2() local
/external/testng/src/test/java/test/preserveorder/
DB.java20 public void b3() { in b3() method in B
/external/nanopb-c/tests/regression/issue_322/
Ddefaults.proto7 optional bytes b3 = 3 [default = "\xDE\xAD\000\xBE\xEF", (nanopb).max_size = 15]; field
/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
Dcls_64byte.c26 struct cls_struct_64byte b3) in cls_struct_64byte_fn()
49 struct cls_struct_64byte b0, b1, b2, b3; in cls_struct_64byte_gn() local
/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
Dcls_64byte.c26 struct cls_struct_64byte b3) in cls_struct_64byte_fn()
49 struct cls_struct_64byte b0, b1, b2, b3; in cls_struct_64byte_gn() local
/external/clang/test/CodeGen/
Darm64-be-bitfield.c3 struct bt3 { signed b2:10; signed b3:10; } b16; member
/external/lzma/C/
DBra.c79 UInt32 b3; in ARMT_Convert() local
114 UInt32 b3; in ARMT_Convert() local
/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_avx2.c32 __m256i b3 = _mm256_sub_epi16(a2, a3); in hadamard_col8x2_avx2() local
156 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in hadamard_16x16_avx2() local
210 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in aom_hadamard_32x32_avx2() local
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc126 int32_t b3 = ReadUByte(index + 2); in ReadUInt24() local
139 int32_t b3 = ReadUByte(index + 2); in ReadULong() local
165 int32_t b3 = ReadUByte(index + 2); in ReadULongLE() local
181 int32_t b3 = ReadUByte(index + 2); in ReadLong() local
386 int32_t b3 = ReadUByte(off); in ComputeCheckSum() local
/external/libvpx/libvpx/vpx_dsp/
Davg.c44 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_first_pass() local
77 int32_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_second_pass() local
150 tran_low_t b3 = (a2 - a3) >> 1; in vpx_highbd_hadamard_16x16_c() local
182 tran_low_t b3 = (a2 - a3) >> 2; in vpx_highbd_hadamard_32x32_c() local
202 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_col8() local
275 tran_low_t b3 = (a2 - a3) >> 1; in vpx_hadamard_16x16_c() local
306 tran_low_t b3 = (a2 - a3) >> 2; in vpx_hadamard_32x32_c() local
/external/libopus/silk/arm/
DNSQ_neon.c53 int32x4_t b3 = vqdmulhq_s32(coef3, a3); in silk_noise_shape_quantizer_short_prediction_neon() local
100 int64x2_t b3 = vmlal_s32(b2, vget_high_s32(a1), vget_high_s32(coef1)); in silk_NSQ_noise_shape_feedback_loop_neon() local
/external/clang/test/CXX/class/class.bit/
Dp2.cpp19 B b3(static_cast<B&&>(b2)); in testB() local
/external/clang/test/Sema/
Dfor.c6 void b3 (void) { for (static int f;;); } // expected-error {{declaration of non-local variable}} in b3() function
/external/libaom/libaom/av1/common/arm/
Dtranspose_neon.h157 const uint32x2x2_t b3 = in transpose_u8_4x8() local
216 uint16x4x2_t b3 = vtrn_u16(*a6, *a7); in transpose_u16_4x8() local
279 const uint16x8x2_t b3 = vtrnq_u16(*a6, *a7); in transpose_u16_8x8() local
347 const int16x8x2_t b3 = vtrnq_s16(*a6, *a7); in transpose_s16_8x8() local
421 const int16x8x2_t b3 = vtrnq_s16(*(a0 + 6), *(a0 + 7)); in transpose_s16_8x8q() local
/external/lzma/CPP/Common/
DMyGuidDef.h49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
/external/libvpx/libvpx/vpx_dsp/ppc/
Dhadamard_vsx.c20 const int16x8_t b3 = vec_sub(v[2], v[3]); in vpx_hadamard_s16_8x8_one_pass() local
100 const int16x8_t b3 = vec_sra(a3, ones); in vpx_hadamard_16x16_vsx() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_add_neon.c28 const int16x8_t b3 = vaddq_s16(res, vreinterpretq_s16_u16(a3)); in highbd_idct32x32_1_add_pos_kernel() local
50 const int16x8_t b3 = vaddq_s16(res, vreinterpretq_s16_u16(a3)); in highbd_idct32x32_1_add_neg_kernel() local
/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/icu/icu4c/source/common/
Dutf_impl.cpp282 uint8_t b3=s[--i]; in utf8_prevCharSafeBody() local
321 uint8_t b3=s[--i]; in utf8_back1SafeBody() local

123456789