Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt40 * Accumulating references in a dictionary of lists:
84 * Maximum dictionary load in PyDict_SetItem. Currently set to 2/3.
98 depending on the size of the dictionary. Setting to *4
101 * Maximum sparseness (minimum dictionary load). What percentage
102 of entries can be unused before the dictionary shrinks to
121 While making a dictionary more sparse reduces collisions, it impairs
123 entry. Doubling the size of dictionary results in twice as many
126 Also, every dictionary iterates at least twice, once for the memset()
131 dictionary can grow (and may *require* resizing), other operations
133 are reduced. In particular, an algorithm that empties a dictionary
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt40 * Accumulating references in a dictionary of lists:
84 * Maximum dictionary load in PyDict_SetItem. Currently set to 2/3.
98 depending on the size of the dictionary. Setting to *4
101 * Maximum sparseness (minimum dictionary load). What percentage
102 of entries can be unused before the dictionary shrinks to
121 While making a dictionary more sparse reduces collisions, it impairs
123 entry. Doubling the size of dictionary results in twice as many
126 Also, every dictionary iterates at least twice, once for the memset()
131 dictionary can grow (and may *require* resizing), other operations
133 are reduced. In particular, an algorithm that empties a dictionary
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dexample.c34 const char dictionary[] = "hello"; variable
441 (const Bytef*)dictionary, sizeof(dictionary));
493 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
494 sizeof(dictionary));
Dzlib.h539 const Bytef *dictionary,
737 const Bytef *dictionary,
Dinflate.c1169 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
1171 const Bytef *dictionary;
1186 id = adler32(id, dictionary, dictLength);
1197 zmemcpy(state->window, dictionary + dictLength - state->wsize,
1202 zmemcpy(state->window + state->wsize - dictLength, dictionary,
Ddeflate.c315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
317 const Bytef *dictionary;
325 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL ||
332 strm->adler = adler32(strm->adler, dictionary, dictLength);
337 dictionary += dictLength - length; /* use the tail of the dictionary */
339 zmemcpy(s->window, dictionary, length);
DChangeLog340 - Permit setting dictionary for raw deflate (for parallel deflate)
671 - allow preset dictionary shared between compressor and decompressor
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dexample.c34 const char dictionary[] = "hello"; variable
472 (const Bytef*)dictionary, (int)sizeof(dictionary));
524 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
525 (int)sizeof(dictionary));
Dinflate.c1268 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1270 Bytef *dictionary;
1280 if (state->whave && dictionary != Z_NULL) {
1281 zmemcpy(dictionary, state->window + state->wnext,
1283 zmemcpy(dictionary + state->whave - state->wnext,
1291 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
1293 const Bytef *dictionary;
1309 dictid = adler32(dictid, dictionary, dictLength);
1316 ret = updatewindow(strm, dictionary + dictLength, dictLength);
Dzlib.h588 const Bytef *dictionary,
820 const Bytef *dictionary,
843 Bytef *dictionary,
Ddeflate.c323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
325 const Bytef *dictionary;
334 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL)
343 strm->adler = adler32(strm->adler, dictionary, dictLength);
354 dictionary += dictLength - s->w_size; /* use the tail */
362 strm->next_in = (z_const Bytef *)dictionary;
DChangeLog213 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
957 - Permit setting dictionary for raw deflate (for parallel deflate)
1288 - allow preset dictionary shared between compressor and decompressor
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzlib.h612 const Bytef *dictionary,
656 Bytef *dictionary,
885 const Bytef *dictionary,
908 Bytef *dictionary,
Dinflate.c1292 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1294 Bytef *dictionary;
1304 if (state->whave && dictionary != Z_NULL) {
1305 zmemcpy(dictionary, state->window + state->wnext,
1307 zmemcpy(dictionary + state->whave - state->wnext,
1315 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
1317 const Bytef *dictionary;
1333 dictid = adler32(dictid, dictionary, dictLength);
1340 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt191 - Variable dictionary size (up to 1 GB)
242 The maximum value for dictionary size is 1 GB = 2^30 bytes.
244 For decompressing file compressed by LZMA method with dictionary
269 Memory requirements depend from dictionary size
291 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-sdk.txt191 - Variable dictionary size (up to 1 GB)
242 The maximum value for dictionary size is 1 GB = 2^30 bytes.
244 For decompressing file compressed by LZMA method with dictionary
269 Memory requirements depend from dictionary size
291 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt191 - Variable dictionary size (up to 1 GB)
242 The maximum value for dictionary size is 1 GB = 2^30 bytes.
244 For decompressing file compressed by LZMA method with dictionary
269 Memory requirements depend from dictionary size
291 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
DREADME66 of a Python dictionary, and country names are normalized
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py151 dictionary = {'a': deepcopy(a), 'b': b, 'c': c, 'd': d}
152 exec stmt in dictionary
153 self.assertEqual(dictionary['a'], res)
161 dictionary['a'] = deepcopy(a)
162 m(dictionary['a'], b, c, d)
163 self.assertEqual(dictionary['a'], res)
164 dictionary['a'] = deepcopy(a)
165 bm = getattr(dictionary['a'], meth)
167 self.assertEqual(dictionary['a'], res)
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices216 webster 765/tcp # Network dictionary