Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 164) sorted by relevance

1234567

/ThreadX-v6.4.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk204 ./tx_block_allocate.d \
205 ./tx_block_pool_cleanup.d \
206 ./tx_block_pool_create.d \
207 ./tx_block_pool_delete.d \
208 ./tx_block_pool_info_get.d \
209 ./tx_block_pool_initialize.d \
210 ./tx_block_pool_performance_info_get.d \
211 ./tx_block_pool_performance_system_info_get.d \
212 ./tx_block_pool_prioritize.d \
213 ./tx_block_release.d \
[all …]
/ThreadX-v6.4.1/common/inc/
Dtx_queue.h91 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument
92 *(d)++ = *(s)++; \
97 *(d)++ = *(s)++; \
Dtx_trace.h62 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,f) argument
455d) trace_event_ptr -> tx_trace_buffer_entry_info_1 = (ULONG) (a); trace_event_ptr -> tx_trace_bu… argument
457d) trace_event_ptr -> tx_trace_buffer_entry_information_field_1 = (ULONG) (a); trace_event_ptr -… argument
465 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,e) \ argument
497 TX_TRACE_INFO_FIELD_ASSIGNMENT((a),(b),(c),(d)) \
/ThreadX-v6.4.1/common_smp/inc/
Dtx_queue.h91 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument
92 *(d)++ = *(s)++; \
97 *(d)++ = *(s)++; \
Dtx_trace.h62 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,f) argument
455d) trace_event_ptr -> tx_trace_buffer_entry_info_1 = (ULONG) (a); trace_event_ptr -> tx_trace_bu… argument
457d) trace_event_ptr -> tx_trace_buffer_entry_information_field_1 = (ULONG) (a); trace_event_ptr -… argument
465 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,e) \ argument
499 TX_TRACE_INFO_FIELD_ASSIGNMENT((a),(b),(c),(d)) \
/ThreadX-v6.4.1/scripts/
Dcopy_module_armv7_m.sh29 for d in $(ls $source_folder/$ide);
32 source=$source_folder/$ide/$d
33 target=$ports_module_folder/$mcu/$ide/$d
/ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/
DMakefile22 DEPEND_LIST = $(OUTPUT_FOLDER)/*.d
49 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $<
54 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $<
59 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $<
/ThreadX-v6.4.1/ports/linux/gnu/example_build/
DMakefile22 DEPEND_LIST = $(OUTPUT_FOLDER)/*.d
49 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $<
54 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $<
59 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $<
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/src/
Dtx_thread_smp_core_preempt.s79 bl.d arc_ici_send ; Call ARC inter-core interrupt routine
83 j_s.d [blink] ; Return to caller with delay slot
Dtx_thread_smp_low_level_initialize.s75 j_s.d [blink] ; Return to caller with delay slot
Dtx_thread_smp_time_get.s75 j_s.d [blink] ; Return to caller with delay slot
Dtx_timer_interrupt.s92 j_s.d [blink] ; Return to caller with delay
98 bl.d _tx_thread_smp_protect ; Get SMP protecton
127 b.d __tx_timer_done ; Skip moving the timer pointer
Dtx_thread_smp_core_get.s78 j_s.d [blink] ; Return to caller with delay slot
Dtx_thread_interrupt_control.s82 j_s.d [blink] ; Return to caller with delay slot
/ThreadX-v6.4.1/common/src/
Dtx_misra.c183 ULONG *s, *d; in _tx_misra_message_copy() local
187 d = *destination; in _tx_misra_message_copy()
190 *(d) = *(s); in _tx_misra_message_copy()
191 (d)++; in _tx_misra_message_copy()
198 *(d) = *(s); in _tx_misra_message_copy()
199 (d)++; in _tx_misra_message_copy()
206 *destination = d; in _tx_misra_message_copy()
/ThreadX-v6.4.1/common_smp/src/
Dtx_misra.c181 ULONG *s, *d; in _tx_misra_message_copy() local
185 d = *destination; in _tx_misra_message_copy()
188 *(d) = *(s); in _tx_misra_message_copy()
189 (d)++; in _tx_misra_message_copy()
196 *(d) = *(s); in _tx_misra_message_copy()
197 (d)++; in _tx_misra_message_copy()
204 *destination = d; in _tx_misra_message_copy()
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dcrti.s37 j.d [%blink]
63 j.d [%blink]
/ThreadX-v6.4.1/ports/arm9/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --ro 0 --first tx_initialize_low_level.o(Init) --remove --ma…
/ThreadX-v6.4.1/ports/arc_em/metaware/src/
Dtx_thread_interrupt_control.s80 j_s.d [blink] ; Return to caller with delay slot
/ThreadX-v6.4.1/ports/arc_hs/metaware/src/
Dtx_thread_interrupt_control.s80 j_s.d [blink] ; Return to caller with delay slot
/ThreadX-v6.4.1/ports/arm11/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --ro 0 --first tx_initialize_low_level.o(Init) --remove --ma…
/ThreadX-v6.4.1/ports/cortex_a5/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --map --ro-base=0x00000000 --first tx_initialize_low_level.o…
/ThreadX-v6.4.1/ports/cortex_m0/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --map --ro-base=0x00000000 --rw-base=0x20000000 --first __tx…
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/example_build/
Dbuild_threadx_demo.bat3 armlink -d -o sample_threadx_module_manager.axf --elf --ro 0x80000000 --first tx_initialize_low_lev…
/ThreadX-v6.4.1/ports_module/cortex_a7/gnu/example_build/
Dbuild_threadx_demo.bat3 armlink -d -o sample_threadx_module_manager.axf --elf --ro 0x80000000 --first tx_initialize_low_lev…

1234567