Home
last modified time | relevance | path

Searched refs:to_bytes (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_conv.h330 to_bytes(_Elem __wchar) in _GLIBCXX_VISIBILITY()
333 return to_bytes(__wchars, __wchars+1); in _GLIBCXX_VISIBILITY()
337 to_bytes(const _Elem* __ptr) in _GLIBCXX_VISIBILITY()
339 return to_bytes(__ptr, __ptr+wide_string::traits_type::length(__ptr)); in _GLIBCXX_VISIBILITY()
343 to_bytes(const wide_string& __wstr) in _GLIBCXX_VISIBILITY()
346 return to_bytes(__ptr, __ptr + __wstr.size()); in _GLIBCXX_VISIBILITY()
350 to_bytes(const _Elem* __first, const _Elem* __last) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_conv.h330 to_bytes(_Elem __wchar) in _GLIBCXX_VISIBILITY()
333 return to_bytes(__wchars, __wchars+1); in _GLIBCXX_VISIBILITY()
337 to_bytes(const _Elem* __ptr) in _GLIBCXX_VISIBILITY()
339 return to_bytes(__ptr, __ptr+wide_string::traits_type::length(__ptr)); in _GLIBCXX_VISIBILITY()
343 to_bytes(const wide_string& __wstr) in _GLIBCXX_VISIBILITY()
346 return to_bytes(__ptr, __ptr + __wstr.size()); in _GLIBCXX_VISIBILITY()
350 to_bytes(const _Elem* __first, const _Elem* __last) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-ebs-target.c70 unsigned int buf_off = to_bytes(__block_mod(iter->bi_sector, ec->u_bs)); in __ebs_rw_bvec()
275 to_bytes(tmp1) > PAGE_SIZE) { in ebs_ctr()
315 ec->bufio = dm_bufio_client_create(ec->dev->bdev, to_bytes(ec->u_bs), 1, 0, NULL, NULL); in ebs_ctr()
423 limits->logical_block_size = to_bytes(ec->e_bs); in ebs_io_hints()
424 limits->physical_block_size = to_bytes(ec->u_bs); in ebs_io_hints()
H A Ddm-io.c376 len = min(len, to_bytes(remaining)); in do_region()
H A Ddm-stripe.c264 bio->bi_iter.bi_size = to_bytes(end - begin); in stripe_map_range()
H A Ddm-raid.c988 rs->md.bitmap_info.chunksize = to_bytes(region_size); in validate_region_size()
3751 unsigned int chunk_size_bytes = to_bytes(rs->md.chunk_sectors); in raid_io_hints()
3980 mddev->bitmap_info.chunksize != to_bytes(rs->requested_bitmap_chunk_sectors)))) { in raid_preresume()
3981 int chunksize = to_bytes(rs->requested_bitmap_chunk_sectors) ?: mddev->bitmap_info.chunksize; in raid_preresume()
H A Ddm.c1362 bio->bi_iter.bi_size = to_bytes(len); in bio_setup_sector()
1394 bio_advance(clone, to_bytes(sector - clone->bi_iter.bi_sector)); in clone_bio()
1395 clone->bi_iter.bi_size = to_bytes(len); in clone_bio()
H A Ddm-clone-target.c458 bio->bi_iter.bi_size = to_bytes(len); in trim_bio()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h653 static inline unsigned long to_bytes(sector_t n) in to_bytes() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dinternet187 to_bytes() const noexcept
339 constexpr bytes_type to_bytes() const noexcept { return _M_bytes; }
646 const auto __v6b = __a.to_bytes();
711 const address_v4::bytes_type __v4b = __a.to_bytes();
2431 { return _Hash_impl::hash(__a.to_bytes()); }
2439 { return _Hash_impl::hash(__a.to_bytes()); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dinternet187 to_bytes() const noexcept
339 constexpr bytes_type to_bytes() const noexcept { return _M_bytes; }
646 const auto __v6b = __a.to_bytes();
711 const address_v4::bytes_type __v4b = __a.to_bytes();
2431 { return _Hash_impl::hash(__a.to_bytes()); }
2439 { return _Hash_impl::hash(__a.to_bytes()); }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlocale109 byte_string to_bytes(Elem wchar);
110 byte_string to_bytes(const Elem* wptr);
111 byte_string to_bytes(const wide_string& wstr);
112 byte_string to_bytes(const Elem* first, const Elem* last);
3682 byte_string to_bytes(_Elem __wchar)
3683 {return to_bytes(&__wchar, &__wchar+1);}
3685 byte_string to_bytes(const _Elem* __wptr)
3686 {return to_bytes(__wptr, __wptr + char_traits<_Elem>::length(__wptr));}
3688 byte_string to_bytes(const wide_string& __wstr)
3689 {return to_bytes(__wstr.data(), __wstr.data() + __wstr.size());}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlocale109 byte_string to_bytes(Elem wchar);
110 byte_string to_bytes(const Elem* wptr);
111 byte_string to_bytes(const wide_string& wstr);
112 byte_string to_bytes(const Elem* first, const Elem* last);
3682 byte_string to_bytes(_Elem __wchar)
3683 {return to_bytes(&__wchar, &__wchar+1);}
3685 byte_string to_bytes(const _Elem* __wptr)
3686 {return to_bytes(__wptr, __wptr + char_traits<_Elem>::length(__wptr));}
3688 byte_string to_bytes(const wide_string& __wstr)
3689 {return to_bytes(__wstr.data(), __wstr.data() + __wstr.size());}
[all …]
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dfix_node.c376 int to, int to_bytes, short *snum012, int flow) in get_num_ver() argument
449 end_bytes = (to_bytes != -1) ? to_bytes : 0; in get_num_ver()
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py522 img.write(self.identifier.to_bytes(4, 'little'))