Home
last modified time | relevance | path

Searched refs:fref (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/aux/vga/
H A Drgb524mn.c37 clock(Vga* vga, Ctlr*, ulong fref, ulong maxpclk) in clock() argument
46 f = (fref*(m+65))/n; in clock()
49 vrf = fref/(n*2); in clock()
55 vrf = fref/(n*2); in clock()
61 vrf = fref/(n*2); in clock()
67 vrf = fref/n; in clock()
92 ulong fref, maxpclk; in init() local
112 fref = strtol(val, 0, 0); in init()
114 fref = RefFreq; in init()
120 clock(vga, ctlr, fref, maxpclk); in init()
[all …]
/plan9/sys/src/cmd/gs/src/
H A Dztoken.c108 ref fref; in token_continue() local
110 ref_assign(&fref, op); in token_continue()
120 ref_assign(op, &fref); in token_continue()
136 ref_assign(op, &fref); in token_continue()
198 ref fref; in tokenexec_continue() local
200 ref_assign(&fref, op); in tokenexec_continue()
223 code = scan_handle_refill(i_ctx_p, &fref, pstate, save, true, in tokenexec_continue()
234 return ztoken_handle_comment(i_ctx_p, &fref, pstate, esp + 1, code, in tokenexec_continue()
241 ref_assign(op, &fref); in tokenexec_continue()
H A Dzfile.c633 ref fref; in zlibfile() local
636 &clen, &fref, imemory); in zlibfile()
638 s = fptr(&fref); in zlibfile()
652 ref_assign(op, &fref); in zlibfile()
/plan9/sys/src/9/pc/
H A Ddevtv.c362 Ref fref; /* Copying images? */ member
860 incref(&tv->fref); in tvread()
864 decref(&tv->fref); in tvread()
1581 if (tv->fref.ref > 0) { in vstop()