Searched refs:odot (Results 1 – 3 of 3) sorted by relevance
77 line *odot; in operate() local242 odot = dot; in operate()257 wdot = (odot - oline) + i - 1; in operate()260 dot = odot; in operate()343 odot = wdot = dot; in operate()349 dot = wdot = odot; in operate()792 odot = dot; in operate()820 dot = odot; in operate()839 dot = odot; in operate()883 if (dot < odot || in operate()[all …]
583 line *odot = dot; in putreg() local614 dot = odot; in putreg()
984 uintmax_t odot, ndot; in mdb_dot_incr() local986 odot = mdb_nv_get_value(mdb.m_dot); in mdb_dot_incr()987 ndot = odot + mdb.m_incr; in mdb_dot_incr()989 if ((odot ^ ndot) & 0x8000000000000000ull) in mdb_dot_incr()998 uintmax_t odot, ndot; in mdb_dot_decr() local1000 odot = mdb_nv_get_value(mdb.m_dot); in mdb_dot_decr()1001 ndot = odot - mdb.m_incr; in mdb_dot_decr()1003 if (ndot > odot) in mdb_dot_decr()