Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dxof/
H A Dmszip.c63 cab_LONG g; /* maximum code length */ in fdi_Ziphuft_build()
64 cab_LONG h; /* table level */ in fdi_Ziphuft_build()
239 cab_LONG bl, cab_LONG bd, fdi_decomp_state *decomp_state) in fdi_Zipinflate_codes()
372 cab_LONG fixed_bl, fixed_bd; in fdi_Zipinflate_fixed()
373 cab_LONG i; /* temporary variable */ in fdi_Zipinflate_fixed()
415 cab_LONG i; /* temporary variables */ in fdi_Zipinflate_dynamic()
423 cab_LONG bl; /* lookup bits for tl */ in fdi_Zipinflate_dynamic()
424 cab_LONG bd; /* lookup bits for td */ in fdi_Zipinflate_dynamic()
545 static cab_LONG fdi_Zipinflate_block(cab_LONG *e, fdi_decomp_state *decomp_state) /* e == last bloc… in fdi_Zipinflate_block()
557 *e = (cab_LONG)b & 1; in fdi_Zipinflate_block()
[all …]
H A Dmszip.h28 typedef INT32 cab_LONG; /* 32 bits */ typedef
70 cab_LONG lx[ZIPBMAX+1]; /* memory for l[-1..ZIPBMAX-1] */
88 #define ZIPNEEDBITS(n) {while(k<(n)){cab_LONG c=*(ZIP(inpos)++);\
/reactos/dll/win32/cabinet/
H A Dfdi.c887 cab_LONG h; /* table level */ in fdi_Ziphuft_build()
1062 cab_LONG bl, cab_LONG bd, fdi_decomp_state *decomp_state) in fdi_Zipinflate_codes()
1195 cab_LONG fixed_bl, fixed_bd; in fdi_Zipinflate_fixed()
1238 cab_LONG i; /* temporary variables */ in fdi_Zipinflate_dynamic()
1368 static cab_LONG fdi_Zipinflate_block(cab_LONG *e, fdi_decomp_state *decomp_state) /* e == last bloc… in fdi_Zipinflate_block()
1380 *e = (cab_LONG)b & 1; in fdi_Zipinflate_block()
1408 cab_LONG e; /* last block flag */ in ZIPfdi_decomp()
1902 cab_LONG curpos = LZX(intel_curpos); in LZXfdi_decomp()
1903 cab_LONG filesize = LZX(intel_filesize); in LZXfdi_decomp()
1904 cab_LONG abs_off, rel_off; in LZXfdi_decomp()
[all …]
H A Dcabinet.h60 typedef INT32 cab_LONG; /* 32 bits */ typedef
143 cab_LONG lx[ZIPBMAX+1]; /* memory for l[-1..ZIPBMAX-1] */
224 cab_LONG intel_filesize; /* magic header value used for transform */
225 cab_LONG intel_curpos; /* current offset in transform space */