SYMBOL INDEX (20 symbols across 4 files) FILE: qoi.h type qoi_desc (line 236) | typedef struct { type qoi_rgba_t (line 334) | typedef union { function qoi_write_32 (line 341) | static void qoi_write_32(unsigned char *bytes, int *p, unsigned int v) { function qoi_read_32 (line 348) | static unsigned int qoi_read_32(const unsigned char *bytes, int *p) { function qoi_write (line 595) | int qoi_write(const char *filename, const void *data, const qoi_desc *de... FILE: qoibench.c function ns (line 54) | static uint64_t ns() { type libpng_write_t (line 100) | typedef struct { function libpng_encode_callback (line 106) | void libpng_encode_callback(png_structp png_ptr, png_bytep data, png_siz... type libpng_read_t (line 164) | typedef struct { function png_decode_callback (line 170) | void png_decode_callback(png_structp png, png_bytep data, png_size_t len... function png_warning_callback (line 179) | void png_warning_callback(png_structp png_ptr, png_const_charp warning_m... function stbi_write_callback (line 257) | void stbi_write_callback(void *context, void *data, int size) { type benchmark_lib_result_t (line 319) | typedef struct { type benchmark_result_t (line 325) | typedef struct { function benchmark_print_result (line 335) | void benchmark_print_result(benchmark_result_t res) { function benchmark_result_t (line 379) | benchmark_result_t benchmark_image(const char *path) { function benchmark_directory (line 491) | void benchmark_directory(const char *path, benchmark_result_t *grand_tot... function main (line 565) | int main(int argc, char **argv) { FILE: qoiconv.c function main (line 34) | int main(int argc, char **argv) { FILE: qoifuzz.c function LLVMFuzzerTestOneInput (line 20) | int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {