Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpyarena.c19 typedef struct _block { struct
35 struct _block *ab_next; argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpyarena.c19 typedef struct _block { struct
35 struct _block *ab_next; argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1274 offset += self._block(self.size)
1287 buf = tarfile.fileobj.read(self._block(self.size))
1356 tarfile.offset = self.offset_data + self._block(self.size)
1366 buf = tarfile.fileobj.read(self._block(self.size))
1414 offset += next._block(next.size)
1442 def _block(self, count): member in TarInfo