Home
last modified time | relevance | path

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

12

/external/lib/fdt/
A Dfdt_ro.c266 q = end; in fdt_path_offset_namelen()
276 while (p < end) { in fdt_path_offset_namelen()
281 if (p == end) in fdt_path_offset_namelen()
286 q = end; in fdt_path_offset_namelen()
754 const char *list, *end; in fdt_stringlist_count() local
761 end = list + length; in fdt_stringlist_count()
763 while (list < end) { in fdt_stringlist_count()
788 end = list + length; in fdt_stringlist_search()
790 while (list < end) { in fdt_stringlist_search()
822 end = list + length; in fdt_stringlist_get()
[all …]
A Dfdt_sw.c340 fdt32_t *end; in fdt_finish() local
348 end = fdt_grab_space_(fdt, sizeof(*end)); in fdt_finish()
349 if (! end) in fdt_finish()
351 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
/external/platform/stellaris/ti-driverlib/inc/
A Dasmdefs.h70 #define __END__ .end
101 #define __END__ end
139 #define __END__ .end
178 #define __END__ end
216 #define __END__ .end
/external/platform/pico/rp2_common/pico_cyw43_driver/
A Dcyw43_bus_pio_spi.pio18 public end:
32 public end:
47 public end:
60 public end:
/external/platform/cc13xx/cc13xxware/inc/
A Dasmdefs.h62 #define __END__ end
100 #define __END__ .end
139 #define __END__ end
/external/lib/lwip/core/ipv4/
A Dip_frag.c95 PACK_STRUCT_FIELD(u16_t end);
352 iprh->end = offset + len; in ip_reass_chain_frag_into_datagram_and_validate()
364 if ((iprh->start < iprh_prev->end) || (iprh->end > iprh_tmp->start)) { in ip_reass_chain_frag_into_datagram_and_validate()
379 } else if(iprh->start < iprh_tmp->end) { in ip_reass_chain_frag_into_datagram_and_validate()
386 if (iprh_prev->end != iprh_tmp->start) { in ip_reass_chain_frag_into_datagram_and_validate()
403 LWIP_ASSERT("check fragments don't overlap", iprh_prev->end <= iprh->start); in ip_reass_chain_frag_into_datagram_and_validate()
406 if (iprh_prev->end != iprh->start) { in ip_reass_chain_frag_into_datagram_and_validate()
434 if (iprh_prev->end != iprh->start) { in ip_reass_chain_frag_into_datagram_and_validate()
450 iprh->end == ipr->datagram_len); in ip_reass_chain_frag_into_datagram_and_validate()
/external/platform/pico/rp2_common/pico_standard_link/
A Dmemmap_no_flash.ld17 end
140 /* All data end */
151 /* Start and end symbols must be word-aligned */
180 end = __end__; symbol
191 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
A Dmemmap_copy_to_ram.ld17 end
172 /* All data end */
183 /* Start and end symbols must be word-aligned */
212 end = __end__; symbol
223 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
A Dmemmap_blocked_ram.ld17 end
170 /* All data end */
181 /* Start and end symbols must be word-aligned */
210 end = __end__; symbol
221 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
A Dmemmap_default.ld17 end
170 /* All data end */
181 /* Start and end symbols must be word-aligned */
210 end = __end__; symbol
221 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
/external/platform/nrfx/mdk/
A Dnrf51_common.ld42 * end
124 /* All data end */
143 PROVIDE(end = .); symbol
156 /* Set stack top to end of RAM, and stack limit move down by
A Dnrf_common.ld40 * end
122 /* All data end */
141 PROVIDE(end = .); symbol
154 /* Set stack top to end of RAM, and stack limit move down by
A Dnrf52_common.ld42 * end
124 /* All data end */
143 PROVIDE(end = .); symbol
156 /* Set stack top to end of RAM, and stack limit move down by
A Dgcc_startup_nrf51.S300 .end
/external/lib/aes/test/
A Daes_test.c45 lk_bigtime_t end = current_time_hires(); in aes_command() local
46 int elapsed = end - start; in aes_command()
/external/lib/lwip/core/
A Dudp.c177 goto end;
310 goto end;
321 goto end;
337 goto end;
348 goto end;
407 goto end;
431 end:
/external/platform/pico/rp2_common/boot_stage2/
A Dboot2_usb_blinky.S50 .end
A Dboot2_generic_03h.S99 .end
A Dboot2_w25x10cl.S192 .end
A Dboot2_is25lp080.S257 .end
A Dboot2_at25sf128a.S280 .end
A Dboot2_w25q080.S282 .end
/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c193 extern char end; /* Set by linker. */ in _sbrk()
198 heap_end = &end; in _sbrk()
/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dcode.h119 #define bi_binary_end(end) bi_int(BINARY_INFO_TAG_RASPBERRY_PI, BINARY_INFO_ID_RP_BINARY_END, end) argument
/external/platform/stellaris/ti-driverlib/
A Dmakedefs144 # Get the location of libgcc.a from the GCC front-end.
149 # Get the location of libc.a from the GCC front-end.
154 # Get the location of libm.a from the GCC front-end.

Completed in 31 milliseconds

12