-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
186 changed files
with
193 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
using System; | ||
using ZstdSharp.Unsafe; | ||
|
||
namespace ZstdSharp | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
using System; | ||
using ZstdSharp.Unsafe; | ||
|
||
namespace ZstdSharp | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System; | ||
using ZstdSharp.Unsafe; | ||
|
||
namespace ZstdSharp | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/Arrays.cs → src/ZstdSharp/Unsafe/Arrays.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/BIT_CStream_t.cs → src/ZstdSharp/Unsafe/BIT_CStream_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/BIT_DStream_status.cs → src/ZstdSharp/Unsafe/BIT_DStream_status.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
public enum BIT_DStream_status | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/BIT_DStream_t.cs → src/ZstdSharp/Unsafe/BIT_DStream_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/COVER_best_s.cs → src/ZstdSharp/Unsafe/COVER_best_s.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
/** | ||
* COVER_best_t is used for two purposes: | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/COVER_dictSelection.cs → src/ZstdSharp/Unsafe/COVER_dictSelection.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/COVER_epoch_info_t.cs → src/ZstdSharp/Unsafe/COVER_epoch_info_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
/** | ||
*Number of epochs and size of each epoch. | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/COVER_segment_t.cs → src/ZstdSharp/Unsafe/COVER_segment_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/DTableDesc.cs → src/ZstdSharp/Unsafe/DTableDesc.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/EStats_ress_t.cs → src/ZstdSharp/Unsafe/EStats_ress_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
public unsafe partial struct EStats_ress_t | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/FASTCOVER_accel_t.cs → src/ZstdSharp/Unsafe/FASTCOVER_accel_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/FASTCOVER_ctx_t.cs → src/ZstdSharp/Unsafe/FASTCOVER_ctx_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../Native/FASTCOVER_tryParameters_data_s.cs → .../Unsafe/FASTCOVER_tryParameters_data_s.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
/** | ||
* Parameters for FASTCOVER_tryParameters(). | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/FSE_CState_t.cs → src/ZstdSharp/Unsafe/FSE_CState_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/FSE_DState_t.cs → src/ZstdSharp/Unsafe/FSE_DState_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/FSE_DTableHeader.cs → src/ZstdSharp/Unsafe/FSE_DTableHeader.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/FSE_decode_t.cs → src/ZstdSharp/Unsafe/FSE_decode_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
public partial struct FSE_decode_t | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/FSE_repeat.cs → src/ZstdSharp/Unsafe/FSE_repeat.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
public enum FSE_repeat | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
.../Native/FSE_symbolCompressionTransform.cs → .../Unsafe/FSE_symbolCompressionTransform.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/Fastcover.cs → src/ZstdSharp/Unsafe/Fastcover.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/FseCompress.cs → src/ZstdSharp/Unsafe/FseCompress.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/HIST_checkInput_e.cs → src/ZstdSharp/Unsafe/HIST_checkInput_e.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
public enum HIST_checkInput_e | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/HUF_CElt_s.cs → src/ZstdSharp/Unsafe/HUF_CElt_s.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/HUF_DEltX1.cs → src/ZstdSharp/Unsafe/HUF_DEltX1.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/HUF_DEltX2.cs → src/ZstdSharp/Unsafe/HUF_DEltX2.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...harp/Native/HUF_ReadDTableX1_Workspace.cs → ...harp/Unsafe/HUF_ReadDTableX1_Workspace.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rp/Native/HUF_decompress_usingDTable_t.cs → ...rp/Unsafe/HUF_decompress_usingDTable_t.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ZstdSharp/Native/HUF_nbStreams_e.cs → src/ZstdSharp/Unsafe/HUF_nbStreams_e.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace ZstdSharp | ||
namespace ZstdSharp.Unsafe | ||
{ | ||
public enum HUF_nbStreams_e | ||
{ | ||
|
Oops, something went wrong.