Home
last modified time | relevance | path

Searched refs:program_buffer_max (Results 1 – 3 of 3) sorted by relevance

/RevoEX-2.1/build/demos/mpfsdemo/src/
Dmpfssimple.c50 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); variable
51 static u8 program_buffer[program_buffer_max] ATTRIBUTE_ALIGN(32);
102 if (file_len > program_buffer_max) in main()
/RevoEX-2.1/build/demos/mpdldemo/src/
Dmpdlsimple.c83 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); variable
84 static u8 program_buffer[program_buffer_max] ATTRIBUTE_ALIGN(32);
173 if ( file_len > program_buffer_max ) in main()
Dmpdlntr2rvl.c100 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); variable
101 static u8 program_buffer[program_buffer_max] ATTRIBUTE_ALIGN(32);
301 if ( file_len > program_buffer_max ) in main()