Searched defs:get_bit (Results 1 – 7 of 7) sorted by relevance
37 get_bit (int in, int bit) in get_bit() function
101 bool get_bit(int i) in get_bit() function
558 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
557 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
1291 fn get_bit(x: u32, i: i32) -> bool { in get_bit() function
1587 inline int32 dng_lossless_decoder::get_bit () in get_bit() function in dng_lossless_decoder
341 static inline limb_t get_bit(const limb_t *tab, limb_t len, slimb_t pos) in get_bit() function