Home
last modified time | relevance | path

Searched refs:trim_end (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dtrim.hpp178 ::boost::algorithm::detail::trim_end( in trim_right_copy_if()
196 ::boost::algorithm::detail::trim_end( in trim_right_copy_if()
237 ::boost::algorithm::detail::trim_end( in trim_right_if()
290 ::boost::algorithm::detail::trim_end( in trim_copy_if()
314 ::boost::algorithm::detail::trim_end( in trim_copy_if()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dtrim.hpp78 inline ForwardIteratorT trim_end( in trim_end() function
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.c2047 (end - 1) <= cpc->trim_end) in f2fs_clear_prefree_segments()
3008 for (; cpc->trim_start <= cpc->trim_end; cpc->trim_start++) { in f2fs_exist_trim_candidates()
3127 cpc.trim_end = end_segno; in f2fs_trim_fs()
4318 for (; cpc->trim_start <= cpc->trim_end; cpc->trim_start++) in f2fs_flush_sit_entries()
H A Df2fs.h236 __u64 trim_end; member