Lines Matching refs:td_stripoffset
103 read_offset = td->td_stripoffset[strip]
376 if (!SeekOK(tif, td->td_stripoffset[strip])) {
402 ma=(tmsize_t)td->td_stripoffset[strip];
404 if (((uint64)ma!=td->td_stripoffset[strip])||(ma>tif->tif_size))
539 * td->td_stripoffset[strip]+bytecount > tif->tif_size
545 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) {
557 (unsigned __int64) tif->tif_size - td->td_stripoffset[strip],
565 (unsigned long long) tif->tif_size - td->td_stripoffset[strip],
572 tif->tif_rawdata = tif->tif_base + (tmsize_t)td->td_stripoffset[strip];
688 if (!SeekOK(tif, td->td_stripoffset[tile])) {
718 ma=(tmsize_t)td->td_stripoffset[tile];
720 if (((uint64)ma!=td->td_stripoffset[tile])||(ma>tif->tif_size))
842 * td->td_stripoffset[tile]+bytecount > tif->tif_size
848 td->td_stripoffset[tile] > (uint64)tif->tif_size - bytecount) {
854 tif->tif_base + (tmsize_t)td->td_stripoffset[tile];