Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/scripts/kconfig/
Dzconf.l27 static int text_size, text_asize; variable
44 text_asize = START_STRSIZE; in new_string()
52 if (new_size > text_asize) { in append_string()
56 text_asize = new_size; in append_string()
/third_party/toybox/kconfig/
Dlex.zconf.c_shipped774 static int text_size, text_asize;
791 text_asize = START_STRSIZE;
799 if (new_size > text_asize) {
803 text_asize = new_size;