Home
last modified time | relevance | path

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

1234567

/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
2799 struct block *b0; in gen_prevlinkhdr_check() 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
[all …]
/external/libcxx/test/std/atomics/atomics.types.generic/
Dbool.pass.cpp69 bool b0 = obj.is_lock_free(); in main() local
124 bool b0 = obj.is_lock_free(); in main() local
179 bool b0 = obj.is_lock_free(); in main() local
Dintegral.pass.cpp105 bool b0 = obj.is_lock_free(); in do_test() local
Daddress.pass.cpp84 bool b0 = obj.is_lock_free(); in do_test() local
/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/dng_sdk/source/
Ddng_exif.cpp741 uint32 b0 = (fExifVersion >> 24) & 0xff; in AtLeastVersion0230() local
1110 uint32 b0 = stream.Get_uint8 (); in Parse_ifd0() local
1841 uint32 b0 = stream.Get_uint8 (); in Parse_ifd0_exif() local
1957 uint32 b0 = stream.Get_uint8 (); in Parse_ifd0_exif() local
2565 uint32 b0 = stream.Get_uint8 (); in Parse_ifd0_exif() local
3580 uint32 b0 = stream.Get_uint8 (); in Parse_gps() local
4074 uint32 b0 = stream.Get_uint8 (); in Parse_interoperability() local
/external/clang/test/Sema/
Dtentative-decls.c64 static int b0; variable
67 static int b0 = 5; variable
/external/v8/test/cctest/compiler/
Dtest-instruction.cc138 BasicBlock* b0 = R.schedule.start(); in TEST() local
196 BasicBlock* b0 = R.schedule.start(); in TEST() local
214 BasicBlock* b0 = R.schedule.start(); in TEST() local
241 BasicBlock* b0 = R.schedule.start(); in TEST() local
/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()
334 Byte b0; in CodeReal() local
DByteSwap.cpp54 Byte b0 = data[i]; in STDMETHODIMP_() 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/clang/test/CodeGen/
Darm-bitfield-alignment.c5 int b0 : 8; member
/external/opencv3/modules/features2d/src/
Dfast_score.cpp183 int b0 = -a0; in cornerScore() local
269 int b0 = -a0; in cornerScore() local
337 int b0 = -a0; in cornerScore() local
/external/libyuv/files/unit_test/
Dcolor_test.cc355 int r0, g0, b0, r1, g1, b1; in TEST_F() local
401 int r0, g0, b0, r1, g1, b1, r2, g2, b2; in TEST_F() local
484 int r0, g0, b0, r1, g1, b1; in TEST_F() local
505 int r0, g0, b0, r1, g1, b1; in TEST_F() local
522 int r0, g0, b0, r1, g1, b1, r2, g2, b2; in TEST_F() local
/external/eigen/test/
Dgeo_alignedbox.cpp40 BoxType b0(dim); in alignedbox() local
89 BoxType b0(dim); in alignedboxCastTests() local
/external/lzma/C/
DBcj2.c14 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80) argument
15 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1)) argument
/external/v8/src/wasm/
Ddecoder.h60 byte b0 = pc_[0]; variable
82 byte b0 = pc_[0]; variable
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Dg_fmt.cc35 char *b0, *s0, *se; in g_fmt() local
/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/v8/test/mjsunit/
Ddebug-stepframe.js76 var b0 = f3.bind(o); variable
/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

1234567