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

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_proxy.c689 u_32_t seq1, seq2; local
705 seq1 = (u_32_t)ntohl(tcp->th_seq);
710 (seq1 > aps->aps_seqmin[!sel])) {
713 sel, !sel, seq1,
720 if (seq1 > seq2) {
722 seq1 += seq2;
723 tcp->th_seq = htonl(seq1);
728 if (inc && (seq1 > aps->aps_seqmin[!sel])) {
729 aps->aps_seqmin[sel] = seq1 + nlen - 1;
739 seq1
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-compile.c898 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; local
917 if (seq1 != NULL)
918 seq1 = tre_ast_new_catenation(mem, seq1, copy);
920 seq1 = copy;
921 if (seq1 == NULL)
963 if (seq1 == NULL)
964 seq1 = seq2;
966 seq1 = tre_ast_new_catenation(mem, seq1, seq
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c1290 const struct line_sequence* seq1 = a; local
1294 if (seq1->low_pc < seq2->low_pc)
1296 if (seq1->low_pc > seq2->low_pc)
1301 if (seq1->last_line->address < seq2->last_line->address)
1303 if (seq1->last_line->address > seq2->last_line->address)
1306 if (seq1->last_line->op_index < seq2->last_line->op_index)
1308 if (seq1->last_line->op_index > seq2->last_line->op_index)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c1290 const struct line_sequence* seq1 = a; local
1294 if (seq1->low_pc < seq2->low_pc)
1296 if (seq1->low_pc > seq2->low_pc)
1301 if (seq1->last_line->address < seq2->last_line->address)
1303 if (seq1->last_line->address > seq2->last_line->address)
1306 if (seq1->last_line->op_index < seq2->last_line->op_index)
1308 if (seq1->last_line->op_index > seq2->last_line->op_index)

Completed in 168 milliseconds