OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tdPtr
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
fse_decompress.c
60
void* const
tdPtr
= dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */
61
FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (
tdPtr
);
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v04.c
1020
void* const
tdPtr
= dt+1; /* because dt is unsigned, 32-bits aligned on 32-bits */
1021
FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (
tdPtr
);
zstd_v05.c
1160
void* const
tdPtr
= dt+1; /* because dt is unsigned, 32-bits aligned on 32-bits */
1161
FSEv05_DECODE_TYPE* const tableDecode = (FSEv05_DECODE_TYPE*) (
tdPtr
);
zstd_v06.c
1404
void* const
tdPtr
= dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */
1405
FSEv06_DECODE_TYPE* const tableDecode = (FSEv06_DECODE_TYPE*) (
tdPtr
);
zstd_v07.c
1425
void* const
tdPtr
= dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */
1426
FSEv07_DECODE_TYPE* const tableDecode = (FSEv07_DECODE_TYPE*) (
tdPtr
);
Completed in 71 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026