Searched refs:tbuflen (Results 1 – 3 of 3) sorted by relevance
166 tmsize_t tbuflen; /* buffer length */ member205 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 …]
166 tmsize_t tbuflen; /* buffer length */ member205 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 …]
511 u_char *tbuf, size_t tbuflen) in fetch_token() argument532 if (toklen + 2 > tbuflen) { in fetch_token()