Home
last modified time | relevance | path

Searched refs:word_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/icl/example/large_bitset_/
Dbits.hpp24 typedef NaturalT word_type; typedef in mini::bits
26 static const word_type w1 = static_cast<NaturalT>(1) ;
29 explicit bits(word_type value):_bits(value){} in bits()
31 word_type word()const{ return _bits; } in word()
39 bool contains(word_type element)const{ return ((w1 << element) & _bits) != 0; } in contains()
43 word_type _bits;
Dlarge_bitset.hpp81 typedef typename BitSetT::word_type word_type; typedef in mini::large_bitset
145 static const word_type // 8-bit case
147 <word_type>::digits , // 8 Size of the associated bitsets
151 … w1 = static_cast<word_type>(1) , // Helps to avoid static_casts for long long
153 …all = ~static_cast<word_type>(0), // 255=11111111 Helps to express a complete associated bits…
162 static word_type from_lower_to(word_type bit){return bit==last ? all : (w1<<(bit+w1))-w1;} in from_lower_to()
163 static word_type to_upper_from(word_type bit){return bit==last ? top : ~((w1<<bit)-w1); } in to_upper_from()
175 word_type base_rest = icl::first(operand) & mask , // icl::first(operand) % divisor in segment_apply()
/third_party/gettext/gettext-tools/src/
Dx-tcl.c415 enum word_type enum
427 enum word_type type;
575 static enum word_type read_command_list (int looking_for,
765 enum word_type terminator; in read_word()
818 static enum word_type
959 static enum word_type
964 enum word_type terminator; in read_command_list()
Dx-sh.c434 enum word_type enum
448 enum word_type type;
737 static enum word_type read_command_list (int looking_for,
1250 static enum word_type
1492 static enum word_type
1497 enum word_type terminator; in read_command_list()
/third_party/boost/boost/spirit/home/qi/binary/
Dbinary.hpp111 using boost::spirit::word_type;
/third_party/boost/boost/spirit/home/karma/binary/
Dbinary.hpp116 using boost::spirit::word_type;
/third_party/boost/boost/spirit/home/support/
Dcommon_terminals.hpp112 ( word, word_type )
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp1341 const enum brw_reg_type word_type = in nir_emit_alu()
1344 op[1] = subscript(op[1], word_type, 0); in nir_emit_alu()