Home
last modified time | relevance | path

Searched refs:end_skip (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Ditem_ops.c69 int start_skip, int end_skip) in sd_check_left() argument
71 BUG_ON(start_skip || end_skip); in sd_check_left()
159 int start_skip, int end_skip) in direct_check_left() argument
297 int start_skip, int end_skip) in indirect_check_left() argument
526 int start_skip, int end_skip) in direntry_check_left() argument
532 for (i = start_skip; i < dir_u->entry_count - end_skip; i++) { in direntry_check_left()
684 int start_skip, int end_skip) in errcatch_check_left() argument
H A Dreiserfs.h2639 int start_skip, int end_skip);
2653 …ine op_check_left(vi,free,start_skip,end_skip) item_ops[(vi)->vi_index]->check_left (vi, free, sta… argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/
H A Dcompile_time_type_info.hpp25 #define BOOST_TYPE_INDEX_REGISTER_CTTI_PARSING_PARAMS(begin_skip, end_skip, runtime_skip, runtime_s… argument
28 …BOOST_STATIC_CONSTEXPR std::size_t ctti_skip_size_at_end = end_skip; …