Home
last modified time | relevance | path

Searched refs:swap_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/tipc/
H A Dsubscr.h95 int swap_ = !((sub__)->filter & TIPC_FILTER_MASK); \
96 (swap_ ? swab32(val__) : val__); \
105 int swap_ = !((sub__)->filter & TIPC_FILTER_MASK); \
106 (sub__)->field_ = swap_ ? swab32(val__) : val__; \
115 int swap_ = !((evt__)->s.filter & (TIPC_FILTER_MASK)); \
116 (evt__)->field_ = swap_ ? swab32(val__) : val__; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_counted_base_gcc_sparc.hpp31 inline int32_t compare_and_swap( int32_t * dest_, int32_t compare_, int32_t swap_ ) in compare_and_swap() argument
34 : "+r" (swap_) in compare_and_swap()
38 return swap_; in compare_and_swap()
H A Dsp_counted_base_snc_ps3.hpp31 inline uint32_t compare_and_swap( uint32_t * dest_, uint32_t compare_, uint32_t swap_ ) in compare_and_swap() argument
33 return __builtin_cellAtomicCompareAndSwap32(dest_,compare_,swap_); in compare_and_swap()