Searched refs:ir (Results 1 - 25 of 92) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Drvalue3.C5 int &ir = (int&)(int)i; // { dg-error "" } casting rvalue to reference type local
H A Dpmem4.C7 static int& ir; member in struct:A
11 int& A::ir = i; // not an error member in class:A
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Drvalue3.C5 int &ir = (int&)(int)i; // { dg-error "" } casting rvalue to reference type local
H A Dpmem4.C7 static int& ir; member in struct:A
11 int& A::ir = i; // not an error member in class:A
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Drv-reinterpret.C5 void f(int &&ir) { ir = 42; } argument
H A Dexplicit2.C16 const int &ir = a; // { dg-error "" } local
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Dfpudispatch.h6 int decode_0c(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
7 int decode_0e(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
8 int decode_06(unsigned ir, unsigned *fpregs);
9 int decode_26(unsigned ir, unsigned *fpregs);
H A Dfpudispatch.c116 decode_0c(unsigned ir,unsigned class,unsigned subop,unsigned fpregs[]) argument
123 if (ir == COPR_INST) {
128 r1 = extru(ir,fpr1pos,5) * sizeof(double)/sizeof(unsigned);
131 t = extru(ir,fptpos,5) * sizeof(double)/sizeof(unsigned);
134 fmt = extru(ir,fpfmtpos,2); /* get fmt completer */
198 df = extru(ir,fpdfpos,2); /* get dest format */
274 r2 = extru(ir, fpr2pos, 5) * sizeof(double)/sizeof(unsigned);
289 extru(ir,fptpos,5),status));
292 extru(ir,fptpos,5),status));
307 return(ftest(0,extru(ir,fptpo
394 decode_0e(unsigned ir,unsigned class,unsigned subop,unsigned fpregs[]) argument
657 decode_06(unsigned ir,unsigned fpregs[]) argument
781 decode_26(unsigned ir,unsigned fpregs[]) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/modules/ir/
H A DMakefile5 .PATH: ${S}/dev/ir
7 KMOD= ir
8 SRCS= ir.c
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dbit-fields2.C10 int &ir = s.i; // { dg-error "" } address of bitfield local
12 ir = 10;
H A Dcopy5.C38 BaseClass( const BaseClass& ir ) : i(ir.i) {}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dbit-fields2.C10 int &ir = s.i; // { dg-error "" } address of bitfield local
12 ir = 10;
H A Dcopy5.C38 BaseClass( const BaseClass& ir ) : i(ir.i) {};
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-use.C6 int &ir = i; local
10 [] { sizeof (argc); sizeof (i); sizeof (ir); sizeof (ci); sizeof (cir); };
/netbsd-6-1-5-RELEASE/sys/dev/ir/
H A DMakefile3 INCSDIR= /usr/include/dev/ir
H A Dir.c1 /* $NetBSD: ir.c,v 1.5 2008/04/28 20:23:51 martin Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: ir.c,v 1.5 2008/04/28 20:23:51 martin Exp $");
41 #include <dev/ir/ir.h>
64 MODULE(MODULE_CLASS_DRIVER, ir, NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.c3735 struct i386_record_s *ir,
3750 if (record_arch_list_add_reg (ir->regcache, i))
3758 if (record_arch_list_add_reg (ir->regcache, i))
3766 if (record_arch_list_add_reg (ir->regcache, i))
3773 if (record_arch_list_add_reg (ir->regcache,iregnum))
3785 if (record_arch_list_add_reg (ir->regcache, i))
3797 record_arch_list_add_reg (ir.regcache, ir.regmap[(regnum)])
3810 struct i386_record_s ir;
3816 memset (&ir,
3714 i386_record_floats(struct gdbarch *gdbarch, struct i386_record_s *ir, uint32_t iregnum) argument
3790 struct i386_record_s ir; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Disv.c113 isv_read(struct isv_regs *ir, bus_size_t reg) argument
115 return bus_space_read_2(ir->ir_bt, ir->ir_bh, reg);
119 isv_write(struct isv_regs *ir, bus_size_t reg, uint16_t val) argument
121 bus_space_write_2(ir->ir_bt, ir->ir_bh, reg, val);
125 isv_retrace(struct isv_regs *ir) argument
129 video = isv_read(ir, ISV_STATUS) & ISV_STATUS_VIDEO_MASK;
164 isv_probe(struct isv_regs *ir) argument
171 isv_write(ir, ISV_CONTRO
197 struct isv_regs ir; local
231 struct isv_regs *ir = &sc->sc_ir; local
271 isv_retrace_wait(struct isv_regs *ir, int *state, const struct timeval *end) argument
294 isv_capture_wait(struct isv_regs *ir, int *state, const struct timeval *end) argument
322 struct isv_regs *ir = &sc->sc_ir; local
438 struct isv_regs *ir = &sc->sc_ir; local
[all...]
/netbsd-6-1-5-RELEASE/sys/modules/cir/
H A DMakefile5 .PATH: ${S}/dev/ir
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-5.c3 int ir[4] = {0,1,2,3}; local
9 ap(ir[n-1]);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-5.c3 int ir[4] = {0,1,2,3}; local
9 ap(ir[n-1]);
/netbsd-6-1-5-RELEASE/sys/arch/hp700/hp700/
H A Dintr.c115 hp700_interrupt_register_establish(struct hp700_interrupt_register *ir) argument
120 memset(ir, 0, sizeof(*ir));
122 ir->ir_bits_map[idx] = IR_BIT_UNUSED;
130 hp700_interrupt_registers[idx] = ir;
171 struct hp700_interrupt_register *ir, int bit_pos)
184 if (ir->ir_bits_map[31 ^ bit_pos] != IR_BIT_UNUSED &&
185 !IR_BIT_NESTED_P(ir->ir_bits_map[31 ^ bit_pos]) &&
199 ir->ir_bits_map[31 ^ bit_pos] = IR_BIT_REG | idx;
208 ir
170 hp700_intr_establish(int ipl, int (*handler)(void *), void *arg, struct hp700_interrupt_register *ir, int bit_pos) argument
236 hp700_intr_allocate_bit(struct hp700_interrupt_register *ir) argument
275 struct hp700_interrupt_register *ir; local
370 struct hp700_interrupt_register *ir; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfwdev.c85 struct fw_xferq *ir; member in struct:fw_drv1
163 if (d->ir != NULL) {
164 struct fw_xferq *ir = d->ir; local
166 if ((ir->flag & FWXFERQ_OPEN) == 0)
168 if (ir->flag & FWXFERQ_RUNNING) {
169 ir->flag &= ~FWXFERQ_RUNNING;
170 fc->irx_disable(fc, ir->dmach);
173 fwdev_freebuf(ir);
175 for (xfer = STAILQ_FIRST(&ir
215 struct fw_xferq *ir; local
374 struct fw_xferq *ir, *it; local
675 struct fw_xferq *ir; local
[all...]
/netbsd-6-1-5-RELEASE/sys/crypto/camellia/
H A Dcamellia.c100 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
103 ir = xr ^ kr; \
105 t1 = ir >> 16; \
106 yl = CAMELLIA_SP1110(ir & 0xff) \
109 ^ CAMELLIA_SP4404((ir >> 8) & 0xff); \
136 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
138 ir = CAMELLIA_SP1110(xr & 0xff); \
140 ir ^= CAMELLIA_SP0222((xr>>24) & 0xff); \
142 ir ^= CAMELLIA_SP3033((xr>>16) & 0xff); \
144 ir
435 uint32_t il, ir, t0, t1, w0, w1; local
642 uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */ local
940 uint32_t il, ir, t0, t1; local
1007 uint32_t il,ir,t0,t1; /* temporary valiables */ local
1077 uint32_t il,ir,t0,t1; /* temporary valiables */ local
1160 uint32_t il,ir,t0,t1; /* temporary valiables */ local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c121 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
124 ir = xr ^ kr; \
126 t1 = ir >> 16; \
127 yl = CAMELLIA_SP1110(ir & 0xff) \
130 ^ CAMELLIA_SP4404((ir >> 8) & 0xff); \
162 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
164 ir = CAMELLIA_SP1110(xr & 0xff) \
173 ir ^= kr; \
174 ir ^= il; \
176 il ^= ir; \
460 u32 il, ir, t0, t1, w0, w1; local
672 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
978 u32 il, ir, t0, t1; local
1068 u32 il,ir,t0,t1; /* temporary valiables */ local
1161 u32 il,ir,t0,t1; /* temporary valiables */ local
1275 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]

Completed in 299 milliseconds

1234