Home
last modified time | relevance | path

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

123456

/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/testng/src/test/java/test/preserveorder/
DB.java20 public void b3() { in b3() method in B
/external/clang/test/CodeGen/
Darm64-be-bitfield.c3 struct bt3 { signed b2:10; signed b3:10; } b16; member
/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
Dstret_medium.c28 struct_72byte b3) in cls_struct_72byte_fn()
51 struct_72byte b0, b1, b2, b3; in cls_struct_72byte_gn() local
Dstret_medium2.c29 struct_72byte b3) in cls_struct_72byte_fn()
52 struct_72byte b0, b1, b2, b3; in cls_struct_72byte_gn() local
Dnested_struct1.c31 struct cls_struct_16byte1 b3) in cls_struct_combined_fn()
61 struct cls_struct_16byte1 b3; in cls_struct_combined_gn() local
Dstret_large.c36 struct_108byte b3) in cls_struct_108byte_fn()
65 struct_108byte b0, b1, b2, b3; in cls_struct_108byte_gn() local
Dstret_large2.c37 struct_116byte b3) in cls_struct_116byte_fn()
67 struct_116byte b0, b1, b2, b3; in cls_struct_116byte_gn() 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/clang/test/CXX/class/class.bit/
Dp2.cpp19 B b3(static_cast<B&&>(b2)); in testB() 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/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/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
Dtranspose_vsx.h40 int16x8_t b0, b1, b2, b3, b4, b5, b6, b7; in vpx_transpose_s16_8x8() 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/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
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
/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/libvpx/libvpx/vpx_dsp/x86/
Dtranspose_sse2.h42 const __m128i b3 = _mm_unpackhi_epi32(*a2, *a3); in transpose_32bit_4x4() local
/external/emma/core/java12/com/vladium/util/
DByteArrayOStream.java73 public final void write3 (final int b1, final int b2, final int b3) in write3()
98 public final void write4 (final int b1, final int b2, final int b3, final int b4) in write4()
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
Dp3.cpp19 int b3 = f(0, E::e); variable
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
Dp6.cpp9 bool b3 = !4; variable
/external/valgrind/none/tests/s390x/
Dicm.c25 char *b3="\xff\x00\x00\x00"; in main() local

123456