HomeSort by relevance Sort by last modified time
    Searched refs:b2 (Results 1 - 25 of 807) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/merge-template-members/
b2.h 6 N::A<int> b2; variable
  /external/valgrind/memcheck/tests/
clo_redzone_default.stderr.exp 1 b1 0x........ b2 0x........
clo_redzone.c 7 char *b2 = malloc (128); local
8 fprintf (stderr, "b1 %p b2 %p\n", b1, b2);
10 // Try to land in b2 from b1, causing no error
13 // We need to choose a value which lands in b2
  /external/clang/test/CodeGen/
arm64-be-bitfield.c 5 struct bt3 { signed b2:10; signed b3:10; } b16; member in struct:bt3
14 return bp11.b2;
ppc64-inline-asm.c 3 _Bool test_wc_i1(_Bool b1, _Bool b2) {
5 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "wc"(b2) : );
7 // CHECK-LABEL: define zeroext i1 @test_wc_i1(i1 zeroext %b1, i1 zeroext %b2)
8 // CHECK: call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i1 %b1, i1 %b2)
11 int test_wc_i32(int b1, int b2) {
13 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "wc"(b2) : );
15 // CHECK-LABEL: signext i32 @test_wc_i32(i32 signext %b1, i32 signext %b2)
16 // CHECK: call i32 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i32 %b1, i32 %b2)
19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) {
21 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "wc"(b2) : )
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
ice_eq.hpp 16 template <int b1, int b2>
19 BOOST_STATIC_CONSTANT(bool, value = (b1 == b2));
22 template <int b1, int b2>
25 BOOST_STATIC_CONSTANT(bool, value = (b1 != b2));
29 template <int b1, int b2> bool const ice_eq<b1,b2>::value;
30 template <int b1, int b2> bool const ice_ne<b1,b2>::value;
  /external/llvm/test/MC/X86/
expand-var.s 16 .weak b2
17 b2 = a2 define
18 c2 = b2 - a2
  /external/cblas/src/
cblas_drotmg.c 12 const double b2, double *p)
14 F77_drotmg(d1,d2,b1,&b2,p);
cblas_srotmg.c 12 const float b2, float *p)
14 F77_srotmg(d1,d2,b1,&b2,p);
  /external/clang/test/Sema/
assign.c 15 const int b2[10]; local
17 b2[4] = 1; // expected-error {{read-only variable is not assignable}}
for.c 5 void b2 (void) { for (void f (void);;); } // expected-error {{declaration of non-local variable}} function
  /external/valgrind/none/tests/
coolo_strlen.c 6 char *b2 = strdup(strcat(buffer, "THis is a very long strings")); local
7 int len = strlen(b2);
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/d/
T_b2_1.java 17 package dot.junit.verify.b2.d;
  /external/clang/test/CodeGenCXX/
2009-04-23-bool2.cpp 6 bool b2 : 7; member in struct:F
move-assignment.cpp 17 B b1, b2; local
18 b1 = static_cast<B&&>(b2);
const-global-linkage.cpp 17 const char* b2() { return z2; } function
  /external/clang/test/CXX/class.access/class.protected/
p1-cxx11.cpp 18 B b2 = b1; local
19 b1 = b2;
  /external/openssh/openbsd-compat/
timingsafe_bcmp.c 24 timingsafe_bcmp(const void *b1, const void *b2, size_t n)
26 const unsigned char *p1 = b1, *p2 = b2;
  /external/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/
bad_alloc.pass.cpp 23 std::bad_alloc b2 = b; local
24 b2 = b;
25 const char* w = b2.what();
  /external/libcxx/test/std/language.support/support.dynamic/alloc.errors/new.badlength/
bad_array_length.pass.cpp 24 std::bad_array_length b2 = b; local
25 b2 = b;
26 const char* w = b2.what();
bad_array_new_length.pass.cpp 23 std::bad_array_new_length b2 = b; local
24 b2 = b;
25 const char* w = b2.what();
  /external/libcxx/test/std/language.support/support.exception/bad.exception/
bad_exception.pass.cpp 23 std::bad_exception b2 = b; local
24 b2 = b;
25 const char* w = b2.what();
  /external/libcxx/test/std/language.support/support.exception/exception/
exception.pass.cpp 21 std::exception b2 = b; local
22 b2 = b;
23 const char* w = b2.what();
  /external/libcxx/test/std/language.support/support.rtti/bad.cast/
bad_cast.pass.cpp 23 std::bad_cast b2 = b; local
24 b2 = b;
25 const char* w = b2.what();
  /external/libcxx/test/std/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 23 std::bad_typeid b2 = b; local
24 b2 = b;
25 const char* w = b2.what();

Completed in 617 milliseconds

1 2 3 4 5 6 7 8 91011>>