Searched refs:LEN (Results 1 – 4 of 4) sorted by relevance
| /lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/ |
| D | README.md | 28 printf("LEN: %d\n%s\n", len, chars); 35 LEN: 398
|
| /lvgl-latest/src/draw/vg_lite/ |
| D | lv_vg_lite_path.c | 31 #define VLC_OP_ARG_LEN(OP, LEN) \ argument 33 return (LEN)
|
| /lvgl-latest/src/libs/lodepng/ |
| D | lodepng.c | 1431 unsigned LEN, NLEN, error = 0; in inflateNoCompression() local 1438 LEN = (unsigned)reader->data[bytepos] + ((unsigned)reader->data[bytepos + 1] << 8u); in inflateNoCompression() 1444 if(!settings->ignore_nlen && LEN + NLEN != 65535) { in inflateNoCompression() 1448 if(!ucvector_resize(out, out->size + LEN)) return 83; /*alloc fail*/ in inflateNoCompression() 1451 if(bytepos + LEN > size) return 23; /*error: reading outside of in buffer*/ in inflateNoCompression() 1454 if(LEN) { in inflateNoCompression() 1455 lodepng_memcpy(out->data + out->size - LEN, reader->data + bytepos, LEN); in inflateNoCompression() 1456 bytepos += LEN; in inflateNoCompression() 1848 unsigned BFINAL, BTYPE, LEN, NLEN; in deflateNoCompression() local 1855 LEN = 65535; in deflateNoCompression() [all …]
|
| /lvgl-latest/src/others/vg_lite_tvg/ |
| D | vg_lite_tvg.cpp | 61 #define VLC_OP_ARG_LEN(OP, LEN) \ argument 63 return (LEN)
|