Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/external/libpcap/
Dgencode.c588 merge(b0, b1) in merge() argument
643 gen_and(b0, b1) in gen_and() argument
655 gen_or(b0, b1) in gen_or() argument
1746 struct block *b0, *b1; local
1951 struct block *b0, *b1; local
2838 struct block *b0, *b1, *b2; local
3387 struct block *b0, *b1; in gen_llc() local
3458 struct block *b0, *b1; in gen_llc_i() local
3482 struct block *b0, *b1; in gen_llc_s() local
3501 struct block *b0, *b1; in gen_llc_u() local
[all …]
/external/clang/test/CodeGen/
Dppc64-inline-asm.c3 _Bool test_wc_i1(_Bool b1, _Bool b2) { in test_wc_i1()
11 int test_wc_i32(int b1, int b2) { in test_wc_i32()
19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { in test_wc_i8()
/external/clang/test/SemaCXX/
Dwarn-redundant-move.cpp20 A test1(B b1) { in test1()
33 C test2(A a1, B b1) { in test2()
49 A test3(B& b1) { in test3()
57 C test4(A& a1, B& b1) { in test4()
Dconvert-to-bool.cpp38 bool b1 = !ecb; in test_conv_to_bool() local
55 bool b1(ecb); // okay in test_explicit_bool() local
Dgoto.cpp5 void f(bool b1, bool b2) { in f()
24 void f(bool b1, bool b2) { in f()
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc98 int32_t b1 = ReadUByte(index); in ReadUShort() local
108 int32_t b1 = ReadByte(index); in ReadShort() local
120 int32_t b1 = ReadUByte(index); in ReadUInt24() local
133 int32_t b1 = ReadUByte(index); in ReadULong() local
159 int32_t b1 = ReadUByte(index); in ReadULongLE() local
175 int32_t b1 = ReadByte(index); in ReadLong() local
388 int32_t b1 = (off + 2 < high_bound) ? ReadUByte(off + 2) : 0; in ComputeCheckSum() local
/external/clang/test/CXX/special/class.inhctor/
Dp4.cpp26 B b1{X<1>{}}; // expected-error {{calling a protected constructor}} variable
36 B b1{X<1>{}}; member
73 B b1(0, 1); // expected-error {{call to constructor of 'DRnnnn::B' is ambiguous}} variable
/external/stressapptest/src/
Dadler32memcpy.cc78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { in Set()
99 uint64 b1 = 0; in CalculateAdlerChecksum() local
137 uint64 b1 = 0; in AdlerMemcpyC() local
178 uint64 b1 = 0; in AdlerMemcpyWarmC() local
/external/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/
Dmask_array.pass.cpp24 bool b1[N1] = {true, false, false, true, true, false, in main() local
57 bool b1[] = {true, false, true}; in main() local
/external/emma/core/java12/com/vladium/util/
DByteArrayOStream.java49 public final void write2 (final int b1, final int b2) in write2()
73 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/libvpx/libvpx/vpx_dsp/arm/
Dtranspose_neon.h110 const int16x4x2_t b1 = vtrn_s16(*a2, *a3); in transpose_s16_4x4d() local
212 const uint32x2x2_t b1 = in transpose_u8_4x8() local
261 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x4() local
304 const int16x4x2_t b1 = vtrn_s16(a2, a3); in transpose_s16_4x8() local
367 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x8() local
410 const uint8x8x2_t b1 = vtrn_u8(*a2, *a3); in transpose_u8_8x4() local
443 const uint16x8x2_t b1 = vtrnq_u16(*a2, *a3); in transpose_u16_8x4() local
486 const int32x4x2_t b1 = vtrnq_s32(*a1, *a3); in transpose_s32_8x4() local
537 const uint8x16x2_t b1 = in transpose_u8_8x8() local
595 const int16x8x2_t b1 = vtrnq_s16(*a2, *a3); in transpose_s16_8x8() local
[all …]
Didct32x32_1_add_neon.c22 const uint8x16_t b1 = vqaddq_u8(a1, res); in idct32x32_1_add_pos_kernel() local
33 const uint8x16_t b1 = vqsubq_u8(a1, res); in idct32x32_1_add_neg_kernel() local
Ddeblock_neon.c21 const uint8x8_t v0, const uint8x8_t b1, in average_k_out()
30 const uint8x8_t v0, const uint8x8_t b1, in generate_mask()
44 const uint8x8_t v0, const uint8x8_t b1, in generate_output()
54 const uint8x16_t v0, const uint8x16_t b1, in average_k_outq()
63 const uint8x16_t v0, const uint8x16_t b1, in generate_maskq()
77 const uint8x16_t v0, const uint8x16_t b1, in generate_outputq()
209 uint8x8_t b0, b1, b2, b3, b4, b5, b6, b7; in vpx_post_proc_down_and_across_mb_row_neon() local
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp113 bool GetBoolsVal(const CBoolPair &b1, const CBoolPair &b2) in GetBoolsVal()
120 void CExtractDialog::CheckButton_TwoBools(UINT id, const CBoolPair &b1, const CBoolPair &b2) in CheckButton_TwoBools()
125 void CExtractDialog::GetButton_Bools(UINT id, CBoolPair &b1, CBoolPair &b2) in GetButton_Bools()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs409 public void WriteRawTag(byte b1) in WriteRawTag()
419 public void WriteRawTag(byte b1, byte b2) in WriteRawTag()
431 public void WriteRawTag(byte b1, byte b2, byte b3) in WriteRawTag()
445 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4) in WriteRawTag()
461 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag()
/external/dng_sdk/source/
Ddng_exif.cpp742 uint32 b1 = (fExifVersion >> 16) & 0xff; in AtLeastVersion0230() local
1111 uint32 b1 = stream.Get_uint8 (); in Parse_ifd0() local
1842 uint32 b1 = stream.Get_uint8 (); in Parse_ifd0_exif() local
1958 uint32 b1 = stream.Get_uint8 (); in Parse_ifd0_exif() local
2566 uint32 b1 = stream.Get_uint8 (); in Parse_ifd0_exif() local
3581 uint32 b1 = stream.Get_uint8 (); in Parse_gps() local
4075 uint32 b1 = stream.Get_uint8 (); in Parse_interoperability() local
/external/icu/icu4c/source/test/intltest/
Didnaref.cpp136 uint32_t* b1 = b1Stack; in convertToPuny() local
205 char* b1 = b1Stack; in convertFromPuny() local
261 UChar *b1 = b1Stack, *b2 = b2Stack; in idnaref_toASCII() local
434 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; in idnaref_toUnicode() local
701 UChar *b1 = b1Stack; in idnaref_IDNToASCII() local
857 UChar *b1 = b1Stack; in idnaref_IDNToUnicode() local
1001 UChar *b1 = b1Stack, *b2 = b2Stack; in idnaref_compare() local
/external/sfntly/cpp/src/test/
Dfile_io_test.cc39 ByteVector b1; in TestFileInputStream() local
100 ByteVector b1; in TestFontInputStreamBasic() local
/external/guava/guava/src/com/google/common/io/
DLittleEndianDataInputStream.java81 int b1 = in.read(); in readUnsignedByte() local
223 int b1 = in.read(); in readAndCheckByte() local
/external/libvpx/libvpx/vp8/encoder/
Ddct.c17 int a1, b1, c1, d1; in vp8_short_fdct4x4_c() local
62 int a1, b1, c1, d1; in vp8_short_walsh4x4_c() local
/external/libchrome/base/debug/
Dleak_tracker_unittest.cc35 std::unique_ptr<ClassB> b1(new ClassB); in TEST() local
51 ClassB b1; in TEST() local
/external/okhttp/okio/okio/src/test/java/okio/
DTestUtil.java53 public static void assertEquivalent(ByteString b1, ByteString b2) { in assertEquivalent()
89 public static void assertEquivalent(Buffer b1, Buffer b2) { in assertEquivalent()
/external/libyuv/files/unit_test/
Dcolor_test.cc351 int r0, g0, b0, r1, g1, b1; in TEST_F() local
397 int r0, g0, b0, r1, g1, b1, r2, g2, b2; in TEST_F() local
489 int r0, g0, b0, r1, g1, b1; in TEST_F() local
520 int r0, g0, b0, r1, g1, b1; in TEST_F() local
537 int r0, g0, b0, r1, g1, b1, r2, g2, b2; in TEST_F() local
/external/clang/test/Modules/Inputs/merge-template-members/
Db1.h6 N::A<int> b1; variable
/external/clang/test/Modules/Inputs/normal-module-map/
Db1.h1 int b1; variable

12345678910>>...19