Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1761.crt11 ukYpLXqMNiEABfqmkI04kEn1C93jIGmTsrBKa0sXgVFAmQaO8Zy2xT0mfSdq/c2r
/openbsd/src/sys/dev/wscons/
Dwsmouse.c1260 int *c2r = cs + n; /* column-to-row assignments in cs */ in wsmouse_matching() local
1261 int *cd = c2r + n; /* column deltas (reduction) */ in wsmouse_matching()
1283 c2r[j] = row; in wsmouse_matching()
1304 red[c2r[cs[i]]] -= delta; in wsmouse_matching()
1308 row = c2r[j]; in wsmouse_matching()
1330 int *p, *r2c, *c2r; in wsmouse_mtframe() local
1361 c2r = p + m; in wsmouse_mtframe()
1367 c2r[j] = i; in wsmouse_mtframe()
1369 c2r[j] = r2c[i] = -1; in wsmouse_mtframe()
1372 p = (n == size ? c2r : r2c); in wsmouse_mtframe()
[all …]