Home
last modified time | relevance | path

Searched refs:bitcount (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/uzlib/
A Dtinflate.c244 if (!d->bitcount--) in tinf_getbit()
248 d->bitcount = 7; in tinf_getbit()
508 d->bitcount = 0; in tinf_inflate_uncompressed_block()
542 d->bitcount = 0; in uzlib_uncompress_init()
A Duzlib.h98 unsigned int bitcount; member
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c2281 unsigned short bitcount, i, shift; in _bdf_parse_start() local
2288 bitcount = 0; in _bdf_parse_start()
2292 bitcount = i; in _bdf_parse_start()
2296 shift = (short)( ( bitcount > 3 ) ? 8 : ( 1 << bitcount ) ); in _bdf_parse_start()

Completed in 12 milliseconds