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

/external/chromium_org/ui/events/gesture_detection/
H A Dbitset_32.h50 inline void clear_bit(uint32_t n) { value &= ~value_for_bit(n); } function in struct:ui::BitSet32
69 clear_bit(n);
86 clear_bit(n);
H A Dtouch_disposition_gesture_filter.cc423 last_gesture_of_type_dropped_.clear_bit(GetGestureTypeIndex(gesture_type));
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dbitops.h39 static inline void clear_bit(int nr, unsigned long *addr) function
/external/oprofile/module/
H A Dop_dname.c87 clear_bit(0, &hash_map_open);
H A Doprofile.c252 clear_bit(0, &oprof_note_opened);
390 clear_bit(0, &oprof_opened);
405 clear_bit(0, &oprof_opened);
/external/e2fsprogs/e2fsck/
H A Drevoke.c393 clear_bit(BH_Revoked, &bh->b_state);
421 clear_bit(BH_Revoked, &bh2->b_state);
/external/qemu/include/qemu/
H A Dbitops.h40 * clear_bit - Clears a bit in memory
44 static inline void clear_bit(int nr, unsigned long *addr) function
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_event_queue.cc770 touch_consumer_states_.clear_bit(point.id);
779 touch_consumer_states_.clear_bit(point.id);
/external/f2fs-tools/lib/
H A Dlibf2fs.c90 int clear_bit(unsigned int nr, void * addr) function
/external/f2fs-tools/fsck/
H A Dfsck.c649 clear_bit(i, bitmap);
662 clear_bit(i, bitmap);
711 clear_bit(i + j, bitmap);
/external/f2fs-tools/include/
H A Df2fs_fs.h750 extern int clear_bit(unsigned int nr, void * addr);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.c58 clear_bit(feat, header->adds_features);
/external/qemu/tcg/
H A Dtcg.c511 clear_bit(idx, s->free_temps[k].l);

Completed in 253 milliseconds