Lines Matching refs:value
169 uint32_t value;
173 if ((ret = s->get_freq(rc, totfr, &value)) < 0)
178 if (value >= cumfr + cnt_c)
213 uint32_t value, x = 0, cumfr = 0, cnt_x = 0;
216 if ((ret = s->get_freq(rc, totfr, &value)) < 0)
221 if (value >= cumfr + cnt_x)
232 if (value >= cumfr + cnt_c)
546 uint16_t value = bytestream2_get_le16(gb);
549 r = (value ) & 31;
550 g = (value >> 5) & 31;
551 b = (value >> 10) & 31;