OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIT_reloadDStream
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
bitstream.h
102
} BIT_DStream_status; /* result of
BIT_reloadDStream
() */
106
MEM_STATIC BIT_DStream_status
BIT_reloadDStream
(BIT_DStream_t* bitD);
114
* Local register is explicitly reloaded from memory by the
BIT_reloadDStream
() method.
380
* Simple variant of
BIT_reloadDStream
(), with two conditions:
395
* Similar to
BIT_reloadDStream
(), but with two differences:
398
* point you must use
BIT_reloadDStream
() to reload.
407
/*!
BIT_reloadDStream
() :
412
FORCE_INLINE_TEMPLATE BIT_DStream_status
BIT_reloadDStream
(BIT_DStream_t* bitD)
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c
270
BIT_DStream_overflow = 3 } BIT_DStream_status; /* result of
BIT_reloadDStream
() */
275
MEM_STATIC BIT_DStream_status
BIT_reloadDStream
(BIT_DStream_t* bitD);
404
MEM_STATIC BIT_DStream_status
BIT_reloadDStream
(BIT_DStream_t* bitD)
656
BIT_reloadDStream
(bitD);
1301
for ( ; (
BIT_reloadDStream
(&bitD)==BIT_DStream_unfinished) && (op<olimit) ; op+=4)
1306
BIT_reloadDStream
(&bitD);
1311
{ if (
BIT_reloadDStream
(&bitD) > BIT_DStream_unfinished) { op+=2; break; } }
1316
BIT_reloadDStream
(&bitD);
1322
/* note :
BIT_reloadDStream
(&bitD) >= FSE_DStream_partiallyFilled; Ends at exactly BIT_DStream_completed */
1325
if ( (
BIT_reloadDStream
(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDStat (…)
[
all
...]
zstd_v04.c
546
BIT_DStream_overflow = 3 } BIT_DStream_status; /* result of
BIT_reloadDStream
() */
551
MEM_STATIC BIT_DStream_status
BIT_reloadDStream
(BIT_DStream_t* bitD);
675
MEM_STATIC BIT_DStream_status
BIT_reloadDStream
(BIT_DStream_t* bitD)
835
BIT_reloadDStream
(bitD);
1286
for ( ; (
BIT_reloadDStream
(&bitD)==BIT_DStream_unfinished) && (op<olimit) ; op+=4)
1291
BIT_reloadDStream
(&bitD);
1296
{ if (
BIT_reloadDStream
(&bitD) > BIT_DStream_unfinished) { op+=2; break; } }
1301
BIT_reloadDStream
(&bitD);
1307
/* note :
BIT_reloadDStream
(&bitD) >= FSE_DStream_partiallyFilled; Ends at exactly BIT_DStream_completed */
1310
if ( (
BIT_reloadDStream
(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDStat (…)
[
all
...]
zstd_v02.c
269
BIT_DStream_overflow = 3 } BIT_DStream_status; /* result of
BIT_reloadDStream
() */
274
MEM_STATIC BIT_DStream_status
BIT_reloadDStream
(BIT_DStream_t* bitD);
403
MEM_STATIC BIT_DStream_status
BIT_reloadDStream
(BIT_DStream_t* bitD)
655
BIT_reloadDStream
(bitD);
1301
for ( ; (
BIT_reloadDStream
(&bitD)==BIT_DStream_unfinished) && (op<olimit) ; op+=4)
1306
BIT_reloadDStream
(&bitD);
1311
{ if (
BIT_reloadDStream
(&bitD) > BIT_DStream_unfinished) { op+=2; break; } }
1316
BIT_reloadDStream
(&bitD);
1322
/* note :
BIT_reloadDStream
(&bitD) >= FSE_DStream_partiallyFilled; Ends at exactly BIT_DStream_completed */
1325
if ( (
BIT_reloadDStream
(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDStat (…)
[
all
...]
Completed in 57 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026