Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 25 of 170) 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
/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/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/Sema/
Dtentative-decls.c64 static int b0; variable
67 static int b0 = 5; variable
/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/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/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/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/clang/test/CodeGen/
Darm-bitfield-alignment.c5 int b0 : 8; member
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Dg_fmt.cc35 char *b0, *s0, *se; in g_fmt() 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/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc183 uint8 b0 = src_argb[0] >> 3; in ARGBToRGB565Row_C() local
195 uint8 b0 = src_argb[0] >> 3; in ARGBToRGB565Row_C() local
216 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3; in ARGBToRGB565DitherRow_C() local
229 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3; in ARGBToRGB565DitherRow_C() local
239 uint8 b0 = src_argb[0] >> 3; in ARGBToARGB1555Row_C() local
254 uint8 b0 = src_argb[0] >> 3; in ARGBToARGB1555Row_C() local
266 uint8 b0 = src_argb[0] >> 4; in ARGBToARGB4444Row_C() local
281 uint8 b0 = src_argb[0] >> 4; in ARGBToARGB4444Row_C() local
494 uint8 b0 = src_rgb565[0] & 0x1f; in RGB565ToUVRow_C() local
519 uint8 b0 = src_rgb565[0] & 0x1f; in RGB565ToUVRow_C() local
[all …]
/external/eigen/test/eigen2/
Deigen2_alignedbox.cpp30 BoxType b0(dim); in alignedbox() local
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py40 def read_byte(self, b0, data, index): argument
43 def read_smallInt1(self, b0, data, index): argument
47 def read_smallInt2(self, b0, data, index): argument
51 def read_shortInt(self, b0, data, index): argument
55 def read_longInt(self, b0, data, index): argument
59 def read_fixed1616(self, b0, data, index): argument
63 def read_realNumber(self, b0, data, index): argument
348 def do_operator(self, b0, data, index): argument
1132 def do_operator(self, b0, data, index): argument
/external/valgrind/memcheck/tests/vbit-test/
Dvbits.c345 uint64_t b0 = new.bits.u128[0]; in left_vbits() local
359 uint64_t b0 = new.bits.u128[1]; in left_vbits() local

1234567