HomeSort by relevance Sort by last modified time
    Searched refs:ab_size (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyarena.c 24 size_t ab_size; member in struct:_block
86 b->ab_size = size;
109 if (b->ab_offset + size > b->ab_size) {
124 assert(b->ab_offset + size <= b->ab_size);
197 arena->total_block_size += arena->a_cur->ab_size;
198 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyarena.c 24 size_t ab_size; member in struct:_block
86 b->ab_size = size;
109 if (b->ab_offset + size > b->ab_size) {
124 assert(b->ab_offset + size <= b->ab_size);
204 arena->total_block_size += arena->a_cur->ab_size;
205 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE)
  /external/python/cpython2/Python/
pyarena.c 24 size_t ab_size; member in struct:_block
86 b->ab_size = size;
109 if (b->ab_offset + size > b->ab_size) {
124 assert(b->ab_offset + size <= b->ab_size);
197 arena->total_block_size += arena->a_cur->ab_size;
198 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE)
  /external/python/cpython3/Python/
pyarena.c 21 size_t ab_size; member in struct:_block
83 b->ab_size = size;
106 if (b->ab_offset + size > b->ab_size) {
121 assert(b->ab_offset + size <= b->ab_size);
194 arena->total_block_size += arena->a_cur->ab_size;
195 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE)

Completed in 564 milliseconds