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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c2461 uint32_t close_point = 0; /* 1 bit for each point close to another one */ local in function:clickpad_guess_clickfingers
2464 BUG_RETURN_VAL(hw->num_mt_mask > sizeof(close_point) * 8, 0);
2497 close_point |= (1 << j);
2498 close_point |= (1 << i);
2503 while (close_point > 0) {
2504 nfingers += close_point & 0x1;
2505 close_point >>= 1;

Completed in 5 milliseconds