Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.4.0/src/extra/libs/qrcode/
Dqrcodegen.c492 long bits = (long)version << 12 | rem; // uint18 in drawWhiteFunctionModules() local
519 int bits = (data << 10 | rem) ^ 0x5412; // uint15 in drawFormatBits() local
/lvgl-3.4.0/src/extra/libs/png/
Dlodepng.h714 …unsigned bits; /*bits per channel (not for palette). 1,2 or 4 for grayscale only. 16 if 16-bit per… member
Dlodepng.c608 static unsigned reverseBits(unsigned bits, unsigned num) { in reverseBits()
815 unsigned bits, n; in HuffmanTree_makeFromLengths2() local
3097 static void addColorBits(unsigned char* out, size_t index, unsigned bits, unsigned in) { in addColorBits()
3804 unsigned bits = getValueRequiredBits(r); in lodepng_compute_color_stats() local
3918 unsigned bits = stats->bits; in auto_choose_color() local
/lvgl-3.4.0/src/misc/
Dlv_tlsf.c201 int bits = 0; in tlsf_fls_sizet() local