OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newTable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c
133
const ZSTD_DDict**
newTable
= (const ZSTD_DDict**)ZSTD_customCalloc(sizeof(ZSTD_DDict*) * newTableSize, customMem);
139
RETURN_ERROR_IF(!
newTable
, memory_allocation, "Expanded hashset allocation failed!");
140
hashSet->ddictPtrTable =
newTable
;
/src/external/bsd/zstd/dist/programs/
util.c
787
FileNamesTable* const
newTable
= UTIL_assembleFileNamesTable(NULL, 0, NULL);
788
CONTROL(
newTable
!= NULL );
795
newTable
->buf = buf;
796
newTable
->tableSize = table1->tableSize + table2->tableSize;
797
newTable
->fileNames = (const char **) calloc(
newTable
->tableSize, sizeof(*(
newTable
->fileNames)));
798
CONTROL (
newTable
->fileNames != NULL );
804
assert(newTableIdx <=
newTable
->tableSize);
805
newTable
->fileNames[newTableIdx] = buf+pos
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026