Home
last modified time | relevance | path

Searched refs:max_hdr (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dsched-rgn.c461 if (max_hdr[blk] == -1) \
462 max_hdr[blk] = hdr; \
463 else if (dfs_nr[max_hdr[blk]] > dfs_nr[hdr]) \
465 else if (dfs_nr[max_hdr[blk]] < dfs_nr[hdr]) \
467 RESET_BIT (inner,max_hdr[blk]); \
468 max_hdr[blk] = hdr; \
505 int *max_hdr, *dfs_nr, *degree; in find_rgns() local
537 max_hdr = XNEWVEC (int, last_basic_block); in find_rgns()
554 max_hdr[i] = -1; in find_rgns()
580 if (max_hdr[child] >= 0 && TEST_BIT (in_stack, max_hdr[child])) in find_rgns()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsched-rgn.c580 if (max_hdr[blk] == -1) \
581 max_hdr[blk] = hdr; \
582 else if (dfs_nr[max_hdr[blk]] > dfs_nr[hdr]) \
584 else if (dfs_nr[max_hdr[blk]] < dfs_nr[hdr]) \
586 RESET_BIT (inner,max_hdr[blk]); \
587 max_hdr[blk] = hdr; \
626 int *max_hdr, *dfs_nr, *stack, *degree; local
662 max_hdr = (int *) xmalloc (last_basic_block * sizeof (int));
682 max_hdr[i] = -1;
702 if (max_hdr[child] >= 0 && TEST_BIT (in_stack, max_hdr[child]))
[all …]
/openbsd/src/sys/kern/
Duipc_domain.c100 max_hdr = max_linkhdr + max_protohdr; in domaininit()
Duipc_socket.c757 if (atomic && m == top && len < mlen - max_hdr) in m_getuio()
758 m->m_data += max_hdr; in m_getuio()
766 if (atomic && m == top && len < mlen - max_hdr) in m_getuio()
Duipc_mbuf.c125 int max_hdr; /* largest link+protocol header */ variable
/openbsd/src/sys/sys/
Dmbuf.h416 extern int max_hdr; /* largest link+protocol header */
/openbsd/src/sys/nfs/
Dnfs_socket.c1076 if (siz >= MHLEN - max_hdr) { in nfs_rephead()
1079 mreq->m_data += max_hdr; in nfs_rephead()
/openbsd/src/sys/net/
Dif_wg.c872 size_t mlen = len + max_hdr; in wg_send_buf()
1593 if ((mc = m_clget(NULL, M_NOWAIT, out_len + max_hdr)) == NULL) in wg_encap()