| /external/lib/fdt/ |
| A D | fdt_ro.c | 266 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 D | fdt_sw.c | 340 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 D | asmdefs.h | 70 #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 D | cyw43_bus_pio_spi.pio | 18 public end: 32 public end: 47 public end: 60 public end:
|
| /external/platform/cc13xx/cc13xxware/inc/ |
| A D | asmdefs.h | 62 #define __END__ end 100 #define __END__ .end 139 #define __END__ end
|
| /external/lib/lwip/core/ipv4/ |
| A D | ip_frag.c | 95 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 D | memmap_no_flash.ld | 17 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 D | memmap_copy_to_ram.ld | 17 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 D | memmap_blocked_ram.ld | 17 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 D | memmap_default.ld | 17 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 D | nrf51_common.ld | 42 * end 124 /* All data end */ 143 PROVIDE(end = .); symbol 156 /* Set stack top to end of RAM, and stack limit move down by
|
| A D | nrf_common.ld | 40 * end 122 /* All data end */ 141 PROVIDE(end = .); symbol 154 /* Set stack top to end of RAM, and stack limit move down by
|
| A D | nrf52_common.ld | 42 * end 124 /* All data end */ 143 PROVIDE(end = .); symbol 156 /* Set stack top to end of RAM, and stack limit move down by
|
| A D | gcc_startup_nrf51.S | 300 .end
|
| /external/lib/aes/test/ |
| A D | aes_test.c | 45 lk_bigtime_t end = current_time_hires(); in aes_command() local 46 int elapsed = end - start; in aes_command()
|
| /external/lib/lwip/core/ |
| A D | udp.c | 177 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 D | boot2_usb_blinky.S | 50 .end
|
| A D | boot2_generic_03h.S | 99 .end
|
| A D | boot2_w25x10cl.S | 192 .end
|
| A D | boot2_is25lp080.S | 257 .end
|
| A D | boot2_at25sf128a.S | 280 .end
|
| A D | boot2_w25q080.S | 282 .end
|
| /external/platform/pico/rp2_common/pico_runtime/ |
| A D | runtime.c | 193 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 D | code.h | 119 #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 D | makedefs | 144 # 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.
|