Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/kconfig/
Dzconf.l28 static int text_size, text_asize; variable
46 text_size = 0; in new_string()
52 int new_size = text_size + size + 1; in append_string()
59 memcpy(text + text_size, str, size); in append_string()
60 text_size += size; in append_string()
61 text[text_size] = 0; in append_string()
/hal_espressif-3.6.0/components/ulp/
Dulp.c44 uint16_t text_size; member
118 size_t total_size = (size_t) header.text_offset + (size_t) header.text_size + in ulp_load_binary()
123 header.text_size, header.data_size, header.bss_size); in ulp_load_binary()
129 size_t text_data_size = header.text_size + header.data_size; in ulp_load_binary()