Home
last modified time | relevance | path

Searched refs:cleft (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_refcount.c482 struct xfs_refcount_irec *cleft, in xfs_refcount_merge_left_extent() argument
490 cur->bc_ag.agno, left, cleft); in xfs_refcount_merge_left_extent()
493 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()
494 error = xfs_refcount_lookup_le(cur, cleft->rc_startblock, in xfs_refcount_merge_left_extent()
522 left->rc_blockcount += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
527 *agbno += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
528 *aglen -= cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
611 struct xfs_refcount_irec *cleft, in xfs_refcount_find_left_extents() argument
620 left->rc_startblock = cleft->rc_startblock = NULLAGBLOCK; in xfs_refcount_find_left_extents()
658 *cleft = tmp; in xfs_refcount_find_left_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 Dcompare.hpp47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply() local
50 if (geometry::math::equals(cleft, cright)) in apply()
61 return compare(cleft, cright); in apply()
108 coordinate_type const& cleft = get<Dimension>(left); 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 Dless.hpp38 cleft = geometry::get<I>(left); in apply() local
42 if ( geometry::math::equals(cleft, cright) ) in apply()
48 return cleft < cright; in apply()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap/
H A Domap_vout_vrfb.c326 int offset = 0, ctop = 0, cleft = 0, line_length = 0; in omap_vout_calculate_vrfb_offset() local
355 cleft = (pix->width - crop->width) - crop->left; in omap_vout_calculate_vrfb_offset()
367 temp_ps * cleft + crop->top * temp_ps; in omap_vout_calculate_vrfb_offset()
370 cleft + crop->top * temp_ps + (line_length * in omap_vout_calculate_vrfb_offset()
381 (cleft / vr_ps) * ps; in omap_vout_calculate_vrfb_offset()
385 (cleft / vr_ps) * ps + (line_length * in omap_vout_calculate_vrfb_offset()
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene-core.c337 u32 cleft; in ngene_command_load_firmware() local
347 cleft = (size + 3) & ~3; in ngene_command_load_firmware()
348 if (cleft > FIRSTCHUNK) { in ngene_command_load_firmware()
350 cleft - FIRSTCHUNK); in ngene_command_load_firmware()
351 cleft = FIRSTCHUNK; in ngene_command_load_firmware()
353 ngcpyto(DATA_FIFO_AREA, ngene_fw, cleft); in ngene_command_load_firmware()
359 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c492 int stat, bleftend, cleft; in ctrl_cropw_max_get() local
499 cleft = cptr->hdw->cropl_val; in ctrl_cropw_max_get()
501 *width = cleft < bleftend ? bleftend-cleft : 0; in ctrl_cropw_max_get()