Home
last modified time | relevance | path

Searched refs:consts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_scl.c83 } consts[2] = { variable
113 xx.q *= consts[0].q; in _Q_scle()
122 xx.q *= consts[1].q; in _Q_scle()
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c68 const_t consts[MAX_CONST_PARMS]; member
74 const_info consts; member
355 n = fle.consts.nconst; in declare_const()
381 fle.consts.consts[n].gpr = gpr; in declare_const()
382 fle.consts.consts[n].value = intv; in declare_const()
383 fle.consts.nconst = n + 1; in declare_const()
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog168 - Add casts and consts to ease user conversion to C++
332 - Fix bug and add consts in contrib/puff [Oberhumer]