Home
last modified time | relevance | path

Searched defs:bit_check (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/fontembed/
Dbitset.h13 static inline int bit_check(BITSET bs,int num) in bit_check() function
/third_party/mesa3d/src/gallium/frontends/rusticl/api/
Dutil.rs498 pub fn bit_check<A: BitAnd<Output = A> + PartialEq + Default, B: Into<A>>(a: A, b: B) -> bool { in bit_check() function