Lines Matching defs:SHOW_UBITS
97 * SHOW_UBITS(name, gb, num)
208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num)
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num)
404 tmp = SHOW_UBITS(re, s, n);
462 tmp = SHOW_UBITS(re, s, n);
701 index = SHOW_UBITS(name, gb, bits); \
711 index = SHOW_UBITS(name, gb, nb_bits) + code; \
720 index = SHOW_UBITS(name, gb, nb_bits) + code; \
734 index = SHOW_UBITS(name, gb, bits); \
746 index = SHOW_UBITS(name, gb, nb_bits) + level; \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \