HomeSort by: relevance | last modified time | path
    Searched defs:advance (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/tcpdump/dist/
print-ip-demux.c 41 int advance; local
44 advance = 0;
56 advance = ah_print(ndo, bp);
57 if (advance <= 0)
59 bp += advance;
60 length -= advance;
print-ip6.c 54 u_int advance; local
64 advance = sizeof(struct ip6_hdr);
69 cp += advance;
83 advance = (GET_U_1(cp + 1) + 1) << 3;
93 advance = sizeof(struct ip6_frag);
232 int advance; local
317 advance = sizeof(struct ip6_hdr);
323 while (cp < ndo->ndo_snapend && advance > 0) {
324 if (len < (u_int)advance)
326 cp += advance;
    [all...]
  /src/lib/libc/inet/
inet_neta.c 60 int advance; local
78 advance = snprintf(dst, (size_t)(ep - dst), "%u", b);
79 if (advance <= 0 || advance >= ep - dst)
81 dst += advance;
inet_ntop.c 138 int advance; local
205 advance = snprintf(tp, (size_t)(ep - tp), "%x", words[i]);
206 if (advance <= 0 || advance >= ep - tp)
208 tp += advance;
  /src/external/gpl3/gdb/dist/gdb/
thread-iter.c 27 /* Advance M_INF/M_THR to the first thread's position. */
46 all_threads_iterator::advance () function in class:all_threads_iterator
132 all_matching_threads_iterator::advance () function in class:all_matching_threads_iterator
inferior-iter.h 45 /* Advance M_INF to the first inferior's position. */
58 advance ();
69 /* Advance to next inferior, skipping filtered inferiors. */
70 void advance () function in class:all_inferiors_iterator
  /src/external/gpl3/gdb.old/dist/gdb/
thread-iter.c 27 /* Advance M_INF/M_THR to the first thread's position. */
46 all_threads_iterator::advance () function in class:all_threads_iterator
132 all_matching_threads_iterator::advance () function in class:all_matching_threads_iterator
inferior-iter.h 45 /* Advance M_INF to the first inferior's position. */
58 advance ();
69 /* Advance to next inferior, skipping filtered inferiors. */
70 void advance () function in class:all_inferiors_iterator
  /src/external/apache2/llvm/dist/llvm/lib/Support/
LineIterator.cpp 50 advance();
54 void line_iterator::advance() { function in class:line_iterator
55 assert(Buffer && "Cannot advance past the end!");
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_iterator_base_funcs.h 56 * functions, such as distance() and advance().
199 // Give better error if std::advance called with a non-Cpp17InputIterator.
220 advance(_InputIterator& __i, _Distance __n) function
237 std::advance(__x, __n);
250 std::advance(__x, -__n);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_iterator_base_funcs.h 56 * functions, such as distance() and advance().
198 // Give better error if std::advance called with a non-Cpp17InputIterator.
218 advance(_InputIterator& __i, _Distance __n) function
235 std::advance(__x, __n);
248 std::advance(__x, -__n);
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
Buffer.h 60 range_.advance(n);
65 void advance(std::size_t n) { function in class:pzstd::Buffer
66 range_.advance(n);
Range.h 107 void advance(size_type n) { function in class:pzstd::Range
  /src/usr.sbin/puffs/mount_9p/
subr.c 129 off_t advance = wantoff - curoff; local
136 p9pbuf_put_4(pb, advance);
157 if (count == advance || count == 0)
  /src/external/bsd/nsd/dist/compat/
inet_ntop.c 119 int advance; local
182 advance = snprintf(tp, ep - tp, "%x", words[i]);
183 if (advance <= 0 || advance >= ep - tp)
185 tp += advance;
  /src/external/bsd/unbound/dist/compat/
inet_ntop.c 127 int advance; local
192 advance = snprintf(tp, ep - tp, "%x", words[i]);
193 if (advance <= 0 || advance >= ep - tp)
195 tp += advance;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Parsing.cpp 145 static ParseState advance(ParseState S, size_t N) { function
161 return makeParseProgress(advance(State, 1), llvm::None);
171 return makeParseProgress(advance(State, Id.size()), Id.str());
188 // Advance past the trailing quote as well.
189 return makeParseProgress(advance(State, Id.size() + 1), Id.str());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 77 void advance() { function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
MachineInstrBundle.h 100 // 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();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
std-dir.cc 57 bool advance(bool skip_permission_denied, error_code& ec) noexcept
59 if (const auto entp = _Dir_base::advance(skip_permission_denied, ec))
78 bool advance(error_code& ec) noexcept { return advance(false, ec); }
82 bool advance(bool skip_permission_denied = false) function in struct:fs::_Dir
85 const bool ok = advance(skip_permission_denied, ec);
88 "directory iterator cannot advance", ec));
135 if (sp->advance(skip_permission_denied, ec))
160 "cannot advance non-dereferenceable directory iterator",
162 if (!_M_dir->advance())
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
mock_engine.c 94 static void advance(struct i915_request *request) function
114 advance(request);
127 advance(request);
226 advance(request);
359 advance(request);
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
directory_iterator.cpp 133 advance(ec);
144 bool advance(error_code& ec) { function in class:__dir_stream
205 advance(ec);
215 bool advance(error_code& ec) {
272 if (!__imp_->advance(m_ec)) {
353 if (stack.top().advance(m_ec))
  /src/external/gpl3/binutils/dist/opcodes/
s12z-dis.c 42 advance (struct mem_read_abstraction_base *b) function
339 mra.base.advance = advance ;
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-dis.c 42 advance (struct mem_read_abstraction_base *b) function
339 mra.base.advance = advance ;
  /src/external/gpl3/gcc/dist/gcc/
iterator-utils.h 227 void advance () function in class:safe_iterator
249 advance ();
256 advance ();

Completed in 39 milliseconds

1 2 3 4 5