HomeSort by relevance Sort by last modified time
    Searched refs:first_byte (Results 1 - 15 of 15) 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/bt/hci/test/
hci_hal_h4_test.cpp 178 static void expect_socket_data(int fd, char first_byte, char *data) {
191 EXPECT_EQ(i == 0 ? first_byte : data[i - 1], byte);
195 static void write_packet(int fd, char first_byte, const void *data,
197 write(fd, &first_byte, 1);
201 static void write_packet_reentry(int fd, char first_byte, const void *data,
203 write(fd, &first_byte, 1);
  /toolchain/binutils/binutils-2.25/bfd/
libieee.h 67 unsigned char *first_byte; member in struct:__anon74971
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/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);
  /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...]
  /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;
  /external/v8/src/parsing/
scanner-character-streams.cc 252 static bool IsUtf8MultiCharacterStart(byte first_byte) {
253 return (first_byte & kUtf8MultiByteMask) == kUtf8MultiByteCharStart;
  /system/extras/ksmutils/
ksminfo.c 418 uint8_t first_byte = data[0]; local
421 if (first_byte != data[i]) return false;
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpheaders.py     [all...]
fileapp.py 159 CONTENT_RANGE.update(headers, first_byte=lower, last_byte=upper,
  /external/pcre/dist/
pcregexp.pas 406 var first_byte : integer ) : integer; external;
  /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...]

Completed in 1176 milliseconds