Home
last modified time | relevance | path

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

12345678910>>...13

/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/v8/test/mjsunit/
Dswitch-opt.js43 function f(label, b1, b2, b3) { argument
65 function assertResult(r, label, b1, b2, b3) { argument
140 function f(label, b1, b2, b3) { argument
162 function assertResult(r, label, b1, b2, b3) { argument
/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/ceres-solver/internal/ceres/
Ddense_sparse_matrix_test.cc101 Vector b2 = Vector::Zero(num_rows); in TEST_F() local
115 Vector b2 = Vector::Zero(num_cols); in TEST_F() local
130 Vector b2 = Vector::Zero(num_cols); in TEST_F() local
140 Vector b2 = Vector::Zero(num_cols); in TEST_F() local
/external/valgrind/VEX/priv/
Dhost_s390_defs.c1358 emit_RS(UChar *p, UInt op, UChar r1, UChar r3, UChar b2, UShort d2) in emit_RS()
1372 emit_RSY(UChar *p, ULong op, UChar r1, UChar r3, UChar b2, UShort dl2, UChar dh2) in emit_RSY()
1387 emit_RX(UChar *p, UInt op, UChar r1, UChar x2, UChar b2, UShort d2) in emit_RX()
1401 emit_RXF(UChar *p, ULong op, UChar r3, UChar x2, UChar b2, UShort d2, UChar r1) in emit_RXF()
1416 emit_RXY(UChar *p, ULong op, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in emit_RXY()
1431 emit_S(UChar *p, UInt op, UChar b2, UShort d2) in emit_S()
1483 emit_SSa(UChar *p, ULong op, UChar l, UChar b1, UShort d1, UChar b2, UShort d2) in emit_SSa()
1522 s390_emit_A(UChar *p, UChar r1, UChar x2, UChar b2, UShort d2) in s390_emit_A()
1532 s390_emit_AY(UChar *p, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in s390_emit_AY()
1542 s390_emit_AG(UChar *p, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in s390_emit_AG()
[all …]
/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/sfntly/cpp/src/test/
Dfile_io_test.cc49 ByteVector b2; in TestFileInputStream() local
111 ByteVector b2; in TestFontInputStreamBasic() local
/external/clang/test/SemaCXX/
Dconvert-to-bool.cpp34 bool b2 = ctb && ecb; in test_conv_to_bool() local
47 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
Dgoto.cpp5 void f(bool b1, bool b2) { in f()
24 void f(bool b1, bool b2) { in f()
/external/clang/test/Modules/Inputs/merge-template-members/
Db2.h6 N::A<int> b2; variable
/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/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_length.pass.cpp24 std::bad_array_length b2 = b; in main() local
Dbad_array_new_length.pass.cpp23 std::bad_array_new_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/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/
Dbad_alloc.pass.cpp23 std::bad_alloc b2 = b; in main() local
/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.typeid/
Dbad_typeid.pass.cpp23 std::bad_typeid b2 = b; in main() local
/external/valgrind/memcheck/tests/
Dclo_redzone.c7 char *b2 = malloc (128); in main() local
/external/cblas/src/
Dcblas_drotmg.c12 const double b2, double *p) in cblas_drotmg()
Dcblas_srotmg.c12 const float b2, float *p) in cblas_srotmg()
/external/openssh/openbsd-compat/
Dtimingsafe_bcmp.c24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) in timingsafe_bcmp()
/external/clang/test/CodeGenCXX/
D2009-04-23-bool2.cpp6 bool b2 : 7; member

12345678910>>...13