Function tidb_query_datatype::codec::mysql::decimal::sub2[][src]

fn sub2(lhs: u32, rhs: u32, carry: &mut i32, res: &mut u32)

sub2 subtracts rhs and carry from lhs, stores the diff and new carry. the new carry may be 2.