Searched defs:link_t (Results 1 – 5 of 5) sorted by relevance
83 struct link_t struct85 unsigned width: 3;86 bool is_signed: 1;87 unsigned whence: 2;88 unsigned position: 28;89 unsigned bias;90 objidx_t objidx;
83 struct link_t struct85 bool is_wide: 1;86 bool is_signed: 1;87 unsigned whence: 2;88 unsigned position: 28;89 unsigned bias;90 objidx_t objidx;
70 struct link_t struct72 bool is_wide: 1;73 unsigned position : 31;74 unsigned bias;75 objidx_t objidx;
19 } link_t; typedef
173 typedef join_iterator_link<Iterator1, Iterator2> link_t; typedef in boost::range_detail::join_iterator