Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A Doverlap.c55 int sby, sbx, sey, sex, dby, dbx, dey, dex, in _overlap() local
66 sex = sbx + Srcwin->_maxx; dex = dbx + Dstwin->_maxx; in _overlap()
68 if (sey < dby || sby > dey || sex < dbx || sbx > dex) in _overlap()
72 left = _MAX(sbx, dbx); right = _MIN(sex, dex); in _overlap()
75 dey = bottom - dby - 1; dex = right - dbx - 1; in _overlap()
78 return (copywin(Srcwin, Dstwin, sby, sbx, dby, dbx, dey, dex, Overlay)); in _overlap()
/titanic_41/usr/src/cmd/audio/utilities/
H A Dg721.c435 short dex; /* Integer part of log. */ in _g721_reconstr() local
444 dex = (dql >> 7) & 15; in _g721_reconstr()
446 dq = (dqt << 7) >> (14 - dex); in _g721_reconstr()
H A Dg723.c434 short dex; /* Integer part of log. */ in _g723_reconstr() local
444 dex = (dql >> 7) & 15; in _g723_reconstr()
446 dq = (dqt << 7) >> (14 - dex); in _g723_reconstr()