Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
4e588617
Commit
4e588617
authored
1 year ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
Update decompression for the handling of chunks
parent
ab9db4aa
No related branches found
No related tags found
1 merge request
!26
Adapt cmp_tool to the chunk decompression
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/decmp.h
+2
-2
2 additions, 2 deletions
lib/decmp.h
lib/decompress/decmp.c
+339
-262
339 additions, 262 deletions
lib/decompress/decmp.c
with
341 additions
and
264 deletions
lib/decmp.h
+
2
−
2
View file @
4e588617
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
#ifndef DECMP_H
#ifndef DECMP_H
#define DECMP_H
#define DECMP_H
#include
<
cmp_entity.h
>
#include
"common/
cmp_entity.h
"
#include
<
cmp_support.h
>
#include
"common/
cmp_support.h
"
int
decompress_cmp_entiy
(
struct
cmp_entity
*
ent
,
void
*
model_of_data
,
int
decompress_cmp_entiy
(
struct
cmp_entity
*
ent
,
void
*
model_of_data
,
void
*
up_model_buf
,
void
*
decompressed_data
);
void
*
up_model_buf
,
void
*
decompressed_data
);
...
...
This diff is collapsed.
Click to expand it.
lib/decompress/decmp.c
+
339
−
262
View file @
4e588617
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment