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

  /external/jpeg/
wrgif.c 65 char packetbuf[256]; /* workspace for accumulating packet */ member in struct:__anon26549
85 dinfo->packetbuf[0] = (char) dinfo->bytesinpkt++;
86 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt)
96 { (dinfo)->packetbuf[++(dinfo)->bytesinpkt] = (char) (c); \
  /external/qemu/distrib/jpeg-6b/
wrgif.c 65 char packetbuf[256]; /* workspace for accumulating packet */ member in struct:__anon33056
85 dinfo->packetbuf[0] = (char) dinfo->bytesinpkt++;
86 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt)
96 { (dinfo)->packetbuf[++(dinfo)->bytesinpkt] = (char) (c); \

Completed in 3789 milliseconds