HomeSort by relevance Sort by last modified time
    Searched full:read_ahead (Results 1 - 10 of 10) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_read.c 46 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart )
65 if (read_ahead*2 > tif->tif_rawdatasize) {
75 if (!TIFFReadBufferSetup(tif, 0, read_ahead*2))
179 tmsize_t read_ahead = 0; local
217 read_ahead = tif->tif_scanlinesize * 16 + 5000;
233 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) )
243 if( ((tif->tif_rawdata + tif->tif_rawdataloaded) - tif->tif_rawcp) < read_ahead
246 if( !TIFFFillStripPartial(tif,strip,read_ahead,0) )
263 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) )
    [all...]
ChangeLog 393 * libtiff/tif_read.c: change read_ahead to tmsize_t
    [all...]
  /external/pdfium/third_party/libtiff/
tif_read.c 46 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart )
65 if (read_ahead*2 > tif->tif_rawdatasize) {
75 if (!TIFFReadBufferSetup(tif, 0, read_ahead*2))
179 tmsize_t read_ahead = 0; local
217 read_ahead = tif->tif_scanlinesize * 16 + 5000;
233 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) )
243 if( ((tif->tif_rawdata + tif->tif_rawdataloaded) - tif->tif_rawcp) < read_ahead
246 if( !TIFFFillStripPartial(tif,strip,read_ahead,0) )
263 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) )
    [all...]
  /external/iputils/
tftp.h 81 extern void read_ahead(FILE *file, int convert);
tftpsubs.c 109 read_ahead(file, convert); /* fill it */
121 void read_ahead(FILE *file, int convert) function
tftpd.c 377 read_ahead(file, pf->f_convert);
  /external/libmicrohttpd/src/microspdy/
io_openssl.c 259 SSL_pending() takes into account only bytes from the TLS/SSL record that is currently being processed (if any). If the SSL object's read_ahead flag is set, additional protocol bytes may have been read containing more TLS/SSL records; these are ignored by SSL_pending().
  /external/curl/tests/server/
tftpd.c 271 static void read_ahead(struct testcase *test, int convert);
463 read_ahead(test, convert); /* fill it */
473 static void read_ahead(struct testcase *test, function
1237 read_ahead(test, pf->f_convert);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]

Completed in 2361 milliseconds