Home
last modified time | relevance | path

Searched refs:dict (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/tools/
Dlist_contributors.py33 authors = dict()
/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c1907 LZ4_stream_t_internal *dict = &LZ4_dict->internal_donotuse; in LZ4_loadDict() local
1927 dict->currentOffset += 64 KB; in LZ4_loadDict()
1936 base = dictEnd - dict->currentOffset; in LZ4_loadDict()
1937 dict->dictionary = p; in LZ4_loadDict()
1938 dict->dictSize = (U32)(dictEnd - p); in LZ4_loadDict()
1939 dict->tableType = (U32)tableType; in LZ4_loadDict()
1943 LZ4_putPosition(p, dict->hashTable, tableType, base); in LZ4_loadDict()
1947 return (int)dict->dictSize; in LZ4_loadDict()
2128 LZ4_stream_t_internal *const dict = &LZ4_dict->internal_donotuse; in LZ4_saveDict() local
2129 const BYTE *const previousDictEnd = dict->dictionary + dict->dictSize; in LZ4_saveDict()
[all …]