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

  /external/pdfium/third_party/libtiff/
tif_luv.c 166 tmsize_t tbuflen; /* buffer length */ member in struct:logLuvState
205 if(sp->tbuflen < npixels) {
278 if(sp->tbuflen < npixels) {
339 if(sp->tbuflen < npixels) {
455 if(sp->tbuflen < npixels) {
548 if(sp->tbuflen < npixels) {
606 if(sp->tbuflen < npixels) {
1298 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength);
1300 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip);
1301 if (multiply_ms(sp->tbuflen, sizeof (int16)) == 0 |
    [all...]
  /external/tcpdump/
util-print.c 673 u_char *tbuf, size_t tbuflen)
694 if (toklen + 2 > tbuflen) {

Completed in 621 milliseconds