HomeSort by relevance Sort by last modified time
    Searched defs:first_byte (Results 1 - 8 of 8) sorted by null

  /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.27/bfd/
libieee.h 67 unsigned char *first_byte; member in struct:__anon4081
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 114 int first_byte = startpos / 8; local
116 if (first_byte == last_byte) {
118 dest_buf[first_byte] -= 1 << (7 - i);
123 dest_buf[first_byte] -= 1 << (7 - i);
127 if (last_byte > first_byte + 1)
128 memset(dest_buf + first_byte + 1, 0, last_byte - first_byte - 1);
  /art/runtime/
stack_map.h 278 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset); local
279 DexRegisterLocation::Kind kind = ExtractKindFromShortLocation(first_byte);
282 int32_t value = ExtractValueFromShortLocation(first_byte);
429 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset); local
430 return ExtractKindFromShortLocation(first_byte);
1632 DexRegisterLocationCatalog::ShortLocation first_byte = local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 301 signed char first_byte = 0; local
302 const long status = pReader->Read(pos, 1, (unsigned char*)&first_byte);
307 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...]

Completed in 1895 milliseconds