Lines Matching refs:outf
29 outf = args.output
36 outf.write('/* Automatically generated, do no edit */\n')
37 outf.write('const unsigned char stmm_image[] = {\n')
41 outf.write('\t')
42 outf.write('0x{:02x},'.format(bytes[i]))
45 outf.write('\n')
47 outf.write(' ')
48 outf.write('};\n')
50 outf.write('const unsigned int stmm_image_size = sizeof(stmm_image);\n')
51 outf.write('const unsigned int stmm_image_uncompressed_size = '
55 outf.close()