Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 41) sorted by relevance

12

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlocation.h175 , end (e) in location()
181 , end (p) in begin()
189 , end (f, l, c) in begin()
199 end = begin;
208 begin = end; in step()
214 end += count;
220 end.lines (count);
229 position end; variable
234 operator+= (location& res, const location& end)
236 res.end = end.end;
[all …]
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.pio18 public end:
32 public end:
47 public end:
60 public end:
/hal_rpi_pico-latest/src/rp2_common/hardware_xip_cache/
Dxip_cache.c46 uintptr_t end = start_offset + size_bytes; in __no_inline_not_in_flash_func() local
47 for (uintptr_t offset = start_offset; offset < end; offset += XIP_CACHE_LINE_SIZE) { in __no_inline_not_in_flash_func()
73 uintptr_t end = start_offset + size_bytes; in __no_inline_not_in_flash_func() local
75 for (uintptr_t offset = start_offset; offset < end; offset += 4u) { in __no_inline_not_in_flash_func()
/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.h43 …if (std::find_if(programs.begin(), programs.end(), [&](const program &p) { return p.name == name; … in add_program()
44 programs.end()) { in add_program()
95 if (i != get_dummy_global_program().symbols.end()) in get_symbol()
100 if (i2 != p->symbols.end()) in get_symbol()
Dmain.cpp95 const auto& e = std::find_if(output_format::all().begin(), output_format::all().end(), in main()
99 if (e == output_format::all().end()) { in main()
Dpio_assembler.cpp441 std::remove_copy_if(program.ordered_symbols.begin(), program.ordered_symbols.end(), in public_symbols()
442 std::inserter(public_symbols, public_symbols.end()), in public_symbols()
446 std::transform(public_symbols.begin(), public_symbols.end(), std::back_inserter(rc), in public_symbols()
455 std::transform(output_format::all().begin(), output_format::all().end(), in write_output()
470 std::transform(program.instructions.begin(), program.instructions.end(), in write_output()
521 …std::transform(program.code_blocks.begin(), program.code_blocks.end(), std::inserter(cprogram.code… in write_output()
523 …std::transform(e.second.begin(), e.second.end(), std::back_inserter(blocks), [&](const code_block&… in write_output()
Dparser.yy46 END 0 "end of file"
48 NEWLINE "end of line"
151 …<std::string> CODE_BLOCK_CONTENTS "%}" // bit ugly but if there is no end this is what we will be …
430 if (l.begin.line == l.end.line && *l.begin.filename == *l.end.filename) {
438 for (int i = l.begin.column; i < l.end.column - 1; i++) {
Dlexer.ll67 \n+ { auto loc_newline = loc; loc_newline.end = loc_newline.begin; …
81 …\n+ { auto loc_newline = loc; loc_newline.end = loc_newline.begin; loc…
91 …\n+ { auto loc_newline = loc; loc_newline.end = loc_newline.begin; loc…
102 \n+ { BEGIN(INITIAL); auto loc_newline = loc; loc_newline.end = loc…
Dpython_output.cpp114 if (it != jmp_labels.end()) { in output()
175 if (it != jmp_labels.end()) { in disassemble()
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_no_flash.ld17 end
147 /* All data end */
182 end = __end__; symbol
186 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */
189 /* Start and end symbols must be word-aligned */
212 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
Dmemmap_blocked_ram.ld17 end
183 /* All data end */
214 end = __end__; symbol
218 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */
221 /* Start and end symbols must be word-aligned */
244 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
Dmemmap_copy_to_ram.ld17 end
184 /* All data end */
215 end = __end__; symbol
219 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */
222 /* Start and end symbols must be word-aligned */
245 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
Dmemmap_default.ld17 end
183 /* All data end */
214 end = __end__; symbol
218 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */
221 /* Start and end symbols must be word-aligned */
244 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_no_flash.ld17 end
150 /* All data end */
187 end = __end__; symbol
191 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */
194 /* Start and end symbols must be word-aligned */
217 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
Dmemmap_copy_to_ram.ld17 end
202 /* All data end */
235 end = __end__; symbol
239 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */
242 /* Start and end symbols must be word-aligned */
265 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
Dmemmap_default.ld17 end
195 /* All data end */
228 end = __end__; symbol
232 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */
235 /* Start and end symbols must be word-aligned */
258 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dboot2_usb_blinky.S50 .end
Dboot2_generic_03h.S106 .end
Dboot2_w25x10cl.S197 .end
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dboot2_usb_blinky.S51 .end
Dboot2_w25x10cl.S193 .end
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/
Dnewlib_interface.c51 extern char end; /* Set by linker. */ in _sbrk()
56 heap_end = &end; in _sbrk()
/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_nesting_test.c158 absolute_time_t end = delayed_by_ms(get_absolute_time(), 10000); in test_nesting() local
160 while (!time_reached(end)) { in test_nesting()
/hal_rpi_pico-latest/src/rp2350/pico_platform/
DBUILD.bazel19 # this but not `pico_platform` they'll end up with undefined symbols.
/hal_rpi_pico-latest/src/rp2040/pico_platform/
DBUILD.bazel19 # this but not `pico_platform` they'll end up with undefined symbols.

12