HomeSort by: relevance | last modified time | path
    Searched refs:aX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/bluetooth/
btmagic.c 1459 struct hid_location aX;
1469 .aX = { .pos = 0, .size = 13 },
1512 int id, ax, ay, tx, ty; local in function:btmagic_input_magict
1529 ax = hid_get_data(data, &toucht.aX);
1533 "btmagic_input_magict: id %d ax %d ay %d phase %ld %s\n",
1534 id, ax, ay, hid_get_udata(data, &toucht.phase),
1552 if (ax < MAGICT_B_X1MAX)
1554 else if (ax > MAGICT_B_X2MAX)
1578 tx = ax - sc->sc_ax[id]
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-match.mk 299 WORDS= a a[ aX
301 .if ${WORDS:Ma[^} != "a[ aX"

Completed in 25 milliseconds