Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/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/
Dcxx0x-noexcept-expression.cpp8 bool b2 = noexcept(f(0)); in g() local
17 bool b2 = noexcept(this->g(0)); in h() local
Dwarn-redundant-move.cpp21 B b2; in test1() local
35 B b2; in test2() local
50 B& b2 = b1; in test3() local
59 B& b2 = b1; in test4() local
Dconvert-to-bool.cpp40 bool b2 = ctb && ecb; in test_conv_to_bool() local
56 bool b2 = ecb; // expected-error{{no viable conversion from 'ExplicitConvToBool' to 'bool'}} in test_explicit_bool() local
Dwarn-memsize-comparison.cpp18 char b1[80], b2[80]; in f() local
/external/valgrind/none/tests/s390x/
Dopcodes.h29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument
68 #define RSY_RURD(op1,r1,r3,b2,dl2,dh2,op2) \ argument
76 #define RSY_RRRD(op1,r1,r3,b2,dl2,dh2,op2) \ argument
79 #define RSY_AARD(op1,r1,r3,b2,dl2,dh2,op2) \ argument
84 #define RXY_FRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument
88 #define RSY_RDRM(op1,r1,r3,b2,dl2,dh2,op2) \ argument
92 #define RXY_URRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument
102 #define S_RD(op,b2,d2) ".long 0x" #op #b2 #d2 "\n\t" argument
113 #define AHY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,7a) argument
127 #define ALY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,5e) argument
[all …]
/external/clang/test/Modules/Inputs/merge-template-members/
Db2.h6 N::A<int> b2; variable
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc101 int32_t b2 = ReadUByte(index + 1); in ReadUShort() local
111 int32_t b2 = ReadUByte(index + 1); in ReadShort() local
123 int32_t b2 = ReadUByte(index + 1); in ReadUInt24() local
136 int32_t b2 = ReadUByte(index + 1); in ReadULong() local
162 int32_t b2 = ReadUByte(index + 1); in ReadULongLE() local
178 int32_t b2 = ReadUByte(index + 1); in ReadLong() local
387 int32_t b2 = (off + 1 < high_bound) ? ReadUByte(off + 1) : 0; in ComputeCheckSum() local
/external/stressapptest/src/
Dadler32memcpy.cc78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { in Set()
100 uint64 b2 = 0; in CalculateAdlerChecksum() local
138 uint64 b2 = 0; in AdlerMemcpyC() local
179 uint64 b2 = 0; in AdlerMemcpyWarmC() local
/external/sfntly/cpp/src/test/
Dfile_io_test.cc49 ByteVector b2; in TestFileInputStream() local
111 ByteVector b2; in TestFontInputStreamBasic() 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/libcxx/test/std/language.support/support.exception/bad.exception/
Dbad_exception.pass.cpp23 std::bad_exception b2 = b; in main() local
/external/libcxx/test/std/language.support/support.rtti/bad.cast/
Dbad_cast.pass.cpp23 std::bad_cast b2 = b; in main() local
/external/libcxx/test/std/language.support/support.dynamic/alloc.errors/new.badlength/
Dbad_array_new_length.pass.cpp23 std::bad_array_new_length b2 = b; in main() local
/external/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/
Dbad_alloc.pass.cpp23 std::bad_alloc b2 = b; in main() local
/external/valgrind/memcheck/tests/
Dclo_redzone.c8 char *b2 = malloc (128); in main() local
/external/libcxx/test/std/language.support/support.rtti/bad.typeid/
Dbad_typeid.pass.cpp23 std::bad_typeid b2 = b; in main() local
/external/libcxx/test/libcxx/language.support/support.dynamic/alloc.errors/new.badlength/
Dbad_array_length.pass.cpp24 std::bad_array_length b2 = b; in main() local
/external/libcxx/test/std/language.support/support.exception/exception/
Dexception.pass.cpp21 std::exception b2 = b; in main() local
/external/valgrind/none/tests/
Dcoolo_strlen.c6 char *b2 = strdup(strcat(buffer, "THis is a very long strings")); in main() local
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_9byte1.c19 struct cls_struct_9byte b2) in cls_struct_9byte_fn()
35 struct cls_struct_9byte b1, b2; in cls_struct_9byte_gn() local
Dcls_9byte2.c19 struct cls_struct_9byte b2) in cls_struct_9byte_fn()
35 struct cls_struct_9byte b1, b2; in cls_struct_9byte_gn() local
Dcls_12byte.c17 struct cls_struct_12byte b2) in cls_struct_12byte_fn()
34 struct cls_struct_12byte b1, b2; in cls_struct_12byte_gn() local
/external/testng/src/test/java/test/preserveorder/
DB.java15 public void b2() { in b2() method in B
/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()

12345678910>>...16