Searched refs:word (Results 1 – 5 of 5) sorted by relevance
40 using word = uintptr_t; typedef in tbb::detail::r1::tricky_atomic_pointer42 … static T* fetch_add( std::atomic<word>& location, word addend, std::memory_order memory_order ) { in fetch_add()51 word expd = reinterpret_cast<word>(expected); in compare_exchange_strong()57 location.store(reinterpret_cast<word>(value), memory_order); in store()60 static T* load( std::atomic<word>& location, std::memory_order memory_order ) { in load()65 tbb::detail::d0::spin_wait_while_eq(location, reinterpret_cast<word>(value) ); in spin_wait_while_eq()72 T* operator&( const word operand2 ) const { in operator &()73 return reinterpret_cast<T*>( reinterpret_cast<word>(ref) & operand2 ); in operator &()75 T* operator|( const word operand2 ) const { in operator |()76 return reinterpret_cast<T*>( reinterpret_cast<word>(ref) | operand2 ); in operator |()[all …]
129 - 1 word 135 - 1 word 141 - 1 word 153 - 1 word
39 …- \ ``word`` ,... Indicates that one or more words can be specified. If more than on…
13 A word about the speedup of the submap case. One may get superlinear speedup in this case (for inst…
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by243 # This tag can be used to specify a number of word-keyword mappings (TCL only).317 # be prevented in individual cases by putting a % sign in front of the word or897 # output. The symbol name can be a fully qualified name, a word, or if the