Searched refs:win (Results 201 - 211 of 211) sorted by relevance

123456789

/freebsd-9.3-release/crypto/openssl/
H A DMakefile.org178 WTARFILE= $(NAME)-win.tar
H A DMakefile180 WTARFILE= $(NAME)-win.tar
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2.h1029 struct v4l2_window win; // V4L2_BUF_TYPE_VIDEO_OVERLAY member in union:v4l2_format::__anon6128
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES328 added a makefile.win to make it easier to build on windows.
/freebsd-9.3-release/sys/dev/bwi/
H A Dif_bwi.c749 uint32_t win = BWI_PCIM_REGWIN(id); local
754 pci_write_config(sc->sc_dev, BWI_PCIR_SEL_REGWIN, win, 4);
755 if (pci_read_config(sc->sc_dev, BWI_PCIR_SEL_REGWIN, 4) == win)
842 device_printf(sc->sc_dev, "no number of win for "
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c3379 int ind_levels ATTRIBUTE_UNUSED, int *win)
3391 *win = 1;
3412 *win = 1;
3433 *win = 1;
3455 *win = 0;
3470 *win = 1;
3510 *win = 1;
3527 *win = 1;
3536 *win = 1;
3539 *win
3368 rs6000_legitimize_reload_address(rtx x, enum machine_mode mode, int opnum, int type, int ind_levels ATTRIBUTE_UNUSED, int *win) argument
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c7059 int win = lvalue_p (ref);
7061 if (!win)
7064 return win;
7042 int win = lvalue_p (ref); local
/freebsd-9.3-release/contrib/gcc/
H A Dreload1.c5461 int pass, win, inheritance;
5504 win = 0;
6011 win = 1;
6018 if (! win)
5438 int pass, win, inheritance; local
H A Dc-typeck.c3174 int win = lvalue_p (ref);
3176 if (!win)
3179 return win;
3158 int win = lvalue_p (ref); local
/freebsd-9.3-release/contrib/ncurses/
H A Dconfigure13811 struct ttysize win; /* FIXME: what system is this? */
13812 int y = win.ts_lines;
13813 int x = win.ts_cols;
13816 struct winsize win;
13817 int y = win.ws_row;
13818 int x = win.ws_col;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delflink.c10963 goto win;
10971 win:

Completed in 437 milliseconds

123456789