| /trueos/contrib/tcpdump/ |
| HD | print-lwres.c | 221 int advance; in lwres_printnamelen() local 226 advance = lwres_printname(l, p + 2); in lwres_printnamelen() 227 if (advance < 0) in lwres_printnamelen() 229 return 2 + advance; in lwres_printnamelen() 304 int advance; in lwres_print() local 391 advance = lwres_printname(l, s); in lwres_print() 392 if (advance < 0) in lwres_print() 394 s += advance; in lwres_print() 408 advance = lwres_printaddr(&gnba->addr); in lwres_print() 409 if (advance < 0) in lwres_print() [all …]
|
| HD | print-pim.c | 629 int advance; in pimv2_print() local 723 int advance; in pimv2_print() local 726 advance = pimv2_addr_print(ptr, pimv2_unicast, 0); in pimv2_print() 727 if (advance < 0) { in pimv2_print() 731 ptr += advance; in pimv2_print() 790 if ((advance = pimv2_addr_print(bp, pimv2_group, 0)) < 0) { in pimv2_print() 794 bp += advance; len -= advance; in pimv2_print() 798 if ((advance = pimv2_addr_print(bp, pimv2_unicast, 0)) < 0) { in pimv2_print() 802 bp += advance; len -= advance; in pimv2_print() 857 if ((advance = pimv2_addr_print(bp, pimv2_unicast, 0)) < 0) { in pimv2_print() [all …]
|
| HD | print-bgp.c | 1299 int advance; in bgp_attr_print() local 1685 advance = decode_prefix4(tptr, len, buf, sizeof(buf)); in bgp_attr_print() 1686 if (advance == -1) in bgp_attr_print() 1688 else if (advance == -2) in bgp_attr_print() 1690 else if (advance == -3) in bgp_attr_print() 1696 advance = decode_labeled_prefix4(tptr, len, buf, sizeof(buf)); in bgp_attr_print() 1697 if (advance == -1) in bgp_attr_print() 1699 else if (advance == -2) in bgp_attr_print() 1701 else if (advance == -3) in bgp_attr_print() 1709 advance = decode_labeled_vpn_prefix4(tptr, buf, sizeof(buf)); in bgp_attr_print() [all …]
|
| HD | print-ip6.c | 87 register int advance; in ip6_print() local 145 advance = sizeof(struct ip6_hdr); in ip6_print() 147 while (cp < ndo->ndo_snapend && advance > 0) { in ip6_print() 148 cp += advance; in ip6_print() 149 len -= advance; in ip6_print() 160 advance = hbhopt_print(cp); in ip6_print() 164 advance = dstopt_print(cp); in ip6_print() 168 advance = frag6_print(cp, (const u_char *)ip6); in ip6_print() 169 if (ndo->ndo_snapend <= cp + advance) in ip6_print() 187 advance = mobility_print(cp, (const u_char *)ip6); in ip6_print() [all …]
|
| HD | print-ip.c | 320 int advance; member 335 ipds->advance = ah_print(ipds->cp); in ip_print_demux() 336 if (ipds->advance <= 0) in ip_print_demux() 338 ipds->cp += ipds->advance; in ip_print_demux() 339 ipds->len -= ipds->advance; in ip_print_demux() 345 ipds->advance = esp_print(ndo, ipds->cp, ipds->len, in ip_print_demux() 348 if (ipds->advance <= 0) in ip_print_demux() 350 ipds->cp += ipds->advance; in ip_print_demux() 351 ipds->len -= ipds->advance + padlen; in ip_print_demux() 359 ipds->advance = ipcomp_print(ipds->cp, &enh); in ip_print_demux() [all …]
|
| HD | print-ipcomp.c | 57 int advance; in ipcomp_print() local 83 advance = sizeof(struct ipcomp); in ipcomp_print() 86 return advance; in ipcomp_print()
|
| HD | print-esp.c | 542 int advance; in esp_print() local 556 advance = 0; in esp_print() 667 advance = ivoff - (u_char *)esp + ivlen; in esp_print() 669 advance = sizeof(struct newesp); in esp_print() 682 return advance; in esp_print()
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | inet_ntop.c | 122 int advance; in inet_ntop6() local 185 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6() 186 if (advance <= 0 || advance >= ep - tp) in inet_ntop6() 188 tp += advance; in inet_ntop6()
|
| /trueos/contrib/unbound/compat/ |
| HD | inet_ntop.c | 127 int advance; in inet_ntop6() local 192 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6() 193 if (advance <= 0 || advance >= ep - tp) in inet_ntop6() 195 tp += advance; in inet_ntop6()
|
| /trueos/contrib/ldns/compat/ |
| HD | inet_ntop.c | 127 int advance; in inet_ntop6() local 192 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6() 193 if (advance <= 0 || advance >= ep - tp) in inet_ntop6() 195 tp += advance; in inet_ntop6()
|
| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
| D | internal_node.hpp | 240 std::advance(b_it, m_e_ind); in get_pref_pos() 250 std::advance(m_pref_e_it, m_e_ind); in pat_trie_internal_node() 272 std::advance(m_pref_e_it, m_e_ind); in update_prefixes() 498 std::advance(key_b_it, checked_ind); in should_be_mine() 500 std::advance(key_e_it, m_e_ind); in should_be_mine() 503 std::advance(value_b_it, checked_ind); in should_be_mine() 505 std::advance(value_e_it, m_e_ind); in should_be_mine() 540 std::advance(it, num_children - 1); in rightmost_descendant()
|
| D | node_iterators.hpp | 232 std::advance(it, i); in get_child() 329 std::advance(it, i); in get_child()
|
| /trueos/contrib/ofed/management/opensm/osmeventplugin/ |
| HD | libosmeventplugin.ver | 6 # API_REV - advance on any added API 7 # RUNNING_REV - advance any change to the vendor files
|
| /trueos/contrib/ofed/management/opensm/libvendor/ |
| HD | libosmvendor.ver | 6 # API_REV - advance on any added API 7 # RUNNING_REV - advance any change to the vendor files
|
| /trueos/contrib/ofed/management/opensm/complib/ |
| HD | libosmcomp.ver | 6 # API_REV - advance on any added API 7 # RUNNING_REV - advance any change to the vendor files
|
| /trueos/contrib/ofed/management/libibcommon/ |
| HD | libibcommon.ver | 6 # API_REV - advance on any added API 7 # RUNNING_REV - advance any change to the vendor files
|
| /trueos/contrib/ofed/management/libibmad/ |
| HD | libibmad.ver | 6 # API_REV - advance on any added API 7 # RUNNING_REV - advance any change to the vendor files
|
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | libopensm.ver | 6 # API_REV - advance on any added API 7 # RUNNING_REV - advance any change to the vendor files
|
| /trueos/contrib/ofed/management/libibumad/ |
| HD | libibumad.ver | 6 # API_REV - advance on any added API 7 # RUNNING_REV - advance any change to the vendor files
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineInstrBundle.h | 100 void advance() { in advance() function 128 advance(); in MachineOperandIteratorBase() 141 advance();
|
| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | MCRegisterInfo.h | 207 unsigned advance() { in advance() function 225 if (!advance()) 509 advance(); in MCRegUnitIterator() 589 void advance() { in advance() function 609 do advance();
|
| /trueos/contrib/mdocml/ |
| HD | term_ascii.c | 87 p->advance = ascii_advance; in ascii_init() 99 p->advance = locale_advance; in ascii_init()
|
| /trueos/contrib/amd/doc/ |
| HD | texinfo.tex | 291 \ifodd\pageno \advance\hoffset by \bindingoffset 292 \else \advance\hoffset by -\bindingoffset\fi 708 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox 710 \dimen2 = \pageheight \advance\dimen2 by -\pagetotal 752 \advance\dimen2 by \dp\strutbox 802 \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount 909 \advance\hsize by -\leftskip 910 \advance\hsize by -\rightskip 1217 \advance\tempnum by 1 1316 \advance\lnkcount by 1% [all …]
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | ScoreboardHazardRecognizer.cpp | 238 ReservedScoreboard[0] = 0; ReservedScoreboard.advance(); in AdvanceCycle() 239 RequiredScoreboard[0] = 0; RequiredScoreboard.advance(); in AdvanceCycle()
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | stl_algo.h | 2126 std::advance(__middle, __len / 2); in __inplace_stable_partition() 2136 std::advance(__begin, std::distance(__middle, __end)); in __inplace_stable_partition() 2175 std::advance(__middle, __len / 2); in __stable_partition_adaptive() 2185 std::advance(__begin, std::distance(__middle, __end)); in __stable_partition_adaptive() 2905 std::advance(__middle, __half); in lower_bound() 2956 std::advance(__middle, __half); in lower_bound() 3002 std::advance(__middle, __half); in upper_bound() 3053 std::advance(__middle, __half); in upper_bound() 3093 std::advance(__first_cut, __len11); in __merge_without_buffer() 3100 std::advance(__second_cut, __len22); in __merge_without_buffer() [all …]
|