Searched refs:qi (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dvector-1_y.c9 TEST (8, qi, 101)
10 TEST (16, qi, 101)
11 TEST (32, qi, 90)
H A Dvector-1_x.c9 SETUP (8, qi);
10 SETUP (16, qi);
11 SETUP (32, qi);
31 CHECK (8, qi);
32 CHECK (16, qi);
33 CHECK (32, qi);
H A Dvector-defs.h4 typedef int __attribute__((mode(QI))) qi; typedef
17 typedef qi __attribute__((vector_size (8))) v8qi;
18 typedef qi __attribute__((vector_size (16))) v16qi;
59 typedef qi __attribute__((vector_size (32))) v32qi;
66 typedef union U32QI { v32qi v; qi a[32]; } u32qi;
73 typedef union U8QI { v8qi v; qi a[8]; } u8qi;
74 typedef union U16QI { v16qi v; qi a[16]; } u16qi;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dvector-1_y.c9 TEST (8, qi, 101)
10 TEST (16, qi, 101)
H A Dvector-1_x.c9 SETUP (8, qi);
10 SETUP (16, qi);
27 CHECK (8, qi);
28 CHECK (16, qi);
H A Dvector-defs.h4 typedef int __attribute__((mode(QI))) qi; typedef
13 typedef qi __attribute__((vector_size (8))) v8qi;
14 typedef qi __attribute__((vector_size (16))) v16qi;
55 typedef union U8QI { v8qi v; qi a[8]; } u8qi;
56 typedef union U16QI { v16qi v; qi a[16]; } u16qi;
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dixp425_qmgr.c273 struct qmgrInfo *qi = &sc->qinfo[i]; local
275 qi->cb = dummyCallback;
276 qi->priority = IX_QMGR_Q_PRIORITY_0; /* default priority */
283 qi->intRegCheckMask = (1<<(i%(IX_QMGR_MIN_QUEUPP_QID)));
292 qi->qAccRegAddr = IX_QMGR_Q_ACCESS_ADDR_GET(i);
293 qi->qAccRegAddr = IX_QMGR_Q_ACCESS_ADDR_GET(i);
294 qi->qConfigRegAddr = IX_QMGR_Q_CONFIG_ADDR_GET(i);
299 qi->qUOStatRegAddr = IX_QMGR_QUEUOSTAT0_OFFSET +
304 qi->qUflowStatBitMask =
310 qi
361 struct qmgrInfo *qi = &sc->qinfo[qId]; local
405 struct qmgrInfo *qi = &sc->qinfo[qId]; local
474 struct qmgrInfo *qi = &sc->qinfo[qId]; local
503 struct qmgrInfo *qi = &sc->qinfo[qId]; local
544 const struct qmgrInfo *qi = &sc->qinfo[qId]; local
676 struct qmgrInfo *qi; local
757 struct qmgrInfo *qi; local
983 const struct qmgrInfo *qi = &sc->qinfo[qId]; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dfloat128-1.c20 _Complex128 a = 1.3q + 3.4qi, b = 5.6q + 7.8qi, c;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-vla-2.c67 Ti (*qi)[];
73 TEST_COMP_FIX(qf, qi);
79 TEST_COMP_VLA(qv, qi);
83 TEST_COMP_FIX(qi, qf);
84 TEST_COMP_VLA(qi, qv);
85 TEST_COMP_INC(qi, qi);
86 TEST_COMP_FIX(qi, rf);
87 TEST_COMP_VLA(qi, rv);
88 TEST_COMP_INC(qi, r
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dc99-vla-2.c67 Ti (*qi)[];
73 TEST_COMP_FIX(qf, qi);
79 TEST_COMP_VLA(qv, qi);
83 TEST_COMP_FIX(qi, qf);
84 TEST_COMP_VLA(qi, qv);
85 TEST_COMP_INC(qi, qi);
86 TEST_COMP_FIX(qi, rf);
87 TEST_COMP_VLA(qi, rv);
88 TEST_COMP_INC(qi, r
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_xmit.c72 HAL_TX_QUEUE_INFO *qi; local
93 qi = &ahp->ah_txq[q];
94 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) {
99 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO));
100 qi->tqi_type = type;
103 qi->tqi_qflags =
109 qi->tqi_aifs = INIT_AIFS;
110 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */
111 qi->tqi_shretry = INIT_SH_RETRY;
112 qi
126 HAL_TX_QUEUE_INFO *qi; local
158 HAL_TX_QUEUE_INFO *qi; local
260 HAL_TX_QUEUE_INFO *qi; local
285 HAL_TX_QUEUE_INFO *qi; local
370 HAL_TX_QUEUE_INFO *qi; local
403 HAL_TX_QUEUE_INFO *qi; local
431 HAL_TX_QUEUE_INFO *qi; local
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_xmit.c116 HAL_TX_QUEUE_INFO *qi; local
139 qi = &ahp->ah_txq[q];
140 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) {
145 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO));
146 qi->tqi_type = type;
149 qi->tqi_qflags =
155 qi->tqi_aifs = INIT_AIFS;
156 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */
157 qi->tqi_cwmax = INIT_CWMAX;
158 qi
169 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) argument
202 HAL_TX_QUEUE_INFO *qi; local
237 HAL_TX_QUEUE_INFO *qi; local
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c124 HAL_TX_QUEUE_INFO *qi; local
176 qi = &ahp->ah_txq[q];
177 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) {
182 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO));
183 qi->tqi_type = type;
185 qi->tqi_qflags = defqflags;
186 qi->tqi_aifs = INIT_AIFS;
187 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */
188 qi->tqi_cwmax = INIT_CWMAX;
189 qi
204 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) argument
234 HAL_TX_QUEUE_INFO *qi; local
272 HAL_TX_QUEUE_INFO *qi; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_portal/examples/
H A Dcvs.sh.sh32 if ( echo $file | egrep -qi '(.*),(-r)?([0-9\.]+|[-_a-z0-9]+)$' ); then
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dhash.m4c160 llistitem *qi;
162 qi = (llistitem *)MALLOC(sizeof(llistitem) + size);
163 qi->datum = ((void *)qi + sizeof(llistitem));
164 return qi;
181 void ll_extract(llist *q, llistitem *qi, llistitem *last)
186 q->head = qi->next;
190 last->next = qi->next;
192 qi->next = NULL;
204 #define LL_NEXT(q, qi) ((q
[all...]
H A Dhash.c117 llistitem *qi; local
119 qi = emalloc(sizeof(llistitem) + size);
120 qi->datum = ((char *)qi + sizeof(llistitem));
121 return qi;
138 static void ll_extract(llist *q, llistitem *qi, llistitem *last) argument
143 q->head = qi->next;
147 last->next = qi->next;
149 qi->next = NULL;
154 #define LL_NEXT(q, qi) ((q
166 ll_next(llist *q, llistitem *qi) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/gnu-encoding/
H A Dvector-defs.h4 typedef int __attribute__((mode(QI))) qi; typedef
13 typedef qi __attribute__((vector_size (8))) v8qi;
14 typedef qi __attribute__((vector_size (16))) v16qi;
55 typedef union U8QI { v8qi v; qi a[8]; } u8qi;
56 typedef union U16QI { v16qi v; qi a[16]; } u16qi;
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/
H A Dah.c676 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo)
680 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) {
686 qi->tqi_ver = qInfo->tqi_ver;
687 qi->tqi_subtype = qInfo->tqi_subtype;
688 qi->tqi_qflags = qInfo->tqi_qflags;
689 qi->tqi_priority = qInfo->tqi_priority;
691 qi->tqi_aifs = AH_MIN(qInfo->tqi_aifs, 255);
693 qi->tqi_aifs = INIT_AIFS;
697 qi->tqi_cwmin = 1;
698 while (qi
675 ath_hal_setTxQProps(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) argument
736 ath_hal_getTxQProps(struct ath_hal *ah, HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi) argument
[all...]
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/xmlwf/
H A Dxmlwin32url.cxx343 QuitInfo *qi = (QuitInfo *)p; local
344 qi->hr = hr;
345 qi->stop = 1;
366 QuitInfo qi; local
367 qi.stop = 0;
368 qi.url = url;
371 HRESULT hr = openStream(parser, baseMoniker, url, threadQuit, &qi);
376 else if (FAILED(qi.hr)) {
377 winPerror(url, qi.hr);
381 while (!qi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dh8300-dis.c326 const struct h8_instruction *qi; local
351 for (qi = h8_instructions; qi->opcode->name; qi++)
353 const struct h8_opcode *q = qi->opcode;
607 return qi->length;
618 return qi->length;
628 return qi->length;
639 pregnames, qi->length);
647 pregnames, qi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dh8300-dis.c326 const struct h8_instruction *qi; local
351 for (qi = h8_instructions; qi->opcode->name; qi++)
353 const struct h8_opcode *q = qi->opcode;
607 return qi->length;
618 return qi->length;
628 return qi->length;
639 pregnames, qi->length);
647 pregnames, qi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/dfp/
H A Dddmode-ice.c24 _Decimal64 qi; local
50 ry[i][m] = a * qxx + b * qyy - c * qxy + yx * qi + yy * qj;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c1 typedef unsigned char qi; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c1 typedef unsigned char qi; typedef
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dsequencer.c446 sequencer_pcqitem_t qi; local
453 qi.qi_ptr = pcq_get(sc->pcq);
454 if (qi.qi_ptr == NULL) {
458 KASSERT((qi.qi_msg[3] & 0x80) != 0);
459 unit = qi.qi_msg[3] & ~0x80;
460 status = MIDI_GET_STATUS(qi.qi_msg[0]);
461 chan = MIDI_GET_CHAN(qi.qi_msg[0]);
465 .key=qi.qi_msg[1], .velocity=qi.qi_msg[2]);
469 .key=qi
1303 sequencer_pcqitem_t qi; local
[all...]

Completed in 308 milliseconds

12