HomeSort by: relevance | last modified time | path
    Searched refs:newTable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
util.c 782 FileNamesTable* const newTable = UTIL_assembleFileNamesTable(NULL, 0, NULL);
783 CONTROL( newTable != NULL );
790 newTable->buf = buf;
791 newTable->tableSize = table1->tableSize + table2->tableSize;
792 newTable->fileNames = (const char **) calloc(newTable->tableSize, sizeof(*(newTable->fileNames)));
793 CONTROL ( newTable->fileNames != NULL );
799 assert(newTableIdx <= newTable->tableSize);
800 newTable->fileNames[newTableIdx] = buf+pos
    [all...]
  /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/gpl3/gcc.old/dist/gcc/d/dmd/
func.d 3515 scope newTable = AssocArray!(const(char)*, bool)();
3516 return traverse(tb, ta, newTable, true);
  /src/external/mit/expat/dist/lib/
xmlparse.c 583 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
7784 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
7801 newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY));

Completed in 27 milliseconds