Home
last modified time | relevance | path

Searched refs:high_type (Results 1 – 12 of 12) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/common/
H A Duint_types.hpp59 using high_type = HighType; typedef in foxxll::uint_pair
65 high_type high;
77 static high_type high_max() in high_max()
79 return std::numeric_limits<high_type>::max(); in high_max()
83 static const size_t high_bits = 8 * sizeof(high_type);
90 static const size_t bytes = sizeof(low_type) + sizeof(high_type);
114 uint_pair(const low_type& l, const high_type& h) in uint_pair()
136 high(static_cast<high_type>((a >> low_bits) & high_max())) in uint_pair()
185 high = static_cast<high_type>(high + b.high + ((add >> low_bits) & high_max())); in operator +=()
236 std::numeric_limits<high_type>::min() in min()
[all …]
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/common/
H A Duint_types.h58 typedef HighType high_type; typedef
64 high_type high;
78 return std::numeric_limits<high_type>::max(); in high_max()
82 static const size_t high_bits = 8 * sizeof(high_type);
89 static const size_t bytes = sizeof(low_type) + sizeof(high_type);
104 inline uint_pair(const low_type& l, const high_type& h) in uint_pair()
125 low = a, high = (high_type)high_max(); in uint_pair()
131 high((high_type)((a >> low_bits) & high_max())) in uint_pair()
180 high = (high_type)(high + b.high + ((add >> low_bits) & high_max()));
230 std::numeric_limits<high_type>::min()); in min()
[all …]
/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/bgp/
H A DExtCommunity.cpp66 ec_hdr.high_type = data[0]; in parseExtCommunities()
73 switch (ec_hdr.high_type << 2 >> 2) { in parseExtCommunities()
111 ec_hdr.high_type, ec_hdr.low_type); in parseExtCommunities()
286 ec_hdr.high_type, ec_hdr.low_type); in decodeType_common()
501 ec_hdr.high_type, ec_hdr.low_type); in decodeType_Generic()
597 ec_hdr.high_type = data[0]; in parsev6ExtCommunities()
604 switch (ec_hdr.high_type << 2 >> 2) { in parsev6ExtCommunities()
611 ec_hdr.high_type, ec_hdr.low_type); in parsev6ExtCommunities()
669 ec_hdr.high_type, ec_hdr.low_type); in decodeType_IPv6Specific()
H A DExtCommunity.h148 u_char high_type; ///< Type high byte member
/dports/misc/veles/veles-2018.05.0/include/data/
H A Dfield.h121 FieldHighType high_type; member
151 const FieldHighType& high_type,
161 res.high_type = high_type;
/dports/textproc/sigil/Sigil-1.8.0/src/Widgets/
H A DTextView.cpp173 void TextView::DoHighlightDocument(HighlighterType high_type) in DoHighlightDocument() argument
180 if (high_type == TextView::Highlight_XHTML) { in DoHighlightDocument()
182 } else if (high_type == TextView::Highlight_CSS) { in DoHighlightDocument()
192 void TextView::Refresh(HighlighterType high_type) in Refresh() argument
195 DoHighlightDocument(high_type); in Refresh()
/dports/misc/veles/veles-2018.05.0/include/parser/
H A Dstream.h83 const data::FieldHighType& high_type) { in getData() argument
93 pos_ - src_sz, pos_, name, repack, num_elements, high_type, res)); in getData()
99 const data::FieldHighType& high_type,
137 pos_ - bytes_read, pos_, name, repack, res.size(), high_type, res));
/dports/misc/veles/veles-2018.05.0/src/client/
H A Ddbif.cc1202 item.high_type.float_complex))); in chunkDataItemToMsgpack()
1210 uint64_t(item.high_type.mode)))); in chunkDataItemToMsgpack()
1214 int64_t(item.high_type.shift)))); in chunkDataItemToMsgpack()
1218 uint64_t(item.high_type.sign_mode)))); in chunkDataItemToMsgpack()
1223 uint64_t(item.high_type.string_encoding)))); in chunkDataItemToMsgpack()
1296 item.high_type.float_complex = float_complex; in msgpackToChunkDataItem()
1304 item.high_type.mode = data::FieldHighType::FieldHighMode(mode); in msgpackToChunkDataItem()
1308 item.high_type.shift = shift; in msgpackToChunkDataItem()
1316 item.high_type.string_encoding = in msgpackToChunkDataItem()
1321 item.high_type.string_mode = in msgpackToChunkDataItem()
[all …]
/dports/net/scapy/scapy-2.4.5/scapy/
H A Dscapypipes.py669 def __init__(self, low_type=None, high_type=None, name=None): argument
672 self.high_type = high_type
680 if self.high_type:
681 msg = self.high_type.convert_packet(msg)
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteVtk.cpp400 EntityType low_type, high_type; in write_tags() local
403 high_type = MBEDGE; in write_tags()
407 high_type = MBENTITYSET; in write_tags()
441 for (EntityType type = low_type; type < high_type; ++type) { in write_tags()
/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DCodeViewEditor.cpp83 CodeViewEditor::CodeViewEditor(HighlighterType high_type, bool check_spelling, QWidget *parent) in CodeViewEditor() argument
109 if (high_type == CodeViewEditor::Highlight_XHTML) { in CodeViewEditor()
112 } else if (high_type == CodeViewEditor::Highlight_CSS) { in CodeViewEditor()
/dports/lang/v/v-0.1.29/vlib/v/checker/
H A Dchecker.v2053 high_type := c.expr(node.high)
2054 high_type_idx := high_type.idx()