| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | seek.hpp | 43 seek( T& t, stream_offset off, BOOST_IOS::seekdir way, in seek() function 47 return seek_device_impl<T>::seek(detail::unwrap(t), off, way, which); in seek() 52 seek( T& t, Device& dev, stream_offset off, BOOST_IOS::seekdir way, in seek() function 56 return seek_filter_impl<T>::seek(detail::unwrap(t), dev, off, way, which); in seek() 80 static std::streampos seek( T& t, stream_offset off, in seek() function 107 static std::streampos seek( T& t, stream_offset off, in seek() function 125 static std::streampos seek( T& t, stream_offset off, in seek() function 128 { return t.seek(off, way, which); } in seek() 134 static std::streampos seek( T& t, stream_offset off, in seek() function 137 { return t.seek(off, way); } in seek() [all …]
|
| H A D | checked_operations.hpp | 78 return seek_if_impl<tag>::seek(t, off, way, which); in seek_if() 138 seek( T& t, stream_offset off, BOOST_IOS::seekdir way, in seek() function 140 { return iostreams::seek(t, off, way, which); } in seek() 147 seek(T&, stream_offset, BOOST_IOS::seekdir, BOOST_IOS::openmode) in seek() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/ |
| H A D | concept_adapter.hpp | 87 std::streampos seek( stream_offset off, BOOST_IOS::seekdir way, in seek() function in boost::iostreams::detail::concept_adapter 90 return this->seek( off, way, which, in seek() 95 std::streampos seek( stream_offset off, BOOST_IOS::seekdir way, in seek() function in boost::iostreams::detail::concept_adapter 97 { return any_impl::seek(t_, dev, off, way, which); } in seek() 131 seek( Device& dev, Dummy*, stream_offset off, in seek() function 135 return seek(dev, off, way, which, category()); in seek() 140 seek( Device&, stream_offset, BOOST_IOS::seekdir, in seek() function 149 seek( Device& dev, stream_offset off, in seek() function 153 return iostreams::seek(dev, off, way, which); in seek() 203 seek( Filter& f, Device* dev, stream_offset off, in seek() function [all …]
|
| H A D | mode_adapter.hpp | 50 std::streampos seek( stream_offset off, BOOST_IOS::seekdir way, 67 std::streampos seek(Device& dev, stream_offset off, BOOST_IOS::seekdir way) in seek() function in boost::iostreams::detail::mode_adapter 68 { return iostreams::seek(t_, dev, off, way); } in seek() 71 std::streampos seek( Device& dev, stream_offset off, in seek() function in boost::iostreams::detail::mode_adapter 73 { return iostreams::seek(t_, dev, off, way, which); } in seek() 103 std::streampos mode_adapter<Mode, T>::seek in seek() function in boost::iostreams::detail::mode_adapter 105 { return boost::iostreams::seek(t_, off, way, which); } in seek()
|
| H A D | range_adapter.hpp | 67 std::streampos seek(stream_offset off, BOOST_IOS::seekdir way); 94 std::streampos range_adapter<Mode, Range>::seek in seek() function in boost::iostreams::detail::range_adapter 97 impl::seek(first_, cur_, last_, off, way); in seek() 153 static void seek in seek() function
|
| H A D | non_blocking_adapter.hpp | 51 std::streampos seek( stream_offset off, BOOST_IOS::seekdir way, in seek() function in boost::iostreams::non_blocking_adapter 54 { return iostreams::seek(device_, off, way, which); } in seek()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 34 f.seek(0) 56 f.seek(0) 80 f.seek(e_phoff + i * e_phentsize) 94 f.seek(p_offset) 109 f.seek(p_offset) 121 f.seek(e_shoff + e_shstrndx * e_shentsize) 128 f.seek(sh_offset) 135 f.seek(e_shoff + i * e_shentsize) 145 f.seek(sh_offset) 166 f.seek(sh_offset) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | example2.c | 44 uint64_t seek; in main() local 67 seek = start_secs * in->signal.rate * in->signal.channels + .5; in main() 69 seek -= seek % in->signal.channels; in main() 71 assert(sox_seek(in, seek, SOX_SEEK_SET) == SOX_SUCCESS); in main()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-s-hw-freq-seek.rst | 13 VIDIOC_S_HW_FREQ_SEEK - Perform a hardware frequency seek 34 Start a hardware frequency seek from the current frequency. To do this 51 will be clamped to fit in the band before the seek is started. 59 error code is returned and no seek takes place. 82 - If non-zero, seek upward from the current frequency, else seek 91 - If non-zero, defines the hardware seek resolution in Hz. The 134 The hardware seek found no channels. 137 Another hardware seek is already in progress.
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabresd/ |
| H A D | README | 28 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync 32 $ sudo dd if=u-boot.img of=/dev/sdX bs=1K seek=69 && sync 56 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync 57 $ sudo dd if=u-boot.img of=/dev/sdX bs=1K seek=69 && sync 72 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none && sync 76 $ sudo dd if=u-boot.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none && sync
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
| H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 19 return sys_errmsg("cannot seek mtd%d to offset %"PRIdoff_t, 137 seek = (off_t)eb * mtd->eb_size + offs; 138 if (lseek(fd, seek, SEEK_SET) != seek) 139 - return sys_errmsg("cannot seek mtd%d to offset %"PRIdoff_t, 140 - mtd->mtd_num, seek); 141 + return sys_errmsg("cannot seek mtd%d to offset %lld", 142 + mtd->mtd_num, (long long)seek); 149 if (lseek(fd, seek, SEEK_SET) != seek) 150 - return sys_errmsg("cannot seek mtd%d to offset %"PRIdoff_t, 151 - mtd->mtd_num, seek); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/si470x/ |
| H A D | radio-si470x-common.c | 295 const struct v4l2_hw_freq_seek *seek) in si470x_set_seek() argument 303 if (seek->rangelow || seek->rangehigh) { in si470x_set_seek() 305 if (bands[band].rangelow == seek->rangelow && in si470x_set_seek() 306 bands[band].rangehigh == seek->rangehigh) in si470x_set_seek() 328 if (seek->wrap_around) in si470x_set_seek() 332 if (seek->seek_upward) in si470x_set_seek() 726 const struct v4l2_hw_freq_seek *seek) in si470x_vidioc_s_hw_freq_seek() argument 730 if (seek->tuner != 0) in si470x_vidioc_s_hw_freq_seek() 736 return si470x_set_seek(radio, seek); in si470x_vidioc_s_hw_freq_seek()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/ |
| H A D | vimc-debayer.c | 415 unsigned int i, seek, wlin, wcol; in vimc_deb_calc_rgb_sink() local 426 seek = vdeb->mean_win_size / 2; in vimc_deb_calc_rgb_sink() 432 vdeb->sd.name, lin, col, vdeb->sink_fmt.height, seek); in vimc_deb_calc_rgb_sink() 440 for (wlin = seek > lin ? 0 : lin - seek; in vimc_deb_calc_rgb_sink() 441 wlin < lin + seek + 1 && wlin < vdeb->sink_fmt.height; in vimc_deb_calc_rgb_sink() 450 for (wcol = seek > col ? 0 : col - seek; in vimc_deb_calc_rgb_sink() 451 wcol < col + seek + 1 && wcol < vdeb->sink_fmt.width; in vimc_deb_calc_rgb_sink()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | filemap.py | 513 def sparse_copy(src_fname, dst_fname, skip=0, seek=0, argument 533 dst_size = length + seek 535 dst_size = os.path.getsize(src_fname) + seek - skip 549 fmap._f_image.seek(start, os.SEEK_SET) 553 dst_file.seek(seek + length, os.SEEK_SET) 557 dst_file.seek(seek + start - skip, os.SEEK_SET)
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0006-qgstreamerplayersession-add-seek-direct-to-ensure-se.patch | 4 Subject: [PATCH 06/17] qgstreamerplayersession add seek direct to ensure seek 19 @@ -1091,9 +1091,15 @@ bool QGstreamerPlayerSession::seek(qint64 ms)
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/ |
| H A D | README | 16 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync 20 $ sudo dd if=u-boot.img of=/dev/sdX bs=1K seek=69 && sync 39 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync 43 $ sudo dd if=u-boot.img of=/dev/sdb bs=1K seek=69 && sync
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | socklib.c | 206 size_t seek) in xprt_sendmsg() argument 208 if (seek) in xprt_sendmsg() 209 iov_iter_advance(&msg->msg_iter, seek); in xprt_sendmsg() 214 struct kvec *vec, size_t seek) in xprt_send_kvec() argument 217 return xprt_sendmsg(sock, msg, seek); in xprt_send_kvec()
|
| H A D | xprtsock.c | 348 xs_sock_recvmsg(struct socket *sock, struct msghdr *msg, int flags, size_t seek) in xs_sock_recvmsg() argument 351 if (seek != 0) in xs_sock_recvmsg() 352 iov_iter_advance(&msg->msg_iter, seek); in xs_sock_recvmsg() 354 return ret > 0 ? ret + seek : ret; in xs_sock_recvmsg() 359 struct kvec *kvec, size_t count, size_t seek) in xs_read_kvec() argument 362 return xs_sock_recvmsg(sock, msg, flags, seek); in xs_read_kvec() 368 size_t seek) in xs_read_bvec() argument 371 return xs_sock_recvmsg(sock, msg, flags, seek); in xs_read_bvec() 384 xs_flush_bvec(const struct bio_vec *bvec, size_t count, size_t seek) in xs_flush_bvec() argument 391 bvec_iter_advance(bvec, &bi, seek & PAGE_MASK); in xs_flush_bvec() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | dev-kmsg | 43 and the seek position be updated to the next available record. 52 The device supports seek with the following parameters: 55 seek to the first entry in the buffer 57 seek after the last entry in the buffer 59 seek after the last record available at the time 62 Other seek operations or offsets are not supported because of
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/ |
| H A D | radio-si476x.c | 737 const struct v4l2_hw_freq_seek *seek) in si476x_radio_s_hw_freq_seek() argument 741 u32 rangelow = seek->rangelow, rangehigh = seek->rangehigh; in si476x_radio_s_hw_freq_seek() 747 if (seek->tuner != 0 || in si476x_radio_s_hw_freq_seek() 748 seek->type != V4L2_TUNER_RADIO) in si476x_radio_s_hw_freq_seek() 792 if (seek->rangehigh) { in si476x_radio_s_hw_freq_seek() 796 seek->rangehigh)); in si476x_radio_s_hw_freq_seek() 800 if (seek->rangelow) { in si476x_radio_s_hw_freq_seek() 804 seek->rangelow)); in si476x_radio_s_hw_freq_seek() 808 if (seek->spacing) { in si476x_radio_s_hw_freq_seek() 812 seek->spacing)); in si476x_radio_s_hw_freq_seek() [all …]
|
| /OK3568_Linux_fs/u-boot/board/udoo/ |
| H A D | README | 14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
| /OK3568_Linux_fs/u-boot/board/solidrun/mx6cuboxi/ |
| H A D | README | 14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
| /OK3568_Linux_fs/buildroot/board/chromebook/ |
| H A D | mksd.sh | 68 run dd bs=$block if=$kernel of=$bootsd seek=$kernelstart 69 run dd bs=$block if=$rootfs of=$bootsd seek=$rootfsstart
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 473 signing_file.seek(0) 778 self._image.seek(0, os.SEEK_END) 781 self._image.seek(0, os.SEEK_SET) 829 self._image.seek(data_sz, os.SEEK_CUR) 891 self._image.seek(self.NUM_CHUNKS_AND_BLOCKS_OFFSET, os.SEEK_SET) 913 self._image.seek(0, os.SEEK_END) 925 self._image.seek(self._sparse_end, os.SEEK_SET) 950 self._image.seek(0, os.SEEK_END) 959 self._image.seek(self._sparse_end, os.SEEK_SET) 989 self._image.seek(0, os.SEEK_END) [all …]
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 470 signing_file.seek(0) 673 self._image.seek(0, os.SEEK_END) 676 self._image.seek(0, os.SEEK_SET) 786 self._image.seek(self.NUM_CHUNKS_AND_BLOCKS_OFFSET, os.SEEK_SET) 802 self._image.seek(0, os.SEEK_END) 814 self._image.seek(self._sparse_end, os.SEEK_SET) 833 self._image.seek(0, os.SEEK_END) 842 self._image.seek(self._sparse_end, os.SEEK_SET) 866 self._image.seek(0, os.SEEK_END) 875 self._image.seek(self._sparse_end, os.SEEK_SET) [all …]
|