Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/wxc/unregister-1/src/
Dmain.c80 #define TEXT_HEAPBUF_SIZE 0x10000 // 2005/01/12 Redefined quite a bit (Terui) macro
81 static u8 text_heap_buffer[TEXT_HEAPBUF_SIZE] ATTRIBUTE_ALIGN(32); // Buffer for text display
101 (void *)&(text_heap_buffer[TEXT_HEAPBUF_SIZE])); in NitroMain()
/TwlSDK-5.5/build/demos/wbt/wbt-1/src/
Dmain.c134 #define TEXT_HEAPBUF_SIZE 0x8000 macro
135 static u8 text_heap_buffer[TEXT_HEAPBUF_SIZE];
214 (void *)&(text_heap_buffer[TEXT_HEAPBUF_SIZE])); in TwlMain()