Searched refs:NBITS8 (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libvcodex/ | ||
H A D | vcio.c | 386 #define NBITS8(v) ((v) > 0xf ? (((v) >>= 4), (NBITS4(v)+4)) : NBITS4(v) ) macro 387 #define NBITS16(v) ((v) > 0xff ? (((v) >>= 8), (NBITS8(v)+8)) : NBITS8(v) ) |
Completed in 11 milliseconds