Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c509 long bits = (long)version << 12 | rem; // uint18 in drawWhiteFunctionModules() local
537 int bits = (data << 10 | rem) ^ 0x5412; // uint15 in drawFormatBits() local
/lvgl-latest/src/libs/lodepng/
Dlodepng.h808 …unsigned bits; /*bits per channel (not for palette). 1,2 or 4 for grayscale only. 16 if 16-bit per… member
Dlodepng.c624 static unsigned reverseBits(unsigned bits, unsigned num) in reverseBits()
843 unsigned bits, n; in HuffmanTree_makeFromLengths2() local
3580 static void addColorBits(unsigned char * out, size_t index, unsigned bits, unsigned in) in addColorBits()
4360 unsigned bits = getValueRequiredBits(r); in lodepng_compute_color_stats() local
4484 unsigned bits = stats->bits; in auto_choose_color() local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp1306 uint8_t * bits; in vg_lite_update_linear_grad() local
1617 uint8_t * bits; in vg_lite_update_radial_grad() local
/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c201 int bits = 0; in tlsf_fls_sizet() local