Home
last modified time | relevance | path

Searched refs:add0 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/dc/
H A Ddc.c194 p = add0(rem, skd - (skr + k)); in commnds()
219 arg1 = add0(p, n); in commnds()
968 r = add0(dd, c); in dscale()
1319 add0(struct blk *p, int ct) in add0() function
1901 p = add0(p, skq - skp); in eqk()
1904 q = add0(q, skp - skq); in eqk()
1949 t = add0(p, n); in scale()
H A Ddc.h114 struct blk *pop(void), *readin(void), *add0(struct blk *, int),