Searched refs:unit (Results 1 - 25 of 799) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dunify1.C7 class unit class
10 unit() {} function in class:unit
11 unit( const unit<I1,I2>& ) {} argument
14 unit< I1 - Q1, I2 - Q2 > operator / ( const unit< Q1, Q2 >& rhs ) const {
15 return unit< I1 - Q1, I2 - Q2 >();
22 const unit<1,0> u1;
23 const unit<2,0> u2;
25 unit<
[all...]
H A Dnon-type1.C4 class unit class
7 typedef unit<I1,I2> my_type;
9 unit() {} function in class:unit
10 unit( const unit<I1,I2>& ) {} argument
13 unit< I1 + Q1, I2 + Q2 > operator * ( const unit< Q1, Q2 >& rhs ) const {
14 return unit< I1 + Q1, I2 + Q2 >();
18 unit< I1 - Q1, I2 - Q2 > operator / ( const unit< Q
26 class unit<0,0> { class
30 unit() {} function in class:unit
32 operator *( const unit<0,0>& lhs, const unit<0,0>& rhs ) argument
35 operator /( const unit<0,0>& lhs, const unit<0,0>& rhs ) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dunify1.C7 class unit class
10 unit() {} function in class:unit
11 unit( const unit<I1,I2>& ) {} argument
14 unit< I1 - Q1, I2 - Q2 > operator / ( const unit< Q1, Q2 >& rhs ) const {
15 return unit< I1 - Q1, I2 - Q2 >();
22 const unit<1,0> u1;
23 const unit<2,0> u2;
25 unit<
[all...]
H A Dnon-type1.C4 class unit class
7 typedef unit<I1,I2> my_type;
9 unit() {} function in class:unit
10 unit( const unit<I1,I2>& ) {} argument
13 unit< I1 + Q1, I2 + Q2 > operator * ( const unit< Q1, Q2 >& rhs ) const {
14 return unit< I1 + Q1, I2 + Q2 >();
18 unit< I1 - Q1, I2 - Q2 > operator / ( const unit< Q
26 class unit<0,0> { class
30 unit() {} function in class:unit
32 operator *( const unit<0,0>& lhs, const unit<0,0>& rhs ) argument
35 operator /( const unit<0,0>& lhs, const unit<0,0>& rhs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr21030.c6 foo (int unit) argument
10 for (i = 0; unit; i++, unit--)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr21030.c6 foo (int unit) argument
10 for (i = 0; unit; i++, unit--)
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci_unit.c79 * bluetooth unit functions
86 struct hci_unit *unit; local
96 unit = malloc(sizeof(struct hci_unit), M_BLUETOOTH, M_ZERO | M_WAITOK);
97 KASSERT(unit != NULL);
99 unit->hci_dev = dev;
100 unit->hci_if = hci_if;
101 unit->hci_flags = flags;
103 mutex_init(&unit->hci_devlock, MUTEX_DRIVER, hci_if->ipl);
104 cv_init(&unit->hci_init, "hci_init");
106 MBUFQ_INIT(&unit
123 hci_detach(struct hci_unit *unit) argument
138 hci_enable(struct hci_unit *unit) argument
212 hci_disable(struct hci_unit *unit) argument
271 struct hci_unit *unit; local
288 hci_num_cmds(struct hci_unit *unit, uint8_t num) argument
304 hci_send_cmd(struct hci_unit *unit, uint16_t opcode, void *buf, uint8_t len) argument
352 struct hci_unit *unit = arg; local
448 hci_input_event(struct hci_unit *unit, struct mbuf *m) argument
470 hci_input_acl(struct hci_unit *unit, struct mbuf *m) argument
492 hci_input_sco(struct hci_unit *unit, struct mbuf *m) argument
514 hci_output_cmd(struct hci_unit *unit, struct mbuf *m) argument
537 hci_output_acl(struct hci_unit *unit, struct mbuf *m) argument
550 hci_output_sco(struct hci_unit *unit, struct mbuf *m) argument
563 hci_complete_sco(struct hci_unit *unit, struct mbuf *m) argument
[all...]
H A Dhci_ioctl.c57 struct hci_unit *unit; local
64 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) {
67 device_xname(unit->hci_dev), unit->hci_flags,
68 unit->hci_num_cmd_pkts,
69 unit->hci_num_acl_pkts,
70 unit->hci_num_sco_pkts);
71 TAILQ_FOREACH(link, &unit->hci_links, hl_next) {
138 struct hci_unit *unit; local
150 * Get unit inf
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/bktr/
H A Dbktr_mem.c107 bktr_has_stored_addresses(int unit) { argument
109 if ((unit < 0) || (unit >= BKTR_MEM_MAX_DEVICES)) {
110 printf("bktr_mem: Unit number %d invalid\n",unit);
114 return memory_list[unit].addresses_stored;
120 bktr_store_address(int unit, int type, vm_offset_t addr) { argument
122 if ((unit < 0) || (unit >= BKTR_MEM_MAX_DEVICES)) {
124 ,unit,type,addr);
129 case BKTR_MEM_DMA_PROG: memory_list[unit]
153 bktr_retrieve_address(int unit, int type) argument
[all...]
H A Dbktr_mem.h63 int bktr_has_stored_addresses(int unit);
64 void bktr_store_address(int unit, int type, vm_offset_t addr);
65 vm_offset_t bktr_retrieve_address(int unit, int type);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dsploop-bad-5.l2 [^:]*:5: Error: functional unit already masked for operand 2 of 'spmask'
3 [^:]*:6: Error: functional unit already masked for operand 2 of 'spmaskr'
4 [^:]*:8: Error: functional unit already masked
5 [^:]*:10: Error: functional unit already masked
H A Dresource-func-unit-1.d1 #name: C6X parallel instructions on same functional unit
2 #error-output: resource-func-unit-1.l
H A Dresource-func-unit-2.d1 #name: C6X parallel instructions on same functional unit, multiple sections
2 #error-output: resource-func-unit-2.l
H A Dresource-func-unit-2.l2 [^:]*:17: Error: functional unit already used in this execute packet
3 [^:]*:19: Error: functional unit already used in this execute packet
/netbsd-6-1-5-RELEASE/etc/
H A DMAKEDEV.tmpl106 # ttyCZ? Cyclades-Z multiport serial boards. Each "unit"
108 # ttyCY? Cyclom-Y multiport serial boards. Each "unit" makes
929 unit=${i#usb}
930 usb=usb$unit
931 mkdev usb$unit c %usb_chr% $unit
935 unit=${i#uhid}
936 mkdev uhid$unit c %uhid_chr% $unit 666
940 unit
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dhpib.c77 hpibalive(int unit) argument
79 if (unit >= NHPIB || hpib_softc[unit].sc_alive == 0)
85 hpibid(int unit, int slave) argument
90 if (hpib_softc[unit].sc_type == HPIBC)
91 rv = fhpibrecv(unit, 31, slave, (uint8_t *)&id, 2);
93 rv = nhpibrecv(unit, 31, slave, (uint8_t *)&id, 2);
100 hpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) argument
103 if (hpib_softc[unit].sc_type == HPIBC)
104 return (fhpibsend(unit, slav
109 hpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) argument
118 hpibswait(int unit, int slave) argument
137 hpibgo(int unit, int slave, int sec, uint8_t *addr, int count, int flag) argument
[all...]
/netbsd-6-1-5-RELEASE/etc/etc.vax/
H A DMAKEDEV.conf36 ht*) name=ht; unit=${i#ht}; blk=1; chr=5 ;;
37 mt*) name=mt; unit=${i#mt}; blk=15; chr=38;;
38 tm*) name=tm; unit=${i#tm}; blk=5; chr=14;;
39 ts*) name=ts; unit=${i#ts}; blk=6; chr=16;;
40 ut*) name=ut; unit=${i#ut}; blk=10; chr=17;;
42 case $unit in
44 four=$(($unit + 4)) ; eight=$(($unit + 8))
45 twelve=$(($unit + 12)) ; twenty=$(($unit
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dboot_device.c37 * Get boot device and unit number. IPL sets it.
63 boot_device(int *type, int *unit, int *fd_format) argument
70 return tab[i](type, unit);
72 return __nvsram_type_e(type, unit);
76 __nvsram_type_a(int *type, int *unit) argument
80 *unit = 0;
84 __nvsram_type_b(int *type, int *unit) argument
88 *unit = *(uint8_t *)0xba021808;
92 __nvsram_type_c(int *type, int *unit) argument
96 *unit
100 __nvsram_type_d(int *type, int *unit) argument
108 __nvsram_type_e(int *type, int *unit) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/amiga/
H A Ddevice.h50 #define getsoftc(cdnam, unit) device_lookup_private(&(cdnam), (unit))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dinvalid-ar.l2 .*:2: Error: AR 0 can only be accessed by M-unit
3 .*:3: Error: AR 1 can only be accessed by M-unit
4 .*:4: Error: AR 2 can only be accessed by M-unit
5 .*:5: Error: AR 3 can only be accessed by M-unit
6 .*:6: Error: AR 4 can only be accessed by M-unit
7 .*:7: Error: AR 5 can only be accessed by M-unit
8 .*:8: Error: AR 6 can only be accessed by M-unit
9 .*:9: Error: AR 7 can only be accessed by M-unit
10 .*:10: Error: AR 8 can only be accessed by M-unit
11 .*:11: Error: AR 9 can only be accessed by M-unit
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Dchdsk.c47 /* unlock current unit */
48 IOCS_B_DRVCHK(drive[sc->unit], 3);
50 IOCS_B_DRVCHK(drive[sc->unit], 1);
58 sc->unit = 0;
62 sc->unit = 1;
70 /* lock new unit */
71 IOCS_B_DRVCHK(drive[sc->unit], 2);
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Dsscom_s3c2440.c122 int unit = sa->sa_index; local
124 if (unit == SSIOCF_INDEX_DEFAULT && found == 0)
126 return (unit == 0 || unit == 1 || unit == 2);
134 int unit; local
138 unit = (sa->sa_index == SSIOCF_INDEX_DEFAULT) ? 0 : sa->sa_index;
139 iobase = s3c2440_uart_config[unit].iobase;
143 sc->sc_unit = unit;
146 sc->sc_rx_irqno = s3c2440_uart_config[unit]
168 s3c2440_sscom_cnattach(bus_space_tag_t iot, int unit, int rate, int frequency, tcflag_t cflag) argument
181 s3c2440_sscom_kgdb_attach(bus_space_tag_t iot, int unit, int rate, int frequency, tcflag_t cflag) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Decp.c93 static void ecp_init __P((int unit));
95 static void ecp_open __P((int unit));
96 static void ecp_close __P((int unit, char *));
97 static void ecp_lowerup __P((int unit));
99 static void ecp_input __P((int unit, u_char *pkt, int len));
100 static void ecp_protrej __P((int unit));
106 static void ecp_datainput __P((int unit, u_char *pkt, int len));
157 ecp_init(unit)
158 int unit;
160 fsm *f = &ecp_fsm[unit];
[all...]
/netbsd-6-1-5-RELEASE/etc/etc.mvme68k/
H A DMAKEDEV.conf14 unit=${i#ttyC}
15 mkdev ttyC$unit c 13 $(($unit + $dialin )) "" "" $u_uucp
16 mkdev dtyC$unit c 13 $(($unit + $dialout)) "" "" $u_uucp
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr33669.c9 #define _RNDUP(x, unit) ((((x) + (unit) - 1) / (unit)) * (unit))
10 #define _RNDDOWN(x, unit) ((x) - ((x)%(unit)))

Completed in 185 milliseconds

1234567891011>>