Searched refs:size_bits (Results 1 – 6 of 6) sorted by relevance
64 static const GLubyte size_bits[5] = { variable87 v->flags = size_bits[4] | flags; in _mesa_vector4f_init()109 v->flags = size_bits[4] | flags | VEC_MALLOC; in _mesa_vector4f_alloc()
44 size_bits = SAMPLE_FORMATS[sample_format]['size_bytes'] * 845 return 1 << (size_bits - 1)
147 u16 size_bits = ntohs(*(u16 *)(&data[12])); in vpd_reader() local158 ecc[LEN] - BLOCK_SIZE != size_bits / 8 || ecc[VER] != 1 || in vpd_reader()
627 unsigned size_bits; variable637 value_table(expr_handler &ex, unsigned size_bits = 10)638 : ex(ex), size_bits(size_bits), size(1u << size_bits), in ex()
133 next_set_bit(const void *bit_array, unsigned cur_bit, unsigned size_bits) in next_set_bit() argument146 if (cur_bit >= size_bits) in next_set_bit()159 if (cur_bit >= size_bits) in next_set_bit()
628 extern int next_set_bit(const void *bit_array, unsigned cur_bit, unsigned size_bits);