Searched refs:nth (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dtcp_subr.c886 struct tcphdr *nth; local
931 nth = (struct tcphdr *)(ip6 + 1);
937 nth = (struct tcphdr *)(ip + 1);
939 bcopy((caddr_t)th, (caddr_t)nth, sizeof(struct tcphdr));
966 nth = (struct tcphdr *)(ip6 + 1);
973 nth = (struct tcphdr *)(ip + 1);
975 bcopy((caddr_t)th, (caddr_t)nth, sizeof(struct tcphdr));
976 xchg(nth->th_dport, nth->th_sport, uint16_t);
977 th = nth;
[all...]
/freebsd-11.0-release/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c2162 long nth; local
2252 if ((nth = strtol(ddata->cur, (char **) NULL, 36)) == 0 &&
2257 ++nth;
2262 assert(nth > 0);
2264 return (cpp_demangle_get_subst(ddata, nth));
2457 long nth; local
2469 if ((nth = strtol(ddata->cur, (char **) NULL, 36)) == 0 &&
2474 ++nth;
2479 assert(nth > 0);
2481 return (cpp_demangle_get_tmpl_param(ddata, nth));
[all...]
/freebsd-11.0-release/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c1871 long nth; local
1961 if ((nth = strtol(ddata->cur, (char **) NULL, 36)) == 0 &&
1966 ++nth;
1971 assert(nth > 0);
1973 return (cpp_demangle_get_subst(ddata, nth));
2166 long nth; local
2178 if ((nth = strtol(ddata->cur, (char **) NULL, 36)) == 0 &&
2183 ++nth;
2188 assert(nth > 0);
2190 return (cpp_demangle_get_tmpl_param(ddata, nth));
[all...]
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.js4292 CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,
4293 POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,
4466 if ( match[1] === "nth" ) {
4653 nth: function( elem, i, match ) {
4719 case "nth":
5552 return jQuery.nth( elem, 2, "nextSibling" );
5555 return jQuery.nth( elem, 2, "previousSibling" );
5631 nth: function( cur, result, dir, elem ) {

Completed in 76 milliseconds