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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
inet_ntoa.cc 11 static uint8_t GetByte(const void* addr, int byte) {
21 GetByte(&in, 0), GetByte(&in, 1),
22 GetByte(&in, 2), GetByte(&in, 3));
  /external/chromium_org/media/webm/
webm_webvtt_parser.cc 30 bool WebMWebVTTParser::GetByte(uint8* byte) {
64 if (!GetByte(&byte) || byte == kLF)
68 if (GetByte(&byte) && byte != kLF)
  /external/opencv/
WLNonFileByteStream.cpp 141 uchar* WLNonFileByteStream::GetByte()
  /external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs 102 public byte GetByte(uint distance)
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 78 public byte GetByte(int distance)
  /art/runtime/mirror/
art_field-inl.h 106 inline int8_t ArtField::GetByte(const Object* object) const {
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp 96 colTab_[base + 2] = GetByte();
97 colTab_[base + 1] = GetByte();
98 colTab_[base] = GetByte();
100 GetByte();
186 uint8 cmd = GetByte();
188 uint8 pixels = GetByte();
203 cmd = GetByte();
214 uint8 dx = GetByte();
215 uint8 dy = GetByte();
231 val = GetByte();
    [all...]
  /external/skia/src/images/
bmpdecoderhelper.cpp 96 colTab_[base + 2] = GetByte();
97 colTab_[base + 1] = GetByte();
98 colTab_[base] = GetByte();
100 GetByte();
186 uint8 cmd = GetByte();
188 uint8 pixels = GetByte();
203 cmd = GetByte();
214 uint8 dx = GetByte();
215 uint8 dy = GetByte();
231 val = GetByte();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 395 uint8 StunByteStringAttribute::GetByte(int index) const {
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 233 int RLByteStream::GetByte()
296 val = GetByte();
297 val|= GetByte() << 8;
316 val = GetByte();
317 val |= GetByte() << 8;
318 val |= GetByte() << 16;
319 val |= GetByte() << 24;
337 val = GetByte() << 8;
338 val|= GetByte();
357 val = GetByte() << 24
    [all...]

Completed in 162 milliseconds