Searched refs:program_buffer_max (Results 1 – 3 of 3) sorted by relevance
50 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); variable51 static u8 program_buffer[program_buffer_max] ATTRIBUTE_ALIGN(32);102 if (file_len > program_buffer_max) in main()
83 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); variable84 static u8 program_buffer[program_buffer_max] ATTRIBUTE_ALIGN(32);173 if ( file_len > program_buffer_max ) in main()
100 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); variable101 static u8 program_buffer[program_buffer_max] ATTRIBUTE_ALIGN(32);301 if ( file_len > program_buffer_max ) in main()