Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dmakepng.c102 typedef struct chunk_insert struct
104 struct chunk_insert *next; argument
108 } chunk_insert; argument
556 volatile png_fixed_point gamma, chunk_insert * volatile insert, in write_png()
1135 static chunk_insert *
1141 chunk_insert *cip; in make_insert()
1143 cip = malloc(offsetof(chunk_insert,parameters) + in make_insert()
1162 static chunk_insert *
1286 chunk_insert *head_insert = NULL; in main()
1287 chunk_insert **insert_ptr = &head_insert; in main()
[all …]