Home
last modified time | relevance | path

Searched defs:clear_bit (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_primes.c72 static inline void clear_bit(unsigned long nr, unsigned long *addr) in clear_bit() function
/aosp_15_r20/trusty/kernel/lib/pmu/include/lib/pmu/
H A Dpmu.h59 static uint64_t clear_bit(uint64_t reg, uint64_t bit_number) { in clear_bit() function
/aosp_15_r20/external/ethtool/
H A Dinternal.h89 static inline void clear_bit(unsigned int nr, unsigned long *addr) in clear_bit() function
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_detail.h115 static inline void clear_bit(char *bits, int n) { in clear_bit() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c1677 unsigned clear_bit = PIPE_CLEAR_COLOR0 << i; in evergreen_do_fast_color_clear() local
/aosp_15_r20/external/rust/crates/openssl/src/
Dbn.rs240 pub fn clear_bit(&mut self, n: i32) -> Result<(), ErrorStack> { in clear_bit() method