Home
last modified time | relevance | path

Searched refs:end_seq (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dsched-deps.c1479 rtx link, end_seq, r0, set; in sched_analyze() local
1600 && (end_seq = XEXP (link, 0)) != 0 in sched_analyze()
1604 && (set = single_set (end_seq)) != 0 in sched_analyze()
1608 && find_reg_note (end_seq, REG_EQUAL, NULL_RTX) != 0 in sched_analyze()
1609 && find_reg_note (end_seq, REG_RETVAL, NULL_RTX) != 0) in sched_analyze()
/freebsd-12.1/contrib/wpa/src/tls/
H A Dx509v3.c818 const u8 *end_seq; in x509_parse_ext_basic_constraints() local
840 end_seq = hdr.payload + hdr.length; in x509_parse_ext_basic_constraints()
852 if (pos >= end_seq) { in x509_parse_ext_basic_constraints()
858 if (asn1_get_next(pos, end_seq - pos, &hdr) < 0 || in x509_parse_ext_basic_constraints()
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c106 SDP_SKB_CB(mb)->end_seq += payload_len; in sdp_post_srcavail()