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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DOutputBuffer.h52 void outbyte(unsigned char X) { function in class:llvm::OutputBuffer
117 outbyte(S[i]);
120 outbyte(0);
/external/toybox/toys/other/
H A Dbzcat.c516 int count, pos, current, run, copies, outbyte, previous, gotcount = 0; local
555 outbyte = previous;
559 outbyte = current;
565 bd->outbuf[bd->outbufPos++] = outbyte;
567 ^ bd->crc32Table[(bw->dataCRC >> 24) ^ outbyte];

Completed in 95 milliseconds