Home
last modified time | relevance | path

Searched refs:stated_size (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/frontend/
H A Dsicc.c28 size_t stated_size = 0; in sanei_load_icc_profile() local
41 stated_size = 16777216 * fgetc(fd) + 65536 * fgetc(fd) + 256 * fgetc(fd) + fgetc(fd); in sanei_load_icc_profile()
44 if (stated_size > (size_t) s.st_size) in sanei_load_icc_profile()
50 profile = malloc(stated_size); in sanei_load_icc_profile()
52 if (fread(profile, stated_size, 1, fd) != 1) in sanei_load_icc_profile()
60 *size = stated_size; in sanei_load_icc_profile()

Completed in 1 milliseconds