HomeSort by relevance Sort by last modified time
    Searched refs:BufferLookahead (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 159 word = (((uint32_t) BufferLookahead(0)) << 0)
160 | (((uint32_t) BufferLookahead(1)) << 8)
161 | (((uint32_t) BufferLookahead(2)) << 16)
162 | (((uint32_t) BufferLookahead(3)) << 24);
306 return (BufferLookahead(0) == 'B') &&
307 (BufferLookahead(1) == 'C') &&
308 (BufferLookahead(2) == 0xc0) &&
309 (BufferLookahead(3) == 0xde);
  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
bitcode_wrapperer.h 138 uint8_t BufferLookahead(int i) { return buffer_[cursor_ + i]; }

Completed in 70 milliseconds