Searched refs:modes (Results 1 - 25 of 206) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/sys/arch/arm/iomd/
H A Dmakemodes.awk34 # Once the file has been parsed the list of modes is examined to find modes
58 # Number of modes parsed and valid in the modes array.
117 modes[mode, 0] = $2;
125 modes[mode, 1] = $2;
133 modes[mode, 2] = $2;
141 modes[mode, 3] = $2;
149 modes[mode, 4] = $2;
157 modes[mod
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dtth29.c69 int modes = '0'; local
72 modes += 0x01;
74 modes += 0x02;
76 modes += 0x04;
78 modes += 0x08;
80 modes += 0x10;
82 ttputc(modes);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/
H A DMakefile.hacks18 ${OBJS}: insn-modes.h
20 ${__DPSRCS.d}: insn-modes.h
21 insn-modes.h:
24 DPSRCS+= insn-modes.h
25 CLEANFILES+= insn-modes.h
/netbsd-6-1-5-RELEASE/sys/dev/videomode/
H A Dpickmode.c112 * Sort modes by refresh rate, aspect ratio (*), then resolution.
113 * Preferred mode or largest mode is first in the list and other modes
120 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) argument
134 if (*preferred != modes) {
135 swap_modes(*preferred, modes);
136 *preferred = modes;
147 if (modes[i].hdisplay > hbest) {
148 hbest = modes[i].hdisplay;
149 vbest = modes[i].vdisplay;
150 mtemp = &modes[
[all...]
/netbsd-6-1-5-RELEASE/bin/stty/
H A DMakefile5 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
H A Dmodes.c1 /* $NetBSD: modes.c,v 1.16 2003/08/07 09:05:41 agc Exp $ */
35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
37 __RCSID("$NetBSD: modes.c,v 1.16 2003/08/07 09:05:41 agc Exp $");
49 struct modes { struct
59 const struct modes cmodes[] = {
95 const struct modes imodes[] = {
131 const struct modes lmodes[] = {
183 const struct modes omodes[] = {
208 const struct modes *mp;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dbinop.s3 ; addressing modes.
H A Dunop.s3 ; addressing modes.
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_power.c76 static const char* modes[] = { local
86 modes[ahp->ah_powerMode], modes[mode],
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_cbc.c53 #include <openssl/modes.h>
H A Daes_ctr.c53 #include <openssl/modes.h>
H A Daes_ofb.c53 #include <openssl/modes.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_cbc.c53 #include <openssl/modes.h>
H A Dcmll_ctr.c53 #include <openssl/modes.h>
H A Dcmll_ofb.c109 #include <openssl/modes.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed_cfb.c109 #include <openssl/modes.h>
H A Dseed_ofb.c109 #include <openssl/modes.h>
H A Dseed_cbc.c53 #include <openssl/modes.h>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Daddress.d2 #name: c54x addressing modes
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmode-change-error-1.d5 #error: .*: Direct jumps between ISA modes are not allowed; consider recompiling with interlinking enabled.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/basic/
H A Dcoprmem.s4 ; addressing modes and completers.
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/doc/
H A DMakefile8 FILES= README.modes
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dstvar.h63 struct modes { struct
81 struct modes modes[4]; member in struct:quirkdata
128 struct modes modes[4]; /* plus more for each mode */ member in struct:st_softc
129 uint8_t modeflags[4]; /* flags for the modes */
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dmodes.c1 /* $NetBSD: modes.c,v 1.6 2005/11/28 03:26:06 christos Exp $ */
35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
37 __RCSID("$NetBSD: modes.c,v 1.6 2005/11/28 03:26:06 christos Exp $");
48 struct modes { struct
58 const struct modes cmodes[] = {
94 const struct modes imodes[] = {
130 const struct modes lmodes[] = {
182 const struct modes omodes[] = {
201 const struct modes *mp;
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_power.c98 static const char* modes[] = { local
108 modes[ahp->ah_powerMode], modes[mode],

Completed in 301 milliseconds

123456789