Searched refs:off0 (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/arch/macppc/stand/ |
H A D | ofdev.c | 241 u_long off0) in search_label() argument 257 off0 += off; in search_label() 261 poff = get_long(&p->dp_start) + off0; in search_label() 277 if (!search_label(devp, poff, buf, lp, off0)) { in search_label()
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 1794 unsigned HOST_WIDE_INT off0, off1, st; in strip_offset_1() local 1818 op0 = strip_offset_1 (op0, false, false, &off0); in strip_offset_1() 1821 *offset = (code == PLUS_EXPR ? off0 + off1 : off0 - off1); in strip_offset_1() 1858 op0 = strip_offset_1 (op0, inside_addr, top_compref, &off0); in strip_offset_1() 1859 *offset += off0; in strip_offset_1() 1874 op0 = strip_offset_1 (op0, inside_addr, top_compref, &off0); in strip_offset_1() 1875 *offset = off0 + int_cst_value (tmp); in strip_offset_1() 1882 op0 = strip_offset_1 (op0, true, true, &off0); in strip_offset_1() 1883 *offset += off0; in strip_offset_1() 1902 op0 = strip_offset_1 (op0, inside_addr, false, &off0); in strip_offset_1() [all …]
|
/openbsd/sys/net/ |
H A D | pipex.c | 2049 pipex_l2tp_input(struct mbuf *m0, int off0, struct pipex_session *session, in pipex_l2tp_input() argument 2070 m_copydata(m0, off0, sizeof(flags), &flags); in pipex_l2tp_input() 2084 PIPEX_PULLUP(m0, off0 + hlen); in pipex_l2tp_input() 2088 cp = mtod(m0, u_char *) + off0; in pipex_l2tp_input() 2093 length = m0->m_pkthdr.len - off0; in pipex_l2tp_input() 2125 hlen += off0 + offset; in pipex_l2tp_input()
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | ofdev.c | 430 u_long off0) in search_label() argument
|