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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
OutputBuffer.h 52 void outbyte(unsigned char X) { function in class:llvm::OutputBuffer
117 outbyte(S[i]);
120 outbyte(0);
  /external/toybox/toys/other/
bzcat.c 516 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 231 milliseconds