Home | History | Annotate | Download | only in common

Lines Matching defs:bits

270      * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
288 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
308 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
334 uint8_t bits=smallFCD[lead>>8];
335 if(bits==0) { return false; }
336 return (UBool)((bits>>((lead>>5)&7))&1);
608 // bits in canonIterData
709 * Rather than using independent bits in the value (which would require more than 16 bits),