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

  /src/sys/dev/usb/
ums.c 213 int fixpos; local in function:ums_attach
225 fixpos = 24;
229 fixpos = 40;
233 fixpos = 40;
236 fixpos = 0;
239 if (fixpos) {
242 sc->sc_ms.hidms_loc_z.pos = fixpos;
  /src/games/backgammon/common_source/
fancy.c 44 static void fixpos(int, int, int, int, int);
270 fixpos(oldb[i], board[i], 13, 1 + (12 - i) * 4, -1);
274 fixpos(oldb[0], board[0], 13, 25, -1);
279 fixpos(oldb[i], board[i], 13, 29 + (6 - i) * 4, -1);
284 fixpos(oldw, i, 13, 54, -1);
289 fixpos(oldb[i], board[i], 3, 1 + (i - 13) * 4, 1);
293 fixpos(oldb[25], board[25], 3, 25, 1);
298 fixpos(oldb[i], board[i], 3, 29 + (i - 19) * 4, 1);
303 fixpos(oldr, i, 3, 54, 1);
312 fixpos(int cur, int new, int r, int c, int inc function in typeref:typename:void
    [all...]

Completed in 12 milliseconds