Home
last modified time | relevance | path

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

/dragonfly/lib/libc/xdr/
H A Dxdr_sizeof.c87 if (len < (u_int)(uintptr_t)xdrs->x_base) { in x_inline()
96 xdrs->x_base = 0; in x_inline()
99 xdrs->x_base = (caddr_t)(uintptr_t)len; in x_inline()
116 xdrs->x_base = 0; in x_destroy()
149 x.x_base = (caddr_t) 0; in xdr_sizeof()
H A Dxdr_mem.c105 xdrs->x_private = xdrs->x_base = addr; in xdrmem_create()
197 return (u_int)((u_long)xdrs->x_private - (u_long)xdrs->x_base); in xdrmem_getpos()
203 char *newaddr = xdrs->x_base + pos; in xdrmem_setpos()
H A Dxdr_stdio.c90 xdrs->x_base = 0; in xdrstdio_create()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dalias.c2108 tree x_decl = SYMBOL_REF_DECL (x_base); in compare_base_symbol_refs()
2112 if (XSTR (x_base, 0) == XSTR (y_base, 0)) in compare_base_symbol_refs()
2121 std::swap (x_base, y_base); in compare_base_symbol_refs()
2140 if (!SYMBOL_REF_HAS_BLOCK_INFO_P (x_base)) in compare_base_symbol_refs()
2148 if (SYMBOL_REF_HAS_BLOCK_INFO_P (x_base) in compare_base_symbol_refs()
2174 if (x_base == 0) in base_alias_check()
2181 x_base = find_base_term (x_c); in base_alias_check()
2182 if (x_base == 0) in base_alias_check()
2198 if (rtx_equal_p (x_base, y_base)) in base_alias_check()
3064 rtx x_base = find_base_term (true_x_addr); in write_dependence_p() local
[all …]
/dragonfly/contrib/dialog/
H A Dinputstr.c683 int x_base, /* beginning column on screen */ in dlg_show_string() argument
688 x_last = MIN(x_last + x_base, getmaxx(win)) - x_base; in dlg_show_string()
692 (void) wmove(win, y_base, x_base); in dlg_show_string()
707 (void) wmove(win, y_base, x_base); in dlg_show_string()
730 (void) wmove(win, y_base, x_base + input_x); in dlg_show_string()
H A Dutil.c1622 int x_base = getbegx(win); in in_window() local
1624 int x_last = getmaxx(win) + x_base; in in_window()
1626 if (y >= y_base && y <= y_last && x >= x_base && x <= x_last) in in_window()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dalias.c1710 rtx x_base = find_base_term (x); in base_alias_check() local
1716 if (x_base == 0) in base_alias_check()
1723 x_base = find_base_term (x_c); in base_alias_check()
1724 if (x_base == 0) in base_alias_check()
1740 if (rtx_equal_p (x_base, y_base)) in base_alias_check()
1762 if (GET_CODE (x_base) != ADDRESS && GET_CODE (y_base) != ADDRESS) in base_alias_check()
1769 if ((GET_CODE (x_base) == ADDRESS && GET_MODE (x_base) == Pmode) in base_alias_check()
/dragonfly/include/rpc/
H A Dxdr.h121 char * x_base; /* private used for position info */ member