Searched refs:advance (Results 1 - 25 of 151) sorted by relevance

1234567

/freebsd-current/contrib/tcpdump/
H A Dprint-ip6.c51 u_int advance; local
61 advance = sizeof(struct ip6_hdr);
66 cp += advance;
80 advance = (GET_U_1(cp + 1) + 1) << 3;
90 advance = sizeof(struct ip6_frag);
229 int advance; local
316 advance = sizeof(struct ip6_hdr);
322 while (cp < ndo->ndo_snapend && advance > 0) {
323 if (len < (u_int)advance)
325 cp += advance;
[all...]
H A Dprint-lwres.c209 int advance; local
212 advance = lwres_printname(ndo, l, p + 2);
213 return 2 + advance;
282 int advance; local
369 advance = lwres_printname(ndo, l, s);
370 s += advance;
383 advance = lwres_printaddr(ndo, s);
384 if (advance < 0)
386 s += advance;
408 advance
[all...]
H A Dprint-pim.c691 int advance; local
861 advance = pimv2_addr_print(ndo, ptr, plen, pimv2_unicast, pimv2_addr_len, 0);
862 if (advance < 0)
864 ptr += advance;
865 plen -= advance;
925 if ((advance = pimv2_addr_print(ndo, bp, len, pimv2_group, pimv2_addr_len, 0)) < 0)
927 bp += advance; len -= advance;
929 if ((advance = pimv2_addr_print(ndo, bp, len, pimv2_unicast, pimv2_addr_len, 0)) < 0)
931 bp += advance; le
[all...]
H A Dprint-ip-demux.c43 int advance; local
46 advance = 0;
58 advance = ah_print(ndo, bp);
59 if (advance <= 0)
61 bp += advance;
62 length -= advance;
H A Dprint-bgp.c1718 int advance; local
1729 advance = decode_prefix4(ndo, tptr, len, buf, buflen);
1730 if (advance == -1)
1732 else if (advance == -2)
1738 advance += 4;
1742 advance = decode_labeled_prefix4(ndo, tptr, len, buf, buflen);
1743 if (advance == -1)
1745 else if (advance == -2)
1747 else if (advance == -3)
1755 advance
1877 int advance; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h158 void advance();
165 advance();
171 advance();
189 advance();
H A DLineIterator.h70 advance();
75 advance();
94 void advance();
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Dprev.h15 #include <__iterator/advance.h>
30 // Calling `advance` with a negative value on a non-bidirectional iterator is a no-op in the current implementation.
31 // Note that this check duplicates the similar check in `std::advance`.
34 std::advance(__x, -__n);
54 ranges::advance(__x, -__n);
60 ranges::advance(__x, -__n, __bound_iter);
H A Dnext.h15 #include <__iterator/advance.h>
30 // Calling `advance` with a negative value on a non-bidirectional iterator is a no-op in the current implementation.
31 // Note that this check duplicates the similar check in `std::advance`.
35 std::advance(__x, __n);
55 ranges::advance(__x, __n);
61 ranges::advance(__x, __bound_sentinel);
67 ranges::advance(__x, __n, __bound_sentinel);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp46 void advance(unsigned I = 1) { Ptr += I; } function in class:__anon1888::Cursor
87 C.advance();
98 C.advance();
109 C.advance();
111 C.advance();
112 C.advance();
138 C.advance(2);
143 C.advance(3);
148 C.advance();
156 for (C.advance();
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartition_point.h14 #include <__iterator/advance.h>
32 std::advance(__m, __l2);
H A Dlower_bound.h18 #include <__iterator/advance.h>
38 _IterOps<_AlgPolicy>::advance(__m, __l2);
H A Diterator_operations.h15 #include <__iterator/advance.h>
58 static constexpr auto advance = ranges::advance; member in struct:_IterOps
64 static constexpr auto __advance_to = ranges::advance;
82 // advance
84 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static void advance(_Iter& __iter, _Distance __count) { function in struct:_IterOps
85 std::advance(__iter, __count);
H A Dranges_search.h17 #include <__iterator/advance.h>
55 ranges::advance(__first1, __last1);
107 ranges::advance(__first1, ranges::end(__range1));
H A Dranges_search_n.h17 #include <__iterator/advance.h>
53 ranges::advance(__first, __last);
95 ranges::advance(__first, ranges::end(__range));
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DLineIterator.cpp51 advance();
55 void line_iterator::advance() { function in class:line_iterator
56 assert(Buffer && "Cannot advance past the end!");
/freebsd-current/contrib/ldns/compat/
H A Dinet_ntop.c127 int advance; local
192 advance = snprintf(tp, ep - tp, "%x", words[i]);
193 if (advance <= 0 || advance >= ep - tp)
195 tp += advance;
/freebsd-current/contrib/unbound/compat/
H A Dinet_ntop.c127 int advance; local
192 advance = snprintf(tp, ep - tp, "%x", words[i]);
193 if (advance <= 0 || advance >= ep - tp)
195 tp += advance;
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c121 int advance; local
184 advance = snprintf(tp, ep - tp, "%x", words[i]);
185 if (advance <= 0 || advance >= ep - tp)
187 tp += advance;
/freebsd-current/contrib/kyua/engine/
H A Dscanner.cpp107 advance(void) function in struct:engine::scanner::impl
152 /// \pre Must be called only if advance() returns true, and immediately
190 if (_pimpl->advance()) {
205 return !_pimpl->advance();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h75 std::advance(It, SingleVarLocEnd);
82 std::advance(It, Span.first);
90 std::advance(It, Span.second);
H A DMachineInstrBundle.h100 // If the operands on InstrI are exhausted, advance InstrI to the next
102 void advance() { function in class:llvm::MIBundleOperandIteratorBase
104 // Don't advance off the basic block, or into a new bundle.
125 advance();
140 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
142 advance();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCombinationGenerator.h52 bool advance() { function in struct:llvm::CombinationGenerator::WrappingIterator
85 bool Wrapped = Variable.advance();
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp767 llvm::Expected<llvm::BitstreamEntry> MaybeNext = Cursor.advance();
785 MaybeNext = Cursor.advance();
835 MaybeNext = Cursor.advance();
852 llvm::Expected<llvm::BitstreamEntry> MaybeNext = Cursor.advance();
870 MaybeNext = Cursor.advance();
911 MaybeNext = Cursor.advance();
928 llvm::Expected<llvm::BitstreamEntry> MaybeNext = Cursor.advance();
946 MaybeNext = Cursor.advance();
1002 MaybeNext = Cursor.advance();
1019 llvm::Expected<llvm::BitstreamEntry> MaybeNext = Cursor.advance();
[all...]
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp57 advance(ec);
68 bool advance(error_code& ec) { function in class:__dir_stream
125 advance(ec);
135 bool advance(error_code& ec) {
189 if (!__imp_->advance(m_ec)) {
262 if (stack.top().advance(m_ec))

Completed in 163 milliseconds

1234567