Home
last modified time | relevance | path

Searched refs:half_len (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Ddir.c1007 u32 start, len, half_len, divider; in dir_split_leaf() local
1041 half_len = len >> 1; in dir_split_leaf()
1042 if (!half_len) { in dir_split_leaf()
1055 lp = kmalloc_array(half_len, sizeof(__be64), GFP_NOFS); in dir_split_leaf()
1062 for (x = 0; x < half_len; x++) in dir_split_leaf()
1068 half_len * sizeof(u64)); in dir_split_leaf()
1069 if (error != half_len * sizeof(u64)) { in dir_split_leaf()
1078 divider = (start + half_len) << (32 - dip->i_depth); in dir_split_leaf()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp862 size_type const half_len = len/2 + (len&1); in stable_sort() local
863 if(std::size_t(xbuf.capacity() - xbuf.size()) >= half_len) { in stable_sort()