Searched refs:cleft (Results 1 – 4 of 4) sorted by relevance
543 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()580 *agbno += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()581 *aglen -= cleft->rc_blockcount; in xfs_refcount_merge_left_extent()714 *cleft = tmp; in xfs_refcount_find_left_extents()727 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()728 cleft->rc_domain = domain; in xfs_refcount_find_left_extents()736 cleft->rc_startblock = agbno; in xfs_refcount_find_left_extents()737 cleft->rc_blockcount = aglen; in xfs_refcount_find_left_extents()738 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()739 cleft->rc_domain = domain; in xfs_refcount_find_left_extents()[all …]
326 int offset = 0, ctop = 0, cleft = 0, line_length = 0; in omap_vout_calculate_vrfb_offset() local355 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()
337 u32 cleft; in ngene_command_load_firmware() local347 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()
492 int stat, bleftend, cleft; in ctrl_cropw_max_get() local499 cleft = cptr->hdw->cropl_val; in ctrl_cropw_max_get()501 *width = cleft < bleftend ? bleftend-cleft : 0; in ctrl_cropw_max_get()
Completed in 25 milliseconds