Searched defs:clear_bit (Results 1 - 4 of 4) 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);
/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/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/f2fs-tools/lib/
H A Dlibf2fs.c90 int clear_bit(unsigned int nr, void * addr) function

Completed in 660 milliseconds