Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/ecst/
Decst.py132 output_file = _set_input_and_output(ecst_args)
133 _check_chip(output_file, ecst_args)
136 _check_firmware_header_offset(output_file, ecst_args)
138 _copy_image(output_file, ecst_args)
139 _set_anchor(output_file, ecst_args)
140 _set_extended_anchor(output_file, ecst_args)
141 _set_spi_flash_maximum_clock(output_file, ecst_args)
142 _set_spi_flash_mode(output_file, ecst_args)
143 _set_error_detection_configuration(output_file, ecst_args)
144 _set_firmware_load_start_address(output_file, ecst_args)
[all …]
/Zephyr-Core-2.7.6/tests/benchmarks/sys_kernel/src/
Dsyskernel.c23 FILE *output_file; variable
68 fprintf(output_file, sz_case_result_fmt, sz_fail); in check_result()
69 fprintf(output_file, sz_case_details_fmt, in check_result()
71 fprintf(output_file, sz_case_end_fmt); in check_result()
75 fprintf(output_file, sz_case_result_fmt, sz_fail); in check_result()
76 fprintf(output_file, sz_case_details_fmt, "loop counter = "); in check_result()
77 fprintf(output_file, "%i !!!", i); in check_result()
78 fprintf(output_file, sz_case_end_fmt); in check_result()
81 fprintf(output_file, sz_case_result_fmt, sz_success); in check_result()
82 fprintf(output_file, sz_case_details_fmt, in check_result()
[all …]
Dmem_slab.c76 fprintf(output_file, sz_test_case_fmt, in mem_slab_test()
78 fprintf(output_file, sz_description, in mem_slab_test()
89 fprintf(output_file, sz_test_case_fmt, in mem_slab_test()
91 fprintf(output_file, sz_description, in mem_slab_test()
Dsema.c117 fprintf(output_file, sz_test_case_fmt, in sema_test()
119 fprintf(output_file, sz_description, in sema_test()
140 fprintf(output_file, sz_test_case_fmt, in sema_test()
142 fprintf(output_file, sz_description, in sema_test()
165 fprintf(output_file, sz_test_case_fmt, in sema_test()
167 fprintf(output_file, sz_description, in sema_test()
Dstack.c151 fprintf(output_file, sz_test_case_fmt, in stack_test()
153 fprintf(output_file, sz_description, in stack_test()
175 fprintf(output_file, sz_test_case_fmt, in stack_test()
177 fprintf(output_file, sz_description, in stack_test()
204 fprintf(output_file, sz_test_case_fmt, in stack_test()
206 fprintf(output_file, sz_description, in stack_test()
Dlifo.c149 fprintf(output_file, sz_test_case_fmt, in lifo_test()
151 fprintf(output_file, sz_description, in lifo_test()
179 fprintf(output_file, sz_test_case_fmt, in lifo_test()
181 fprintf(output_file, sz_description, in lifo_test()
213 fprintf(output_file, sz_test_case_fmt, in lifo_test()
215 fprintf(output_file, sz_description, in lifo_test()
Dmwfifo.c150 fprintf(output_file, sz_test_case_fmt, in fifo_test()
152 fprintf(output_file, sz_description, in fifo_test()
179 fprintf(output_file, sz_test_case_fmt, in fifo_test()
181 fprintf(output_file, sz_description, in fifo_test()
211 fprintf(output_file, sz_test_case_fmt, in fifo_test()
213 fprintf(output_file, sz_description, in fifo_test()
Dsyskernel.h30 extern FILE *output_file;
/Zephyr-Core-2.7.6/tests/benchmarks/app_kernel/src/
Dpipe_b.c16 " MB/sec |\n", output_file)
19 PRINT_F(output_file, \
30 " MB/sec |\n", output_file); \
31 PRINT_STRING(dashline, output_file);\
35 PRINT_F(output_file, \
49 " KB/sec |\n", output_file)
52 PRINT_F(output_file, \
63 " KB/sec |\n", output_file); \
64 PRINT_STRING(dashline, output_file); \
68 PRINT_F(output_file, \
[all …]
Dmailbox_b.c19 " |\n", output_file))
21 PRINT_F(output_file, "|%11u|%32.3f|%32f|\n", putsize, puttime / 1000.0,\
25 PRINT_F(output_file, \
33 PRINT_F(output_file, \
41 " |\n", output_file))
44 PRINT_F(output_file, "|%11u|%32u|%32u|\n", putsize, puttime, \
48 PRINT_F(output_file, \
53 PRINT_F(output_file, "| raw transfer rate: %10u KB/sec (without" \
84 PRINT_STRING(dashline, output_file); in mailbox_test()
87 " |\n", output_file); in mailbox_test()
[all …]
Dmaster.c29 FILE *output_file; variable
93 output_file = stdout; in init_output()
124 PRINT_STRING(newline, output_file); in main()
126 PRINT_STRING(dashline, output_file); in main()
129 output_file); in main()
130 PRINT_STRING(dashline, output_file); in main()
139 output_file); in main()
140 PRINT_STRING(dashline, output_file); in main()
141 PRINT_STRING("PROJECT EXECUTION SUCCESSFUL\n", output_file); in main()
Dfifo_b.c24 PRINT_STRING(dashline, output_file); in queue_test()
31 PRINT_F(output_file, FORMAT, "enqueue 1 byte msg in FIFO", in queue_test()
41 PRINT_F(output_file, FORMAT, "dequeue 1 byte msg in FIFO", in queue_test()
51 PRINT_F(output_file, FORMAT, "enqueue 4 bytes msg in FIFO", in queue_test()
61 PRINT_F(output_file, FORMAT, "dequeue 4 bytes msg in FIFO", in queue_test()
73 PRINT_F(output_file, FORMAT, in queue_test()
84 PRINT_F(output_file, FORMAT, in queue_test()
Dsema_b.c25 PRINT_STRING(dashline, output_file); in sema_test()
33 PRINT_F(output_file, FORMAT, "signal semaphore", in sema_test()
46 PRINT_F(output_file, FORMAT, "signal to waiting high pri task", in sema_test()
56 PRINT_F(output_file, FORMAT, in sema_test()
Dmemmap_b.c28 PRINT_STRING(dashline, output_file); in memorymap_test()
33 PRINT_F(output_file, FORMAT, in memorymap_test()
42 PRINT_F(output_file, FORMAT, "average alloc and dealloc memory page", in memorymap_test()
Dmutex_b.c24 PRINT_STRING(dashline, output_file); in mutex_test()
33 PRINT_F(output_file, FORMAT, "average lock and unlock mutex", in mutex_test()
Dpipe_r.c132 output_file); in pipeget()
136 output_file); in pipeget()
139 output_file); in pipeget()
Dmaster.h53 extern FILE *output_file;
173 PRINT_F(output_file, __FILE__":%d Error: tick occurred\n", __LINE__)
/Zephyr-Core-2.7.6/scripts/
Dgen_offset_header.py29 def gen_offset_header(input_name, input_file, output_file): argument
31 output_file.write("""/* THIS FILE IS AUTO GENERATED. PLEASE DO NOT EDIT.
53 output_file.write(
57 output_file.write("\n#endif /* %s */\n" % include_guard)
81 output_file = open(args.output, 'w') variable
83 ret = gen_offset_header(args.input, input_file, output_file)
/Zephyr-Core-2.7.6/cmake/
Dcfb.cmake7 output_file # The generated header file
12 OUTPUT ${output_file}
18 --output ${output_file}
31 output_file # The generated header file
38 generate_cfb_font(${input_file} ${output_file} ${width} ${height} ${ARGN})
40 # Ensure 'output_file' is generated before 'target' by creating a
49 output_file # The generated header file
55 # Ensure 'output_file' is generated before 'target' by creating a
60 generate_unique_target_name_from_filename(${output_file} generated_target_name)
62 add_custom_target(${generated_target_name} DEPENDS ${output_file})
[all …]
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/
Ddump_trace.py49 if args.output_file:
50 etrace.save(args.output_file)
/Zephyr-Core-2.7.6/scripts/tracing/
Dtrace_capture_uart.py31 output_file = args.output
43 with open(output_file, "wb") as file_desc:
Dtrace_capture_usb.py40 output_file = args.output
89 with open(output_file, "wb") as file_desc:
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/lib/
Detrace.py68 def save(self, output_file): argument
70 with open(output_file, "wb+") as f:
/Zephyr-Core-2.7.6/scripts/footprint/
Dcompare_footprint119 output_file=None): argument
120 if not output_file:
121 output_file = sanity_results_filename(commit)
123 cmd += ' +scripts/sanity_chk/sanity_compare.args -o %s"' % output_file
/Zephyr-Core-2.7.6/scripts/west_commands/
Drun_common.py345 def output_file(filetype): function
364 output_file('elf'),
365 output_file('hex'),
366 output_file('bin'),

12