Searched refs:cx (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c116 int cx,cy; /* Cursor x and y position in characters */ member in struct:editorConfig
719 int filecol = E.coloff+E.cx;
730 if (E.cx == E.screencols-1)
733 E.cx++;
741 int filecol = E.coloff+E.cx;
770 E.cx = 0;
777 int filecol = E.coloff+E.cx;
792 E.cx = filecol;
793 if (E.cx >= E.screencols) {
794 int shift = (E.screencols-E.cx)
1003 int cx = 1; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dfma.c18 long double cx, xh, xl, cy, yh, yl; local
20 cx = c * x;
21 xh = (x - cx) + cx;

Completed in 75 milliseconds