/external/webrtc/webrtc/base/ |
basictypes_unittest.cc | 19 uint8_t first_byte = *reinterpret_cast<uint8_t*>(&v16); local 21 EXPECT_EQ(0x34u, first_byte); 23 EXPECT_EQ(0x12u, first_byte);
|
/external/libyuv/files/unit_test/ |
basictypes_test.cc | 18 uint8 first_byte = *reinterpret_cast<uint8*>(&v16); local 20 EXPECT_EQ(0x34u, first_byte); 22 EXPECT_EQ(0x12u, first_byte);
|
/system/extras/ksmutils/ |
ksminfo.c | 418 uint8_t first_byte = data[0]; local 421 if (first_byte != data[i]) return false;
|
/toolchain/binutils/binutils-2.25/bfd/ |
libieee.h | 67 unsigned char *first_byte; member in struct:__anon75378
|
/external/v8/test/unittests/compiler/ |
interpreter-assembler-unittest.cc | 120 Matcher<Node*> first_byte = IsLoad( local 132 first_byte); 134 return IsWordOr(IsWordShl(first_byte, IsInt32Constant(kBitsPerByte)),
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_fax.cpp | 112 int first_byte = startpos / 8; local 114 if (first_byte == last_byte) { 116 dest_buf[first_byte] -= 1 << (7 - i); 122 dest_buf[first_byte] -= 1 << (7 - i); 127 if (last_byte > first_byte + 1) { 128 FXSYS_memset(dest_buf + first_byte + 1, 0, last_byte - first_byte - 1);
|
/external/v8/src/compiler/ |
interpreter-assembler.cc | 199 Node* first_byte = raw_assembler_->Load( local 207 first_byte); 209 return raw_assembler_->WordOr(WordShl(first_byte, kBitsPerByte),
|
/art/runtime/ |
stack_map.h | 271 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset); local 272 DexRegisterLocation::Kind kind = ExtractKindFromShortLocation(first_byte); 275 int32_t value = ExtractValueFromShortLocation(first_byte); 421 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset); local 422 return ExtractKindFromShortLocation(first_byte); 1297 DexRegisterLocationCatalog::ShortLocation first_byte = local [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvparser.cpp | 296 signed char first_byte = 0; local 297 const long status = pReader->Read(pos, 1, (unsigned char*)&first_byte); 302 unsigned long long result = first_byte; [all...] |
/external/libvpx/libwebm/mkvparser/ |
mkvparser.cc | 295 signed char first_byte = 0; local 296 const long status = pReader->Read(pos, 1, (unsigned char*)&first_byte); 301 unsigned long long result = first_byte; [all...] |