Home
last modified time | relevance | path

Searched refs:exit (Results 1 – 22 of 22) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dpad_checksum32 sys.exit("Could not open input file '{}'".format(args.ifile))
35 …sys.exit("Input file size ({} bytes) too large for final size ({} bytes)".format(len(idata), args.…
55 sys.exit("Could not open output file '{}'".format(args.ofile))
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dpad_checksum31 sys.exit("Could not open input file '{}'".format(args.ifile))
34 …sys.exit("Input file size ({} bytes) too large for final size ({} bytes)".format(len(idata), args.…
/hal_rpi_pico-latest/tools/
Dbuild_all_headers.py35 sys.exit(1)
42 sys.exit(1)
Dcheck_source_files_in_bazel_build.py82 sys.exit(1)
210 sys.exit(check_sources_in_bazel_build(args.picotool_dir))
Drun_all_bazel_checks.py82 sys.exit(main())
Dcheck_doxygen_groups.py49 sys.exit(any_errors)
Dbazel_build.py235 sys.exit(main())
Dcompare_build_systems.py344 sys.exit(compare_build_systems())
/hal_rpi_pico-latest/bazel/
Dgenerate_version_header.py58 sys.exit(generate_version_header(**vars(_parse_args())))
/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_nesting_test.c243 exit(1); in test_nesting()
247 exit(1); in test_nesting()
/hal_rpi_pico-latest/cmake/preload/toolchains/util/
Dset_flags.cmake21 # functions like _exit. So pass -nostdlib so it doesn't link in an exit()
/hal_rpi_pico-latest/test/pico_stdlib_test/
Dpico_stdlib_test.c67 exit(1); in test_builtin_bitops()
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/scripts/
Dvcocalc.py85 sys.exit("No solution found")
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/
Dnewlib_interface.c156 void exit(int status) { in exit() function
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/
Dcrt0.S456 ldr r1, =exit
Dcrt0_riscv.S452 call exit
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c25 … { printf("Assertion failed: ");puts(#x);printf(" at " __FILE__ ":%d\n", __LINE__); exit(-1); } })
Dpico_float_test.c25 … { printf("Assertion failed: ");puts(#x);printf(" at " __FILE__ ":%d\n", __LINE__); exit(-1); } })
/hal_rpi_pico-latest/tools/pioasm/
Dlexer.ll269 exit (EXIT_FAILURE);
/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp2639 exit( YY_EXIT_FAILURE ); in yy_fatal_error()
2908 exit (EXIT_FAILURE); in scan_begin()
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33_vfp.S402 bl cosf_entry @ this will exit via 1f or 2f...
566 bl cosf_entry @ this will exit via sintail or costail...
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_hardware.S398 beq udiv0 @ x==0? exit as with y!=0 case above