Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c166 tmsize_t tbuflen; /* buffer length */ member
205 assert(sp->tbuflen >= npixels); in LogL16Decode()
271 assert(sp->tbuflen >= npixels); in LogLuvDecode24()
328 assert(sp->tbuflen >= npixels); in LogLuvDecode32()
436 assert(sp->tbuflen >= npixels); in LogL16Encode()
524 assert(sp->tbuflen >= npixels); in LogLuvEncode24()
577 assert(sp->tbuflen >= npixels); in LogLuvEncode32()
1265 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogL16InitState()
1267 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState()
1268 if (multiply_ms(sp->tbuflen, sizeof (int16)) == 0 || in LogL16InitState()
[all …]
/external/opencv3/3rdparty/libtiff/
Dtif_luv.c166 tmsize_t tbuflen; /* buffer length */ member
205 assert(sp->tbuflen >= npixels); in LogL16Decode()
271 assert(sp->tbuflen >= npixels); in LogLuvDecode24()
328 assert(sp->tbuflen >= npixels); in LogLuvDecode32()
430 assert(sp->tbuflen >= npixels); in LogL16Encode()
518 assert(sp->tbuflen >= npixels); in LogLuvEncode24()
571 assert(sp->tbuflen >= npixels); in LogLuvEncode32()
1251 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogL16InitState()
1253 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState()
1254 if (multiply_ms(sp->tbuflen, sizeof (int16)) == 0 || in LogL16InitState()
[all …]
/external/tcpdump/
Dutil.c511 u_char *tbuf, size_t tbuflen) in fetch_token() argument
532 if (toklen + 2 > tbuflen) { in fetch_token()