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

/freebsd-current/sys/dev/evdev/
H A Devdev_mt.c82 /* the set of slots with active touches */
83 slotset_t touches; member in struct:evdev_mt
86 /* the set of slots to match with active touches */
329 num_touches = bitcount(mt->touches);
331 FOREACHBIT(mt->touches, slot)
341 FOREACHBIT(mt->touches, slot) {
363 FOREACHBIT(mt->touches, slot)
383 slot->id = ffc_slot(evdev, mt->touches | mt->frame);
511 mt->touches |= 1U << slot;
513 mt->touches
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dradix.sh78 perhaps, using shm_open() + ftruncate(), and touches pages 0, 1, 8, 9,
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h73 bool touches(unsigned Offset) const { function in struct:clang::syntax::FileRange
388 /// The identifier token that overlaps or touches a spelling location Loc.

Completed in 80 milliseconds