Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/common_smp/inc/
Dtx_thread.h549 UINT bit_set; in _tx_thread_lowest_set_bit_calculate() local
553 bit_set = ((UINT) 0); in _tx_thread_lowest_set_bit_calculate()
560 bit_set = ((UINT) 1); in _tx_thread_lowest_set_bit_calculate()
564 bit_set = ((UINT) 9); in _tx_thread_lowest_set_bit_calculate()
569 bit_set = ((UINT) 17); in _tx_thread_lowest_set_bit_calculate()
574 bit_set = ((UINT) 25); in _tx_thread_lowest_set_bit_calculate()
580 bit_set = bit_set + ((UINT) 4); in _tx_thread_lowest_set_bit_calculate()
585 bit_set = bit_set + ((UINT) 2); in _tx_thread_lowest_set_bit_calculate()
587 bit_set = bit_set - (UINT) (map & (ULONG) 0x1); in _tx_thread_lowest_set_bit_calculate()
590 return(bit_set); in _tx_thread_lowest_set_bit_calculate()