Home
last modified time | relevance | path

Searched refs:extrasize (Results 1 – 4 of 4) sorted by relevance

/external/python/apitools/apitools/base/py/
Dgzip.py179 self.extrasize = 0
337 if self.extrasize <= 0 and self.fileobj is None:
344 size = self.extrasize
346 while size > self.extrasize:
348 if size > self.extrasize:
349 size = self.extrasize
355 self.extrasize = self.extrasize - size
366 if self.extrasize <= 0 and self.fileobj is None:
371 while self.extrasize <= 0 and self._read():
373 if size < 0 or size > self.extrasize:
[all …]
/external/python/cpython2/Lib/
Dgzip.py113 self.extrasize = 0
253 if self.extrasize <= 0 and self.fileobj is None:
263 size = self.extrasize
266 while size > self.extrasize:
270 if size > self.extrasize:
271 size = self.extrasize
275 self.extrasize = self.extrasize - size
281 self.extrasize = len(buf) + self.extrasize
338 self.extrasize = self.extrasize + len(data)
410 self.extrasize = 0
[all …]
/external/erofs-utils/lib/
Dcache.c79 unsigned int extrasize, in __erofs_battach() argument
84 alignsize) + incr + extrasize, in __erofs_battach()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c9629 int extrasize; in compile_assert_matchingpath() local
9682 extrasize = 1; in compile_assert_matchingpath()
9684 extrasize = 0; in compile_assert_matchingpath()
9687 extrasize++; in compile_assert_matchingpath()
9692 if (extrasize > 0) in compile_assert_matchingpath()
9693 allocate_stack(common, extrasize); in compile_assert_matchingpath()
9698 if (extrasize > 0) in compile_assert_matchingpath()
9703 SLJIT_ASSERT(extrasize == 2); in compile_assert_matchingpath()
9710 extrasize = needs_control_head ? 3 : 2; in compile_assert_matchingpath()
9711 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
[all …]