bitstoint 104 3rdparty/libjasper/jas_image.c static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd); bitstoint 451 3rdparty/libjasper/jas_image.c *d = bitstoint(v, cmpt->prec_, cmpt->sgnd_); bitstoint 907 3rdparty/libjasper/jas_image.c return bitstoint(v, cmpt->prec_, cmpt->sgnd_);