OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FSE_DState_t
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
fse.h
354
}
FSE_DState_t
;
357
static void FSE_initDState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
359
static unsigned char FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD);
361
static unsigned FSE_endOfDState(const
FSE_DState_t
* DStatePtr);
371
FSE_DState_t
DState; // State context. Multiple ones are possible
416
static unsigned char FSE_decodeSymbolFast(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD);
517
MEM_STATIC void FSE_initDState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt)
526
MEM_STATIC BYTE FSE_peekSymbol(const
FSE_DState_t
* DStatePtr)
532
MEM_STATIC void FSE_updateState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD)
540
MEM_STATIC BYTE FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD
[
all
...]
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
90
}
FSE_DState_t
;
731
static void FSE_initDState(
FSE_DState_t
* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)
740
static BYTE FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, FSE_DStream_t* bitD)
751
static BYTE FSE_decodeSymbolFast(
FSE_DState_t
* DStatePtr, FSE_DStream_t* bitD)
770
static unsigned FSE_endOfDState(const
FSE_DState_t
* DStatePtr)
787
FSE_DState_t
state1;
788
FSE_DState_t
state2;
1643
FSE_DState_t
stateLL;
1644
FSE_DState_t
stateOffb;
1645
FSE_DState_t
stateML
[
all
...]
zstd_v03.c
616
}
FSE_DState_t
;
619
static void FSE_initDState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
621
static unsigned char FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD);
623
static unsigned FSE_endOfDState(const
FSE_DState_t
* DStatePtr);
629
static unsigned char FSE_decodeSymbolFast(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD);
651
MEM_STATIC void FSE_initDState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt)
660
MEM_STATIC BYTE FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD)
671
MEM_STATIC BYTE FSE_decodeSymbolFast(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD)
682
MEM_STATIC unsigned FSE_endOfDState(const
FSE_DState_t
* DStatePtr)
1287
FSE_DState_t
state1
[
all
...]
zstd_v04.c
796
}
FSE_DState_t
;
799
static void FSE_initDState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
801
static unsigned char FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD);
803
static unsigned FSE_endOfDState(const
FSE_DState_t
* DStatePtr);
809
static unsigned char FSE_decodeSymbolFast(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD);
830
MEM_STATIC void FSE_initDState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt)
839
MEM_STATIC BYTE FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD)
850
MEM_STATIC BYTE FSE_decodeSymbolFast(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD)
861
MEM_STATIC unsigned FSE_endOfDState(const
FSE_DState_t
* DStatePtr)
1272
FSE_DState_t
state1
[
all
...]
zstd_v02.c
615
}
FSE_DState_t
;
618
static void FSE_initDState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
620
static unsigned char FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD);
622
static unsigned FSE_endOfDState(const
FSE_DState_t
* DStatePtr);
628
static unsigned char FSE_decodeSymbolFast(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD);
650
MEM_STATIC void FSE_initDState(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt)
659
MEM_STATIC BYTE FSE_decodeSymbol(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD)
670
MEM_STATIC BYTE FSE_decodeSymbolFast(
FSE_DState_t
* DStatePtr, BIT_DStream_t* bitD)
681
MEM_STATIC unsigned FSE_endOfDState(const
FSE_DState_t
* DStatePtr)
1287
FSE_DState_t
state1
[
all
...]
Completed in 94 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026