Searched refs:uivector (Results 1 – 1 of 1) sorted by relevance
216 typedef struct uivector { struct220 } uivector; argument223 ((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 …]