#include "typedefs.h"
#include "f_ut_compress.h"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | PACK(bit) if(*pc_in != 0){*pl_mask += bit ; *pc_out++ = *pc_in; } pc_in++; |
Functions | |
INTS4 | f_ut_compr_size (INTU1 *pc_input, INTS4 l_inlen) |
INTS4 | f_ut_compr_zeros (INTU1 *pc_input, INTS4 l_inlen) |
INTS4 | f_ut_compr_pack (INTU1 *pc_input, INTS4 l_inlen, INTU1 *pc_output, INTS4 l_outlen) |
INTS4 | f_ut_compr_unpack (INTU1 *pc_input, INTU1 *pc_output, INTS4 l_outlen) |
#define PACK | ( | bit | ) | if(*pc_in != 0){*pl_mask += bit ; *pc_out++ = *pc_in; } pc_in++; |
Definition at line 19 of file f_ut_compress.c.
Referenced by f_ut_compr_pack().
Definition at line 228 of file f_ut_compress.c.
References s_compress::l_comp_bytes, s_compress::l_endian, s_compress::l_full_bytes, s_compress::l_length, s_compress::l_masks, s_compress::l_pattern, and PACK.
Definition at line 79 of file f_ut_compress.c.
Definition at line 351 of file f_ut_compress.c.
References s_compress::l_full_bytes, and s_compress::l_masks.
Referenced by f_his_getbas().
Definition at line 137 of file f_ut_compress.c.