HomeSort by relevance Sort by last modified time
    Searched refs:first_byte (Results 1 - 11 of 11) 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);
  /toolchain/binutils/binutils-2.25/bfd/
libieee.h 67 unsigned char *first_byte; member in struct:__anon108041
ieee.c 655 ieee->h.input_p = ieee->h.first_byte + offset; \
656 ieee->h.last_byte = (ieee->h.first_byte \
662 (ieee->h.input_p - ieee->h.first_byte)
1321 ieee->h.first_byte = buffer;
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 343 uint32 first_byte, const uint8* buffer,
346 uint32 first_byte, const uint8* buffer, uint32* value) {
349 GOOGLE_DCHECK_EQ(*buffer, first_byte);
350 GOOGLE_DCHECK_EQ(first_byte & 0x80, 0x80) << first_byte;
353 uint32 result = first_byte - 0x80;
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 111 int first_byte = startpos / 8; local
113 if (first_byte == last_byte) {
115 dest_buf[first_byte] -= 1 << (7 - i);
120 dest_buf[first_byte] -= 1 << (7 - i);
124 if (last_byte > first_byte + 1)
125 FXSYS_memset(dest_buf + first_byte + 1, 0, last_byte - first_byte - 1);
  /system/update_engine/
test_http_server.cc 223 const char first_byte, const size_t line_len) {
228 << first_byte << "', offset range " << start_offset << " -> "
234 char byte = first_byte;
  /system/extras/ksmutils/
ksminfo.c 418 uint8_t first_byte = data[0]; local
421 if (first_byte != data[i]) return false;
  /art/runtime/
stack_map.h 276 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset); local
277 DexRegisterLocation::Kind kind = ExtractKindFromShortLocation(first_byte);
280 int32_t value = ExtractValueFromShortLocation(first_byte);
427 ShortLocation first_byte = region_.LoadUnaligned<ShortLocation>(offset); local
428 return ExtractKindFromShortLocation(first_byte);
1623 DexRegisterLocationCatalog::ShortLocation first_byte = local
    [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...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 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...]

Completed in 948 milliseconds