wok view linld/stuff/src/HIMEM.INC @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents a946c1651082
children
line source
1 struc image_himem ;struct image_himem {
2 fd dw ? ; 0 int fd;
3 fallback dd ? ; 2 u32 fallback;
4 size dd ? ; 6 u32 size; // assume zero'd in bss
5 remaining dd ? ;10 u32 remaining;
6 buf dd ? ;14 u32 buf;
7 bufv dw ? ;18 u32 *bufv;
8 chunk_size dd ? ;20 u32 chunk_size;
9 state dw ? ;24 u16 state;
10 fd2close dw ? ;26 u16 fd2close;
11 ends image_himem ;};