| /src/sys/arch/arm/footbridge/ |
| footbridge_irqhandler.c | 284 int oldirqstate, irq, ibit, hwpend; local 301 ibit = (1U << irq); 303 hwpend &= ~ibit; 305 if (imask & ibit) { 310 footbridge_ipending |= ibit; 314 footbridge_ipending &= ~ibit; 331 intr_enabled |= ibit;
|
| /src/sys/arch/arm/ixp12x0/ |
| ixp12x0_intr.c | 386 uint32_t ibit; local 400 ibit = (1U << irq); 410 hwpend &= ~ibit; 415 ibit = (1U << irq); 426 pci_hwpend &= ~ibit;
|
| /src/sys/arch/arm/xscale/ |
| becc_icu.c | 339 uint32_t oldirqstate, irq, ibit, hwpend; local 355 ibit = (1U << irq); 357 hwpend &= ~ibit; 359 if (imask & ibit) { 364 becc_ipending |= ibit; 368 becc_ipending &= ~ibit; 383 intr_enabled |= ibit;
|
| i80321_icu.c | 355 int oldirqstate, irq, ibit, hwpend; local 384 ibit = (1U << irq); 386 hwpend &= ~ibit; 388 if (imask & ibit) { 406 i80321_ipending |= ibit; 411 oldpending = i80321_ipending | ibit; 413 i80321_ipending &= ~ibit; 444 intr_enabled |= ibit;
|
| ixp425_intr.c | 389 int oldirqstate, irq, ibit, hwpend; local 405 ibit = (1U << irq); 407 hwpend &= ~ibit; 409 if (imask & ibit) { 414 ixp425_ipending |= ibit; 418 ixp425_ipending &= ~ibit; 425 if ((ibit & IXP425_INT_GPIOMASK) && iq->iq_ist != IST_LEVEL) { 438 if ((ibit & IXP425_INT_GPIOMASK) && iq->iq_ist == IST_LEVEL) { 446 intr_enabled |= ibit;
|
| /src/sys/arch/evbarm/ifpga/ |
| ifpga_intr.c | 301 int oldirqstate, pcpl, irq, ibit, hwpend; local 321 ibit = (1U << irq); 323 hwpend &= ~ibit; 325 if (pcpl & ibit) { 330 ifpga_ipending |= ibit; 334 ifpga_ipending &= ~ibit; 351 intr_enabled |= ibit;
|
| /src/sys/arch/evbarm/iq80310/ |
| iq80310_intr.c | 419 int oldirqstate, pcpl, irq, ibit, hwpend, rv; local 434 ibit = (1U << irq); 440 hwpend &= ~ibit; 442 if (pcpl & ibit) { 448 iq80310_ipending |= ibit; 452 iq80310_ipending &= ~ibit;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genmodes.cc | 74 unsigned int ibit; /* the number of integral bits */ member in struct:mode_data 643 /* Create a fixed-point mode by setting CL, NAME, BYTESIZE, IBIT, FBIT, 650 unsigned int ibit, 656 m->ibit = ibit; 825 #define ADJUST_IBIT(M, X) _ADD_ADJUST (ibit, M, X, ACCUM, UACCUM) 1949 /* Ibit adjustments don't have to propagate. */ 1993 /* Emit ibit for all modes. */ 2006 tagged_printf ("%u", m->ibit, m->name);
|
| lto-streamer-in.cc | 2032 unsigned int ibit = 0, fbit = 0; local 2041 ibit = bp_unpack_value (&bp, 8); 2067 || GET_MODE_IBIT (mr) != ibit
|
| tree-ssa-ccp.cc | 3452 int ibit = -1; local 3460 ibit = 0; 3505 ibit = 0; 3567 ibit = 0; 3603 ibit = bytes * BITS_PER_UNIT - 1; 3605 = HOST_WIDE_INT_1U << ibit; 3696 ibit = tree_log2 (match_op[1]); 3697 gcc_assert (ibit >= 0); 3754 if (ibit < 0) 3756 bit = build_int_cst (TREE_TYPE (lhs), ibit); 3774 int ibit = tree_log2 (mask); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmodes.cc | 74 unsigned int ibit; /* the number of integral bits */ member in struct:mode_data 642 /* Create a fixed-point mode by setting CL, NAME, BYTESIZE, IBIT, FBIT, 649 unsigned int ibit, 655 m->ibit = ibit; 823 #define ADJUST_IBIT(M, X) _ADD_ADJUST (ibit, M, X, ACCUM, UACCUM) 1914 /* Ibit adjustments don't have to propagate. */ 1938 /* Emit ibit for all modes. */ 1951 tagged_printf ("%u", m->ibit, m->name);
|
| lto-streamer-in.cc | 1996 unsigned int ibit = 0, fbit = 0; local 2005 ibit = bp_unpack_value (&bp, 8); 2031 || GET_MODE_IBIT (mr) != ibit
|
| tree-ssa-ccp.cc | 3427 int ibit = -1; local 3435 ibit = 0; 3480 ibit = 0; 3524 ibit = 0; 3543 ibit = bytes * BITS_PER_UNIT - 1; 3545 = HOST_WIDE_INT_1U << ibit; 3617 ibit = tree_log2 (match_op[1]); 3618 gcc_assert (ibit >= 0); 3675 if (ibit < 0) 3677 bit = build_int_cst (TREE_TYPE (lhs), ibit); 3695 int ibit = tree_log2 (mask); local [all...] |
| /src/external/lgpl3/gmp/dist/tests/ |
| refmpn.c | 2553 unsigned ibit; local 2586 ibit = (i+1) % GMP_NUMB_BITS; 2588 c = refmpn_lshift_or_copy (tp+ilimbs, sp, ssize, ibit); 2594 ibit = (2*i) % GMP_NUMB_BITS; 2601 CNST_LIMB(1) << ibit);
|