Searched refs:nth (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/ |
| H A D | xattrtest.c | 88 static int nth = 0; variable 149 nth = strtol(optarg, NULL, 0); in parse_args() 214 fprintf(stdout, "nth: %d\n", nth); in parse_args() 380 if (nth && ((i % nth) == 0)) in create_files() 479 if (nth && ((i % nth) == 0)) in setxattrs() 568 if (nth && ((i % nth) == 0)) in getxattrs() 647 if (nth && ((i % nth) == 0)) in unlink_files()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_subr.c | 1403 struct tcphdr *nth; in tcp_respond() local 1494 xchg(nth->th_dport, nth->th_sport, uint16_t); in tcp_respond() 1495 th = nth; in tcp_respond() 1517 if (th != nth) { in tcp_respond() 1526 xchg(nth->th_dport, nth->th_sport, uint16_t); in tcp_respond() 1558 optp = (u_char *) (nth + 1); in tcp_respond() 1618 nth->th_seq = htonl(seq); in tcp_respond() 1619 nth->th_ack = htonl(ack); in tcp_respond() 1620 nth->th_x2 = 0; in tcp_respond() 1622 nth->th_flags = flags; in tcp_respond() [all …]
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.js | 4653 nth: function( elem, i, match ) { 5552 return jQuery.nth( elem, 2, "nextSibling" ); 5555 return jQuery.nth( elem, 2, "previousSibling" ); 5631 nth: function( cur, result, dir, elem ) { method
|