| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_sig_wait.c | 139 TX_LOWEST_SET_BIT_CALCULATE(pending_signals, signal_number); in sigwait() 180 TX_LOWEST_SET_BIT_CALCULATE(signal_bit_map, signal_number); in sigwait()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_system_suspend.c | 319 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend() 393 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_system_suspend() 443 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend() 457 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_system_suspend() 908 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) 977 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) 1018 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) 1032 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit)
|
| D | tx_thread_suspend.c | 454 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend() 526 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_suspend() 579 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend() 593 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_suspend()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_preemption_change.c | 230 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_preemption_change() 244 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit_set) in _tx_thread_preemption_change()
|
| D | tx_thread_smp_utilities.c | 107 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find() 120 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map_active, map_index) in _tx_thread_smp_next_priority_find() 122 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find() 153 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find() 690 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find() 751 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find() 809 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
|
| D | tx_thread_smp_core_exclude.c | 149 TX_LOWEST_SET_BIT_CALCULATE(available_cores, new_mapped_core) in _tx_thread_smp_core_exclude()
|
| D | tx_thread_relinquish.c | 383 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_relinquish() 397 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit_set) in _tx_thread_relinquish()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_thread.h | 545 #ifndef TX_LOWEST_SET_BIT_CALCULATE 594 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = _tx_thread_lowest_set_bit_calculate((m)); macro 622 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find() 635 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map_active, map_index) in _tx_thread_smp_next_priority_find() 637 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find() 668 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find() 1215 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find() 1276 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find() 1334 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find() 1647 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = _tx_thread_lowest_set_bit_calculate((m)); macro
|
| /ThreadX-v6.3.0/ports/cortex_m3/ac5/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m3/ac6/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m3/gnu/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m3/iar/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m3/keil/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m7/gnu/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m7/iar/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m4/gnu/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m4/iar/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m4/keil/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m7/ac5/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m7/ac6/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m4/ac5/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_m4/ac6/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/inc/ |
| D | tx_port.h | 529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro 531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro 533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
|
| /ThreadX-v6.3.0/ports/cortex_r4/gnu/inc/ |
| D | tx_port.h | 261 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) m = m & ((ULONG) (-((LONG) m))); \ macro
|
| /ThreadX-v6.3.0/ports/cortex_r5/ac6/inc/ |
| D | tx_port.h | 261 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) m = m & ((ULONG) (-((LONG) m))); \ macro
|