Searched refs:toffset (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbrstm.c60 int64_t pos, h1offset, toffset; local
101 toffset = avio_rb32(s->pb) + 16LL;
102 if (toffset > size)
159 avio_skip(s->pb, pos + toffset - avio_tell(s->pb));
160 toffset = avio_rb32(s->pb) + 16LL;
161 if (toffset > size)
164 avio_skip(s->pb, pos + toffset - avio_tell(s->pb));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_time.c407 long toffset; local
430 toffset = (long)off_day *SECS_PER_DAY + off_sec;
431 if (offset != toffset) {
434 offset, toffset, off_day, off_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_time.c407 long toffset; local
430 toffset = (long)off_day *SECS_PER_DAY + off_sec;
431 if (offset != toffset) {
434 offset, toffset, off_day, off_sec);

Completed in 34 milliseconds