GSI Object Oriented Online Offline (Go4) GO4-6.4.5
Loading...
Searching...
No Matches
f_ut_compress.h File Reference
#include "typedefs.h"

Go to the source code of this file.

Data Structures

struct  s_compress

Macros

#define COMPR__PATTERN   0x0f0f0f0f

Functions

INTS4 f_ut_compr_pack (INTU1 *, INTS4, INTU1 *, INTS4)
INTS4 f_ut_compr_size (INTU1 *, INTS4)
INTS4 f_ut_compr_unpack (INTU1 *, INTU1 *, INTS4)
INTS4 f_ut_compr_zeros (INTU1 *, INTS4)

Macro Definition Documentation

◆ COMPR__PATTERN

#define COMPR__PATTERN   0x0f0f0f0f

Definition at line 18 of file f_ut_compress.h.

Function Documentation

◆ f_ut_compr_pack()

INTS4 f_ut_compr_pack ( INTU1 * pc_input,
INTS4 l_inlen,
INTU1 * pc_output,
INTS4 l_outlen )

Definition at line 221 of file f_ut_compress.c.

◆ f_ut_compr_size()

INTS4 f_ut_compr_size ( INTU1 * pc_input,
INTS4 l_inlen )

Definition at line 79 of file f_ut_compress.c.

◆ f_ut_compr_unpack()

INTS4 f_ut_compr_unpack ( INTU1 * pc_input,
INTU1 * pc_output,
INTS4 l_outlen )

Definition at line 344 of file f_ut_compress.c.

◆ f_ut_compr_zeros()

INTS4 f_ut_compr_zeros ( INTU1 * pc_input,
INTS4 l_inlen )

Definition at line 133 of file f_ut_compress.c.