/external/libpcap/ |
D | gencode.c | 588 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/ |
D | bool.pass.cpp | 69 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
|
D | integral.pass.cpp | 105 bool b0 = obj.is_lock_free(); in do_test() local
|
D | address.pass.cpp | 84 bool b0 = obj.is_lock_free(); in do_test() local
|
/external/clang/test/CXX/special/class.inhctor/ |
D | p4.cpp | 22 B b0{X<0>{}}; variable 32 B b0{X<0>{}}; member 69 constexpr B b0(0, 0.0f); // ok, constexpr variable
|
D | p1.cpp | 20 B b0{}; variable
|
D | p8.cpp | 15 constexpr B b0{0}; variable
|
/external/clang/test/SemaCXX/ |
D | warn-string-conversion.cpp | 7 …bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const ch… in test0() local
|
/external/dng_sdk/source/ |
D | dng_exif.cpp | 741 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/ |
D | tentative-decls.c | 64 static int b0; variable 67 static int b0 = 5; variable
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 138 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/ |
D | Bcj2Coder.cpp | 12 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
|
D | ByteSwap.cpp | 54 Byte b0 = data[i]; in STDMETHODIMP_() local
|
/external/valgrind/drd/ |
D | drd_bitmap.c | 154 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/ |
D | arm-bitfield-alignment.c | 5 int b0 : 8; member
|
/external/opencv3/modules/features2d/src/ |
D | fast_score.cpp | 183 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/ |
D | color_test.cc | 355 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/ |
D | geo_alignedbox.cpp | 40 BoxType b0(dim); in alignedbox() local 89 BoxType b0(dim); in alignedboxCastTests() local
|
/external/lzma/C/ |
D | Bcj2.c | 14 #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/ |
D | decoder.h | 60 byte b0 = pc_[0]; variable 82 byte b0 = pc_[0]; variable
|
/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
D | g_fmt.cc | 35 char *b0, *s0, *se; in g_fmt() local
|
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/ |
D | WebSocketWriter.java | 129 int b0 = B0_FLAG_FIN | opcode; in writeControlFrame() local 202 int b0 = opcode; in writeFrame() local
|
/external/eigen/test/eigen2/ |
D | eigen2_alignedbox.cpp | 30 BoxType b0(dim); in alignedbox() local
|
/external/v8/test/mjsunit/ |
D | debug-stepframe.js | 76 var b0 = f3.bind(o); variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p3.cpp | 29 B<int, 5> b0 = g0(array0); in test_g0() local 38 B<float, 0> b0 = g1(af); in test_g1() local
|