Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 25 of 116) sorted by relevance

12345

/external/libcxx/test/std/atomics/atomics.types.generic/
Dbool.pass.cpp70 bool b0 = obj.is_lock_free(); in main() local
126 bool b0 = obj.is_lock_free(); in main() local
182 bool b0 = obj.is_lock_free(); in main() local
Dintegral.pass.cpp105 bool b0 = obj.is_lock_free(); in do_test() local
Daddress.pass.cpp89 bool b0 = obj.is_lock_free(); in do_test() local
/external/libpcap/
Dgencode.c556 merge(b0, b1) in merge() argument
611 gen_and(b0, b1) in gen_and() argument
623 gen_or(b0, b1) in gen_or() argument
1741 struct block *b0, *b1; local
1949 struct block *b0, *b1; local
2903 struct block *b0, *b1, *b2; local
3556 struct block *b0, *b1; local
3599 struct block *b0, *b1; local
3650 register struct block *b0, *b1; local
3708 struct block *b0, *b1; local
[all …]
/external/clang/test/CXX/special/class.inhctor/
Dp4.cpp22 B b0{X<0>{}}; variable
32 B b0{X<0>{}}; member
69 constexpr B b0(0, 0.0f); // ok, constexpr variable
Dp1.cpp20 B b0{}; variable
Dp8.cpp15 constexpr B b0{0}; variable
/external/clang/test/SemaCXX/
Dwarn-string-conversion.cpp7 …bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const ch… in test0() local
/external/clang/test/Sema/
Dtentative-decls.c64 static int b0; variable
67 static int b0 = 5; variable
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp12 inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0xF0) == 0x80); } in IsJcc()
13 inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1)); } in IsJ()
14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)… in GetIndex()
354 Byte b0; in CodeReal() local
DByteSwap.cpp54 Byte b0 = data[i]; in STDMETHODIMP_() local
/external/v8/test/cctest/compiler/
Dtest-instruction.cc133 BasicBlock* b0 = R.schedule.start(); in TEST() local
191 BasicBlock* b0 = R.schedule.start(); in TEST() local
216 BasicBlock* b0 = R.schedule.start(); in TEST() local
259 BasicBlock* b0 = R.schedule.start(); in TEST() local
/external/valgrind/drd/
Ddrd_bitmap.c154 UWord b0; in DRD_() local
251 UWord b0; in DRD_() local
353 UWord b0; in DRD_() local
387 UWord b0; in DRD_() local
440 UWord b0; in DRD_() local
495 UWord b0; in DRD_() local
828 UWord b0; in DRD_() local
/external/eigen/test/
Dgeo_alignedbox.cpp40 BoxType b0(dim); in alignedbox() local
89 BoxType b0(dim); in alignedboxCastTests() local
/external/lzma/C/
DBcj2.c12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) argument
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1)) argument
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
DWebSocketWriter.java129 int b0 = B0_FLAG_FIN | opcode; in writeControlFrame() local
202 int b0 = opcode; in writeFrame() local
/external/eigen/test/eigen2/
Deigen2_alignedbox.cpp30 BoxType b0(dim); in alignedbox() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp3.cpp29 B<int, 5> b0 = g0(array0); in test_g0() local
38 B<float, 0> b0 = g1(af); in test_g1() local
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp60 unsigned b0 = getBundle(i, 0); in runOnMachineFunction() local
/external/webp/src/dsp/
Dalpha_processing_sse2.c43 const __m128i b0 = _mm_and_si128(a0, a_mask); in ExtractAlpha() local
/external/valgrind/memcheck/tests/vbit-test/
Dvbits.c313 uint64_t b0 = new.bits.u128[0]; in left_vbits() local
327 uint64_t b0 = new.bits.u128[1]; in left_vbits() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DHighamHall54StepInterpolator.java78 …final double b0 = h * (-1.0/12.0 + theta * (1.0 + theta * (-15.0/4.0 + theta * (16.0/3.0 + theta *… in computeInterpolatedStateAndDerivatives() local
/external/libunwind/src/x86_64/
DGos-freebsd.c41 unw_word_t w0, w1, w2, b0, ip; in unw_is_signal_frame() local
/external/google-breakpad/src/testing/gtest/test/
Dgtest-linked_ptr_test.cc103 linked_ptr<B> b0(new B); in TEST_F() local
/external/gtest/test/
Dgtest-linked_ptr_test.cc103 linked_ptr<B> b0(new B); in TEST_F() local

12345