Searched refs:text_heap_buffer (Results 1 – 2 of 2) sorted by relevance
81 static u8 text_heap_buffer[TEXT_HEAPBUF_SIZE] ATTRIBUTE_ALIGN(32); // Buffer for text display variable100 (void)init_text_buf_sys((void *)&(text_heap_buffer[0]), in NitroMain()101 (void *)&(text_heap_buffer[TEXT_HEAPBUF_SIZE])); in NitroMain()
135 static u8 text_heap_buffer[TEXT_HEAPBUF_SIZE]; variable193 (void)init_text_buf_sys((void *)&(text_heap_buffer[0]), in TwlMain()194 (void *)&(text_heap_buffer[TEXT_HEAPBUF_SIZE])); in TwlMain()