Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_smp_utilities.c39 UINT bit_set; in _tx_thread_lowest_set_bit_calculate() local
43 bit_set = ((UINT) 0); in _tx_thread_lowest_set_bit_calculate()
50 bit_set = ((UINT) 1); in _tx_thread_lowest_set_bit_calculate()
54 bit_set = ((UINT) 9); in _tx_thread_lowest_set_bit_calculate()
59 bit_set = ((UINT) 17); in _tx_thread_lowest_set_bit_calculate()
64 bit_set = ((UINT) 25); in _tx_thread_lowest_set_bit_calculate()
70 bit_set = bit_set + ((UINT) 4); in _tx_thread_lowest_set_bit_calculate()
75 bit_set = bit_set + ((UINT) 2); in _tx_thread_lowest_set_bit_calculate()
77 bit_set = bit_set - (UINT) (map & (ULONG) 0x1); in _tx_thread_lowest_set_bit_calculate()
80 return(bit_set); in _tx_thread_lowest_set_bit_calculate()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h547 UINT bit_set; in _tx_thread_lowest_set_bit_calculate() local
551 bit_set = ((UINT) 0); in _tx_thread_lowest_set_bit_calculate()
558 bit_set = ((UINT) 1); in _tx_thread_lowest_set_bit_calculate()
562 bit_set = ((UINT) 9); in _tx_thread_lowest_set_bit_calculate()
567 bit_set = ((UINT) 17); in _tx_thread_lowest_set_bit_calculate()
572 bit_set = ((UINT) 25); in _tx_thread_lowest_set_bit_calculate()
578 bit_set = bit_set + ((UINT) 4); in _tx_thread_lowest_set_bit_calculate()
583 bit_set = bit_set + ((UINT) 2); in _tx_thread_lowest_set_bit_calculate()
585 bit_set = bit_set - (UINT) (map & (ULONG) 0x1); in _tx_thread_lowest_set_bit_calculate()
588 return(bit_set); in _tx_thread_lowest_set_bit_calculate()