Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/png/
Dlodepng.c216 typedef struct uivector { struct
220 } uivector; argument
223 ((uivector*)p)->size = ((uivector*)p)->allocsize = 0; in uivector_cleanup()
224 lodepng_free(((uivector*)p)->data); in uivector_cleanup()
225 ((uivector*)p)->data = NULL; in uivector_cleanup()
229 static unsigned uivector_resize(uivector* p, size_t size) { in uivector_resize()
244 static void uivector_init(uivector* p) { in uivector_init()
250 static unsigned uivector_push_back(uivector* p, unsigned c) { in uivector_push_back()
1465 static void addLengthDistance(uivector* values, size_t length, size_t distance) { in addLengthDistance()
1592 static unsigned encodeLZ77(uivector* out, Hash* hash, in encodeLZ77()
[all …]