HomeSort by: relevance | last modified time | path
    Searched defs:iq (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libm/src/
k_rem_pio2.c 119 * iq[] integer array by breaking up q[] in 24-bits chunk.
302 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local in function:__kernel_rem_pio2
332 /* distill q[] into iq[] reversingly */
335 iq[i] = (int32_t)(z-two24*fw);
345 if(q0>0) { /* need iq[jz-1] to determine n */
346 i = (iq[jz-1]>>(24-q0)); n += i;
347 iq[jz-1] -= i<<(24-q0);
348 ih = iq[jz-1]>>(23-q0);
350 else if(q0==0) ih = iq[jz-1]>>23;
356 j = iq[i]
    [all...]
k_rem_pio2f.c 53 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local in function:__kernel_rem_pio2f
83 /* distill q[] into iq[] reversingly */
86 iq[i] = (int32_t)(z-two8*fw);
96 if(q0>0) { /* need iq[jz-1] to determine n */
97 i = (iq[jz-1]>>(8-q0)); n += i;
98 iq[jz-1] -= i<<(8-q0);
99 ih = iq[jz-1]>>(7-q0);
101 else if(q0==0) ih = iq[jz-1]>>8;
107 j = iq[i];
110 carry = 1; iq[i] = 0x100- j
    [all...]
  /src/sys/arch/arm/at91/
at91aic.c 129 struct intrq *iq; local in function:at91aic_calculate_masks
136 iq = &intrq[irq];
138 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
141 iq->iq_levels = levels;
174 iq = &intrq[irq];
175 if (TAILQ_FIRST(&iq->iq_list) != NULL)
242 struct intrq *iq; local in function:at91aic_init
251 iq = &intrq[i];
252 TAILQ_INIT(&iq->iq_list);
254 snprintf(iq->iq_name, sizeof(iq->iq_name), "irq %d", i)
281 struct intrq* iq; local in function:at91aic_intr_establish
352 struct intrq* iq = &intrq[ih->ih_irq]; local in function:at91aic_intr_disestablish
409 struct intrq* iq; local in function:at91aic_intr_dispatch
    [all...]
  /src/sys/arch/arm/footbridge/
footbridge_irqhandler.c 111 struct intrq *iq; local in function:footbridge_intr_calculate_masks
118 iq = &footbridge_intrq[irq];
120 TAILQ_FOREACH(ih, &iq->iq_list, ih_list) {
123 iq->iq_levels = levels;
154 for (irq = 0, iq = footbridge_intrq; irq < NIRQ; irq++, iq++) {
156 if (!TAILQ_EMPTY(&iq->iq_list)) {
158 TAILQ_FOREACH(ih, &iq->iq_list, ih_list) {
162 iq->iq_mask = irqs;
188 struct intrq *iq; local in function:footbridge_intr_init
209 struct intrq *iq; local in function:footbridge_intr_evcnt_attach
223 struct intrq *iq; local in function:footbridge_intr_claim
260 struct intrq *iq = &footbridge_intrq[ih->ih_irq]; local in function:footbridge_intr_disestablish
282 struct intrq *iq; local in function:footbridge_intr_dispatch
    [all...]
  /src/sys/arch/arm/footbridge/isa/
isa_machdep.c 184 struct intrq *iq; local in function:intr_calculatemasks
190 iq = &isa_intrq[irq];
191 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
194 iq->iq_levels = levels;
212 iq = &isa_intrq[irq];
213 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
216 iq->iq_mask = irqs;
254 struct intrq *iq; local in function:isa_intr_alloc
276 iq = &isa_intrq[i];
277 switch(iq->iq_ist)
334 struct intrq *iq; local in function:isa_intr_establish
399 struct intrq *iq = &isa_intrq[ih->ih_irq]; local in function:isa_intr_disestablish
429 struct intrq *iq; local in function:isa_intr_init
506 struct intrq *iq; local in function:isa_irqdispatch
    [all...]
  /src/sys/arch/arm/ixp12x0/
ixp12x0_intr.c 170 struct intrq *iq; local in function:ixp12x0_intr_calculate_masks
177 iq = &intrq[irq];
179 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
182 iq->iq_levels = levels;
242 iq = &intrq[irq];
243 if (TAILQ_FIRST(&iq->iq_list) != NULL)
245 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
250 iq->iq_mask = irqs;
251 iq->iq_pci_mask = pci_irqs;
306 struct intrq *iq; local in function:ixp12x0_intr_init
333 struct intrq* iq; local in function:ixp12x0_intr_establish
366 struct intrq* iq = &intrq[ih->ih_ipl]; local in function:ixp12x0_intr_disestablish
378 struct intrq* iq; local in function:ixp12x0_intr_dispatch
    [all...]
  /src/sys/arch/arm/xscale/
becc_icu.c 167 struct intrq *iq; local in function:becc_intr_calculate_masks
174 iq = &intrq[irq];
176 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
179 iq->iq_levels = levels;
209 iq = &intrq[irq];
210 if (TAILQ_FIRST(&iq->iq_list) != NULL)
212 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
215 iq->iq_mask = irqs;
267 struct intrq *iq; local in function:becc_intr_init
273 iq = &intrq[i]
289 struct intrq *iq; local in function:becc_intr_establish
322 struct intrq *iq = &intrq[ih->ih_irq]; local in function:becc_intr_disestablish
337 struct intrq *iq; local in function:becc_intr_dispatch
    [all...]
i80321_icu.c 165 struct intrq *iq; local in function:i80321_intr_calculate_masks
177 iq = &intrq[irq];
178 TAILQ_FOREACH(ih, &iq->iq_list, ih_list)
194 iq = &intrq[irq];
195 if (!TAILQ_EMPTY(&iq->iq_list))
244 struct intrq *iq; local in function:i80321_intr_init
250 iq = &intrq[i];
251 TAILQ_INIT(&iq->iq_list);
264 struct intrq *iq = &intrq[i]; local in function:i80321_intr_evcnt_attach
265 evcnt_attach_dynamic(&iq->iq_ev, EVCNT_TYPE_INTR
274 struct intrq *iq; local in function:i80321_intr_establish
307 struct intrq *iq = &intrq[ih->ih_irq]; local in function:i80321_intr_disestablish
353 struct intrq *iq; local in function:i80321_intr_dispatch
    [all...]
ixp425_intr.c 192 struct intrq *iq; local in function:ixp425_intr_calculate_masks
199 iq = &intrq[irq];
201 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
204 iq->iq_levels = levels;
248 iq = &intrq[irq];
249 if (TAILQ_FIRST(&iq->iq_list) != NULL)
251 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
254 iq->iq_mask = irqs;
301 struct intrq *iq; local in function:ixp425_intr_init
307 iq = &intrq[i]
322 struct intrq *iq; local in function:ixp425_intr_evcnt_attach
335 struct intrq *iq; local in function:ixp425_intr_establish
372 struct intrq *iq = &intrq[ih->ih_irq]; local in function:ixp425_intr_disestablish
387 struct intrq *iq; local in function:ixp425_intr_dispatch
    [all...]
  /src/sys/arch/evbarm/ifpga/
ifpga_intr.c 143 struct intrq *iq; local in function:ifpga_intr_calculate_masks
150 iq = &intrq[irq];
152 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
155 iq->iq_levels = levels;
185 iq = &intrq[irq];
186 if (TAILQ_FIRST(&iq->iq_list) != NULL)
188 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
191 iq->iq_mask = irqs;
225 struct intrq *iq; local in function:ifpga_intr_init
231 iq = &intrq[i]
251 struct intrq *iq; local in function:ifpga_intr_establish
284 struct intrq *iq = &intrq[ih->ih_irq]; local in function:ifpga_intr_disestablish
299 struct intrq *iq; local in function:ifpga_intr_dispatch
    [all...]
  /src/sys/arch/evbarm/iq80310/
iq80310_intr.c 147 struct intrq *iq; local in function:iq80310_intr_calculate_masks
154 iq = &intrq[irq];
156 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
159 iq->iq_levels = levels;
240 iq = &intrq[irq];
241 if (TAILQ_FIRST(&iq->iq_list) != NULL)
243 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
246 iq->iq_mask = irqs;
326 struct intrq *iq; local in function:iq80310_intr_init
337 iq = &intrq[i]
356 struct intrq *iq; local in function:iq80310_intr_evcnt_attach
369 struct intrq *iq; local in function:iq80310_intr_establish
402 struct intrq *iq = &intrq[ih->ih_irq]; local in function:iq80310_intr_disestablish
417 struct intrq *iq; local in function:iq80310_intr_dispatch
    [all...]
  /src/sys/arch/arm/ep93xx/
ep93xx_intr.c 116 struct intrq *iq; local in function:ep93xx_intr_calculate_masks
123 iq = &intrq[irq];
125 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
128 iq->iq_levels = levels;
185 iq = &intrq[irq];
186 if (TAILQ_FIRST(&iq->iq_list) != NULL)
188 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
193 iq->iq_vic1_mask = vic1_irqs;
194 iq->iq_vic2_mask = vic2_irqs;
249 struct intrq *iq; local in function:ep93xx_intr_init
278 struct intrq *iq; local in function:ep93xx_intr_evcnt_attach
292 struct intrq* iq; local in function:ep93xx_intr_establish
321 struct intrq* iq = &intrq[ih->ih_irq]; local in function:ep93xx_intr_disestablish
335 struct intrq* iq; local in function:ep93xx_intr_dispatch
    [all...]
  /src/sys/arch/m68k/m68k/
db_disasm.c 2001 int iq, hr; local in function:opcode_divmul
2006 iq = BITFIELD(ext,14,12);
2018 if (IS_INST(DIVSL,opc) && !ISBITSET(ext,10) && iq != hr)
2026 (iq != hr && IS_INST(DIVSL,opc))) {
2034 PRINT_DREG(dbuf, iq);
  /src/sys/dev/pci/igc/
if_igc.c 656 for (int iq = 0; iq < sc->sc_nqueues; iq++, txconf++) { local in function:igc_allocate_queues
657 struct tx_ring *txr = &sc->tx_rings[iq];
663 txr->txr_igcq = &sc->queues[iq];
664 txr->me = iq;
681 for (int iq = 0; iq < sc->sc_nqueues; iq++, rxconf++) { local in function:igc_allocate_queues
682 struct rx_ring *rxr = &sc->rx_rings[iq];
711 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_allocate_queues
767 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_free_queues
774 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_free_queues
988 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_attach_counters
997 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_attach_counters
1041 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_detach_counters
1055 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_detach_counters
1101 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_update_counters
1132 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_update_counters
1159 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_clear_counters
1170 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_clear_counters
1198 int iq, error; local in function:igc_setup_msix
1295 struct igc_queue *iq = sc->queues; local in function:igc_setup_msi
1344 struct igc_queue *iq = sc->queues; local in function:igc_setup_intx
1560 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_init_locked
1911 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_stop_locked
1917 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_stop_locked
2011 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_rxrinfo
2641 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_configure_queues
2754 struct igc_queue *iq = arg; local in function:igc_intr_queue
2790 struct igc_queue *iq = &sc->queues[0]; local in function:igc_intr
2860 struct igc_queue *iq = arg; local in function:igc_handle_queue
2897 struct igc_queue *iq = local in function:igc_handle_queue_work
2921 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_barrier_handle_queue
2978 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_setup_transmit_structures
3036 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_initialize_transmit_unit
3084 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_free_transmit_structures
3368 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_setup_receive_structures
3494 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_initialize_receive_unit
3539 for (int iq = 0; iq < sc->sc_nqueues; iq++) { local in function:igc_free_receive_structures
    [all...]
  /src/sys/dev/ic/
athnvar.h 375 struct athn_iq_cal iq[AR_MAX_CHAINS]; member in struct:athn_calib

Completed in 27 milliseconds