Searched defs:read_ahead (Results 1 - 3 of 3) sorted by relevance
/external/iputils/ |
H A D | tftpsubs.c | 109 read_ahead(file, convert); /* fill it */ 121 void read_ahead(FILE *file, int convert) function
|
/external/pdfium/third_party/libtiff/ |
H A D | tif_read.c | 46 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart ) argument 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) )
|
/external/curl/tests/server/ |
H A D | 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 1269 read_ahead(test, pf->f_convert);
|
Completed in 193 milliseconds