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()
94 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); variable95 static u8 program_buffer[program_buffer_max] ATTRIBUTE_ALIGN(32);184 if ( file_len > program_buffer_max ) in main()
103 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); variable104 static u8 program_buffer[program_buffer_max] ATTRIBUTE_ALIGN(32);304 if ( file_len > program_buffer_max ) in main()