Searched refs:cright (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_refcount.c | 544 struct xfs_refcount_irec *cright, in xfs_refcount_merge_right_extent() argument 551 cur->bc_ag.agno, cright, right); in xfs_refcount_merge_right_extent() 557 if (cright->rc_refcount > 1) { in xfs_refcount_merge_right_extent() 558 error = xfs_refcount_lookup_le(cur, cright->rc_startblock, in xfs_refcount_merge_right_extent() 586 right->rc_startblock -= cright->rc_blockcount; in xfs_refcount_merge_right_extent() 587 right->rc_blockcount += cright->rc_blockcount; in xfs_refcount_merge_right_extent() 592 *aglen -= cright->rc_blockcount; in xfs_refcount_merge_right_extent() 700 struct xfs_refcount_irec *cright, in xfs_refcount_find_right_extents() argument 709 right->rc_startblock = cright->rc_startblock = NULLAGBLOCK; in xfs_refcount_find_right_extents() 747 *cright = tmp; in xfs_refcount_find_right_extents() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/ |
| H A D | compare.hpp | 48 coordinate_type const& cright = geometry::get<Dimension>(right); in apply() local 50 if (geometry::math::equals(cleft, cright)) in apply() 61 return compare(cleft, cright); in apply() 109 coordinate_type const& cright = get<Dimension>(right); in operator ()() local 110 return compare(cleft, cright); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | less.hpp | 40 cright = geometry::get<I>(right); in apply() local 42 if ( geometry::math::equals(cleft, cright) ) in apply() 48 return cleft < cright; in apply()
|