Home
last modified time | relevance | path

Searched refs:read_ahead (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_read.c166 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart ) in TIFFFillStripPartial() argument
189 if( read_ahead < TIFF_TMSIZE_T_MAX / 2 ) in TIFFFillStripPartial()
190 read_ahead_mod = read_ahead * 2; in TIFFFillStripPartial()
192 read_ahead_mod = read_ahead; in TIFFFillStripPartial()
300 tmsize_t read_ahead = 0; in TIFFSeek() local
344 read_ahead = tif->tif_scanlinesize * 16 + 5000; in TIFFSeek()
348 read_ahead = tif->tif_scanlinesize; in TIFFSeek()
365 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) ) in TIFFSeek()
375 if( ((tif->tif_rawdata + tif->tif_rawdataloaded) - tif->tif_rawcp) < read_ahead in TIFFSeek()
378 if( !TIFFFillStripPartial(tif,strip,read_ahead,0) ) in TIFFSeek()
[all …]
/external/iputils/
Dtftpsubs.c109 read_ahead(file, convert); /* fill it */ in readit()
121 void read_ahead(FILE *file, int convert) in read_ahead() function
Dtftp.h81 extern void read_ahead(FILE *file, int convert);
Dtftpd.c377 read_ahead(file, pf->f_convert); in sendfile()
/external/curl/tests/server/
Dtftpd.c271 static void read_ahead(struct testcase *test, int convert);
468 read_ahead(test, convert); /* fill it */ in readit()
478 static void read_ahead(struct testcase *test, in read_ahead() function
1272 read_ahead(test, pf->f_convert); in sendtftp()