Home
last modified time | relevance | path

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

/minix/sys/dev/stbi/
H A Dstb_image.c1476 x = get8u(&j->s); in get_marker()
1479 x = get8u(&j->s); in get_marker()
3314 pal[i][2] = get8u(s); in bmp_load()
3315 pal[i][1] = get8u(s); in bmp_load()
3535 int tga_offset = get8u(s); in tga_load()
4037 dest[i]=get8u(s); in pic_readval()
4298 pal[i][2] = get8u(s); in stbi_gif_parse_colortable()
4299 pal[i][1] = get8u(s); in stbi_gif_parse_colortable()
4300 pal[i][0] = get8u(s); in stbi_gif_parse_colortable()
4311 ver = get8u(s); in stbi_gif_header()
[all …]