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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpTokens.cpp 99 void TPpContext::lAddByte(TokenStream *fTok, unsigned char fVal)
130 lAddByte(pTok, (unsigned char)((token & 0x7f) + 0x80));
132 lAddByte(pTok, (unsigned char)(token & 0x7f));
139 lAddByte(pTok, (unsigned char) *s++);
140 lAddByte(pTok, 0);
150 lAddByte(pTok, (unsigned char) *str);
153 lAddByte(pTok, 0);
PpContext.h 326 void lAddByte(TokenStream *fTok, unsigned char fVal);

Completed in 57 milliseconds