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

  /external/chromium_org/third_party/libjpeg_turbo/
wrgif.c 65 char packetbuf[256]; /* workspace for accumulating packet */ member in struct:__anon17404
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/jpeg/
wrgif.c 65 char packetbuf[256]; /* workspace for accumulating packet */ member in struct:__anon6445
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:__anon13029
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 56 milliseconds