Searched refs:BufferLookahead (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp158 word = (((uint32_t) BufferLookahead(0)) << 0)
159 | (((uint32_t) BufferLookahead(1)) << 8)
160 | (((uint32_t) BufferLookahead(2)) << 16)
161 | (((uint32_t) BufferLookahead(3)) << 24);
305 return (BufferLookahead(0) == 'B') &&
306 (BufferLookahead(1) == 'C') &&
307 (BufferLookahead(2) == 0xc0) &&
308 (BufferLookahead(3) == 0xde);
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h138 uint8_t BufferLookahead(int i) { return buffer_[cursor_ + i]; } function in class:BitcodeWrapperer

Completed in 87 milliseconds