Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/wxc/unregister-1/src/
Dmain.c81 static u8 text_heap_buffer[TEXT_HEAPBUF_SIZE] ATTRIBUTE_ALIGN(32); // Buffer for text display variable
100 (void)init_text_buf_sys((void *)&(text_heap_buffer[0]), in NitroMain()
101 (void *)&(text_heap_buffer[TEXT_HEAPBUF_SIZE])); in NitroMain()
/TwlSDK-5.5/build/demos/wbt/wbt-1/src/
Dmain.c135 static u8 text_heap_buffer[TEXT_HEAPBUF_SIZE]; variable
213 (void)init_text_buf_sys((void *)&(text_heap_buffer[0]), in TwlMain()
214 (void *)&(text_heap_buffer[TEXT_HEAPBUF_SIZE])); in TwlMain()