Home
last modified time | relevance | path

Searched refs:tbuflen (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_luv.c167 tmsize_t tbuflen; /* buffer length */ member
206 if(sp->tbuflen < npixels) { in LogL16Decode()
279 if(sp->tbuflen < npixels) { in LogLuvDecode24()
340 if(sp->tbuflen < npixels) { in LogLuvDecode32()
460 if(sp->tbuflen < npixels) { in LogL16Encode()
553 if(sp->tbuflen < npixels) { in LogLuvEncode24()
611 if(sp->tbuflen < npixels) { in LogLuvEncode32()
1316 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogL16InitState()
1318 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState()
1320 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogL16InitState()
[all …]
/external/tcpdump/
Dutil-print.c686 u_char *tbuf, size_t tbuflen) in fetch_token() argument
707 if (toklen + 2 > tbuflen) { in fetch_token()