Home
last modified time | relevance | path

Searched refs:sparse (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt121 While making a dictionary more sparse reduces collisions, it impairs
164 * If the dictionary is kept sparse (through the tunable parameters),
217 benefit from being highly sparse.
224 a more sparse environment than before. The preconditions for this
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt121 While making a dictionary more sparse reduces collisions, it impairs
164 * If the dictionary is kept sparse (through the tunable parameters),
217 benefit from being highly sparse.
224 a more sparse environment than before. The preconditions for this
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py709 def __init__(self, fileobj, offset, size, sparse=None): argument
713 self.sparse = sparse
734 if self.sparse is None:
761 section = self.sparse.find(self.position)
1353 self.sparse = sp