Go to the source code of this file.
|
int32 | HCPcszip_stread (accrec_t *rec) |
|
int32 | HCPcszip_stwrite (accrec_t *rec) |
|
int32 | HCPcszip_seek (accrec_t *access_rec, int32 offset, int origin) |
|
int32 | HCPcszip_inquire (accrec_t *access_rec, int32 *pfile_id, uint16 *ptag, uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, int16 *pspecial) |
|
int32 | HCPcszip_read (accrec_t *access_rec, int32 length, void *data) |
|
int32 | HCPcszip_write (accrec_t *access_rec, int32 length, const void *data) |
|
intn | HCPcszip_endaccess (accrec_t *access_rec) |
|
intn | HCPsetup_szip_parms (comp_info *c_info, int32 nt, int32 ncomp, int32 ndims, int32 *dims, int32 *cdims) |
|
◆ H4_SZ_ALLOW_K13_OPTION_MASK
#define H4_SZ_ALLOW_K13_OPTION_MASK 1 |
◆ H4_SZ_CHIP_OPTION_MASK
#define H4_SZ_CHIP_OPTION_MASK 2 |
◆ H4_SZ_EC_OPTION_MASK
#define H4_SZ_EC_OPTION_MASK 4 |
◆ H4_SZ_LSB_OPTION_MASK
#define H4_SZ_LSB_OPTION_MASK 8 |
◆ H4_SZ_MSB_OPTION_MASK
#define H4_SZ_MSB_OPTION_MASK 16 |
◆ H4_SZ_NN_OPTION_MASK
#define H4_SZ_NN_OPTION_MASK 32 |
◆ H4_SZ_RAW_OPTION_MASK
#define H4_SZ_RAW_OPTION_MASK 128 |
◆ SZ_H4_REV_2
#define SZ_H4_REV_2 0x10000 /* special bit to signal revised format */ |
◆ HCPcszip_endaccess()
intn HCPcszip_endaccess |
( |
accrec_t * |
access_rec | ) |
|
◆ HCPcszip_inquire()
int32 HCPcszip_inquire |
( |
accrec_t * |
access_rec, |
|
|
int32 * |
pfile_id, |
|
|
uint16 * |
ptag, |
|
|
uint16 * |
pref, |
|
|
int32 * |
plength, |
|
|
int32 * |
poffset, |
|
|
int32 * |
pposn, |
|
|
int16 * |
paccess, |
|
|
int16 * |
pspecial |
|
) |
| |
◆ HCPcszip_read()
int32 HCPcszip_read |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
void * |
data |
|
) |
| |
◆ HCPcszip_seek()
int32 HCPcszip_seek |
( |
accrec_t * |
access_rec, |
|
|
int32 |
offset, |
|
|
int |
origin |
|
) |
| |
◆ HCPcszip_stread()
◆ HCPcszip_stwrite()
int32 HCPcszip_stwrite |
( |
accrec_t * |
rec | ) |
|
◆ HCPcszip_write()
int32 HCPcszip_write |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
const void * |
data |
|
) |
| |
◆ HCPsetup_szip_parms()
intn HCPsetup_szip_parms |
( |
comp_info * |
c_info, |
|
|
int32 |
nt, |
|
|
int32 |
ncomp, |
|
|
int32 |
ndims, |
|
|
int32 * |
dims, |
|
|
int32 * |
cdims |
|
) |
| |
◆ cszip_funcs