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

  /external/pdfium/third_party/libtiff/
tif_next.c 49 NeXTDecode(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
63 for (op = (unsigned char*) buf, cc = occ; cc-- > 0;)
69 if (occ % scanline)
74 for (row = buf; cc > 0 && occ > 0; occ -= scanline, row += scanline) {
tif_packbits.c 213 PackBitsDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
224 while (cc > 0 && occ > 0) {
236 if( occ < (tmsize_t)n )
240 (unsigned long) ((tmsize_t)n - occ));
241 n = (long)occ;
243 occ -= n;
248 if (occ < (tmsize_t)(n + 1))
252 (unsigned long) ((tmsize_t)n - occ + 1));
253 n = (long)occ - 1;
262 op += n; occ -= n
    [all...]
tif_lzw.c 365 long occ = (long) occ0; local
381 if ((tmsize_t) occ != occ0)
391 if (residue > occ) {
398 sp->dec_restart += occ;
401 } while (--residue > occ && codep);
403 tp = op + occ;
407 } while (--occ && codep);
414 op += residue, occ -= residue;
435 while (occ > 0) {
457 *op++ = (char)code, occ--
593 long occ = (long) occ0; local
    [all...]
tif_thunder.c 168 ThunderDecodeRow(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
174 if (occ % tif->tif_scanlinesize)
179 while (occ > 0) {
182 occ -= tif->tif_scanlinesize;
tif_luv.c 184 LogL16Decode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
200 npixels = occ / sp->pixel_size;
260 LogLuvDecode24(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
273 npixels = occ / sp->pixel_size;
317 LogLuvDecode32(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
334 npixels = occ / sp->pixel_size;
443 tmsize_t occ; local
464 occ = tif->tif_rawdatasize - tif->tif_rawcc;
467 if (occ < 4) {
469 tif->tif_rawcc = tif->tif_rawdatasize - occ;
536 tmsize_t occ; local
593 tmsize_t occ; local
    [all...]
tif_fax3.c 227 Fax3Decode1D(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
231 if (occ % sp->b.rowbytes)
238 while (occ > 0) {
251 occ -= sp->b.rowbytes;
270 Fax3Decode2D(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
275 if (occ % sp->b.rowbytes)
281 while (occ > 0) {
308 occ -= sp->b.rowbytes;
    [all...]
tif_zip.c 87 static int ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s);
149 ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
166 sp->stream.avail_out = (uInt) occ;
167 if ((tmsize_t)sp->stream.avail_out != occ)
tif_pixarlog.c 598 static int PixarLogDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s);
741 PixarLogDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
753 nsamples = occ / sizeof(float); /* XXX float == 32 bits */
758 nsamples = occ / sizeof(uint16); /* XXX uint16 == 16 bits */
762 nsamples = occ;
    [all...]
  /device/google/contexthub/firmware/app/chre/common/
chre_app.c 80 struct chreSensorOccurrenceData occ; local
82 initDataHeader(&occ.header, src->referenceTime, sensorHandle);
83 occ.readings[0].timestampDelta = 0;
87 occ.header.baseTimestamp += src->samples[i].deltaTime;
89 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &occ);
136 struct chreSensorOccurrenceData occ; local
138 initDataHeader(&occ.header, eOsSensorGetTime(), sensorHandle);
139 occ.readings[0].timestampDelta = 0;
141 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &occ);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h 1489 SVGADXOcclusionQueryResult occ; member in union:SVGADXQueryResultUnion
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 233 milliseconds