Home
last modified time | relevance | path

Searched refs:new_size (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/
Dcode_size_compare.py608 new_size: typing.Optional[CodeSizeGeneratorWithSize.SizeEntry],
629 if old_size and new_size:
630 new_attr = new_size.__dict__[sect]
639 elif new_size:
640 new_attr = new_size.__dict__[sect]
666 new_size = revs_size.get(new_rev)
668 text_sect = cal_sect_change(old_size, new_size, 'text')
669 data_sect = cal_sect_change(old_size, new_size, 'data')
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_context_info.c388 size_t new_size = (MAX_BASE64_LEN - 4096 > *max_len) ? in read_next_b64_code() local
391 ptr = realloc(*b64, new_size); in read_next_b64_code()
397 *max_len = new_size; in read_next_b64_code()