Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 12 of 12) sorted by relevance

/external/lib/lwip/core/
A Ddns.c328 if (entry != NULL) { in dns_init_local()
329 entry->name = (char*)entry + sizeof(struct local_hostlist_entry); in dns_init_local()
352 while(entry != NULL) { in dns_lookup_local()
356 entry = entry->next; in dns_lookup_local()
384 while (entry != NULL) { in dns_local_removehost()
393 free_entry = entry; in dns_local_removehost()
394 entry = entry->next; in dns_local_removehost()
398 last_entry = entry; in dns_local_removehost()
399 entry = entry->next; in dns_local_removehost()
422 if (entry == NULL) { in dns_local_addhost()
[all …]
/external/platform/pico/rp2_common/pico_multicore/
A Dmulticore.c89 int core1_wrapper(int (*entry)(void), void *stack_base) { in core1_wrapper()
97 return (*entry)(); in core1_wrapper()
117 void multicore_launch_core1_with_stack(void (*entry)(void), uint32_t *stack_bottom, size_t stack_si… in multicore_launch_core1_with_stack()
122 stack_ptr[0] = (uintptr_t) entry; in multicore_launch_core1_with_stack()
132 void multicore_launch_core1(void (*entry)(void)) { in multicore_launch_core1()
137 multicore_launch_core1_with_stack(entry, stack, sizeof(core1_stack)); in multicore_launch_core1()
140 void multicore_launch_core1_raw(void (*entry)(void), uint32_t *sp, uint32_t vector_table) { in multicore_launch_core1_raw()
153 {0, 0, 1, (uintptr_t) vector_table, (uintptr_t) sp, (uintptr_t) entry}; in multicore_launch_core1_raw()
/external/platform/pico/rp2_common/pico_multicore/include/pico/
A Dmulticore.h57 void multicore_launch_core1(void (*entry)(void));
73 void multicore_launch_core1_with_stack(void (*entry)(void), uint32_t *stack_bottom, size_t stack_si…
90 void multicore_launch_core1_raw(void (*entry)(void), uint32_t *sp, uint32_t vector_table);
/external/platform/pico/common/pico_time/
A Dtime.c109 alarm_pool_entry_t *entry = get_entry(pool, id); in add_alarm_under_lock() local
110 entry->target = time; in add_alarm_under_lock()
111 entry->callback = callback; in add_alarm_under_lock()
112 entry->user_data = user_data; in add_alarm_under_lock()
138 alarm_pool_entry_t *entry = get_entry(pool, next_id); in alarm_pool_alarm_callback() local
139 if (absolute_time_diff_us(now, entry->target) <= 0) { in alarm_pool_alarm_callback()
143 target = entry->target; in alarm_pool_alarm_callback()
144 callback = entry->callback; in alarm_pool_alarm_callback()
145 user_data = entry->user_data; in alarm_pool_alarm_callback()
150 if (hardware_alarm_set_target(alarm_num, entry->target)) { in alarm_pool_alarm_callback()
/external/platform/pico/rp2_common/pico_standard_link/
A Dmemmap_no_flash.ld35 /* Note in NO_FLASH builds the entry point for both the bootrom, and debugger
36 entry (ELF entry point), are *first* in the image, and the vector table
A Dmemmap_copy_to_ram.ld55 The debugger will use the ELF entry point, which is the _entry_point
A Dmemmap_blocked_ram.ld55 The debugger will use the ELF entry point, which is the _entry_point
A Dmemmap_default.ld55 The debugger will use the ELF entry point, which is the _entry_point
/external/platform/pico/rp2_common/boot_stage2/
A Dboot_stage2.ld10 *(.entry)
/external/platform/stellaris/ti-driverlib/
A Dmakedefs239 --entry ${ENTRY_${notdir ${@:.axf=}}} \
245 --entry ${ENTRY_${notdir ${@:.axf=}}} \
/external/platform/nrfx/doc/buildfiles/
A Dextra_stylesheet.css493 .directory td.entry {
/external/platform/nrfx/doc/
A Dnrfx.doxyfile670 # will remove the Files entry from the Quick Index and from the Folder Tree View
677 # page. This will remove the Namespaces entry from the Quick Index and from the

Completed in 15 milliseconds