Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dc/
H A Ddc.c192 p = add0(rem, skd - (skr + k)); in commnds()
217 arg1 = add0(p, n); in commnds()
966 r = add0(dd, c); in dscale()
1317 add0(struct blk *p, int ct) in add0() function
1899 p = add0(p, skq - skp); in eqk()
1902 q = add0(q, skp - skq); in eqk()
1947 t = add0(p, n); in scale()
H A Ddc.h112 struct blk *pop(void), *readin(void), *add0(struct blk *, int),