Home
last modified time | relevance | path

Searched refs:bit_set (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_utilities.c38 UINT bit_set; in _tx_thread_lowest_set_bit_calculate() local
42 bit_set = ((UINT) 0); in _tx_thread_lowest_set_bit_calculate()
49 bit_set = ((UINT) 1); in _tx_thread_lowest_set_bit_calculate()
53 bit_set = ((UINT) 9); in _tx_thread_lowest_set_bit_calculate()
58 bit_set = ((UINT) 17); in _tx_thread_lowest_set_bit_calculate()
63 bit_set = ((UINT) 25); in _tx_thread_lowest_set_bit_calculate()
69 bit_set = bit_set + ((UINT) 4); in _tx_thread_lowest_set_bit_calculate()
74 bit_set = bit_set + ((UINT) 2); in _tx_thread_lowest_set_bit_calculate()
76 bit_set = bit_set - (UINT) (map & (ULONG) 0x1); in _tx_thread_lowest_set_bit_calculate()
79 return(bit_set); in _tx_thread_lowest_set_bit_calculate()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h548 UINT bit_set; in _tx_thread_lowest_set_bit_calculate() local
552 bit_set = ((UINT) 0); in _tx_thread_lowest_set_bit_calculate()
559 bit_set = ((UINT) 1); in _tx_thread_lowest_set_bit_calculate()
563 bit_set = ((UINT) 9); in _tx_thread_lowest_set_bit_calculate()
568 bit_set = ((UINT) 17); in _tx_thread_lowest_set_bit_calculate()
573 bit_set = ((UINT) 25); in _tx_thread_lowest_set_bit_calculate()
579 bit_set = bit_set + ((UINT) 4); in _tx_thread_lowest_set_bit_calculate()
584 bit_set = bit_set + ((UINT) 2); in _tx_thread_lowest_set_bit_calculate()
586 bit_set = bit_set - (UINT) (map & (ULONG) 0x1); in _tx_thread_lowest_set_bit_calculate()
589 return(bit_set); in _tx_thread_lowest_set_bit_calculate()