| /src/external/gpl3/gcc/dist/gcc/ |
| align.h | 54 levels[0].log = log0; 55 levels[0].maxskip = maxskip0; 56 levels[1].log = log1; 57 levels[1].maxskip = maxskip1; 65 levels[i].normalize (); 71 int log0 = MAX (f0.levels[0].log, f1.levels[0].log); 72 int maxskip0 = MAX (f0.levels[0].maxskip, f1.levels[0].maxskip); 73 int log1 = MAX (f0.levels[1].log, f1.levels[1].log) 78 align_flags_tuple levels[2]; member in class:align_flags [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| align.h | 54 levels[0].log = log0; 55 levels[0].maxskip = maxskip0; 56 levels[1].log = log1; 57 levels[1].maxskip = maxskip1; 65 levels[i].normalize (); 71 int log0 = MAX (f0.levels[0].log, f1.levels[0].log); 72 int maxskip0 = MAX (f0.levels[0].maxskip, f1.levels[0].maxskip); 73 int log1 = MAX (f0.levels[1].log, f1.levels[1].log) 78 align_flags_tuple levels[2]; member in class:align_flags [all...] |
| /src/sys/dev/fdt/ |
| pwm_fan.c | 80 const u_int *levels; local 91 levels = fdtbus_get_prop(phandle, "cooling-levels", &len); 93 aprint_error(": couldn't get 'cooling-levels' property\n"); 99 sc->sc_levels[n] = be32toh(levels[n]); 103 aprint_normal(" (levels");
|
| pwm_backlight.c | 88 const u_int *levels; local 109 levels = fdtbus_get_prop(phandle, "brightness-levels", &len); 110 if (levels != NULL) { 114 sc->sc_levels[n] = be32toh(levels[n]); 242 0, CTLTYPE_STRING, "levels", NULL,
|
| /src/lib/libkvm/ |
| kvm_aarch64.c | 116 /* how many levels of page tables do we have? */ 117 u_int levels = howmany(inputsz - page_shift, pte_shift); local 122 u_int addr_shift = page_shift + (levels - 1) * pte_shift; 155 if (--levels == 0) {
|
| /src/sys/arch/shark/isa/ |
| isa_irqhandler.c | 122 * Setup the irqmasks for the different Interrupt Priority Levels 277 /* First, figure out which levels each IRQ uses. */ 279 int levels = 0; local 281 levels |= 1 << ptr->ih_level; 282 irqlevel[irq] = levels;
|
| /src/sys/arch/x86/x86/ |
| x86_softintr.c | 169 /* First, figure out which levels each IRQ uses. */ 172 int levels = 0; local 179 levels |= 1 << q->ih_level; 180 intrlevel[irq] = levels; 181 if (levels)
|
| /src/external/gpl3/gcc/dist/gcc/common/ |
| common-target.h | 26 /* Sets of optimization levels at which an option may be enabled by 30 OPT_LEVELS_NONE, /* No levels (mark end of array). */ 31 OPT_LEVELS_ALL, /* All levels (used by targets to disable options 45 /* Description of options to enable by default at given levels. */ 48 /* The levels at which to enable the option. */ 49 enum opt_levels levels; member in struct:default_options 55 those in LEVELS (in order to handle changes to the optimization
|
| /src/external/gpl3/gcc.old/dist/gcc/common/ |
| common-target.h | 26 /* Sets of optimization levels at which an option may be enabled by 30 OPT_LEVELS_NONE, /* No levels (mark end of array). */ 31 OPT_LEVELS_ALL, /* All levels (used by targets to disable options 45 /* Description of options to enable by default at given levels. */ 48 /* The levels at which to enable the option. */ 49 enum opt_levels levels; member in struct:default_options 55 those in LEVELS (in order to handle changes to the optimization
|
| /src/lib/libc/db/btree/ |
| bt_debug.c | 307 int levels; local 335 /* Count the levels of the tree. */ 336 for (i = P_ROOT, levels = 0 ;; ++levels) { 339 if (levels == 0) 340 levels = 1; 351 levels, levels == 1 ? "" : "s", nkeys);
|
| /src/sys/arch/arm/at91/ |
| at91aic.c | 135 int levels = 0; local 140 levels |= (1U << ih->ih_ipl); 141 iq->iq_levels = levels;
|
| /src/sys/arch/arm/ep93xx/ |
| ep93xx_intr.c | 122 int levels = 0; local 127 levels |= (1U << ih->ih_ipl); 128 iq->iq_levels = levels;
|
| /src/sys/arch/arm/footbridge/ |
| footbridge_irqhandler.c | 117 int levels = 0; local 121 levels |= (1U << ih->ih_ipl); 123 iq->iq_levels = levels;
|
| /src/sys/arch/arm/footbridge/isa/ |
| isa_machdep.c | 187 /* First, figure out which levels each IRQ uses. */ 189 int levels = 0; local 193 levels |= (1U << ih->ih_ipl); 194 iq->iq_levels = levels;
|
| /src/sys/arch/arm/ixp12x0/ |
| ixp12x0_intr.c | 176 int levels = 0; local 181 levels |= (1U << ih->ih_ipl); 182 iq->iq_levels = levels;
|
| /src/sys/arch/arm/xscale/ |
| becc_icu.c | 173 int levels = 0; local 178 levels |= (1U << ih->ih_ipl); 179 iq->iq_levels = levels;
|
| ixp425_intr.c | 198 int levels = 0; local 203 levels |= (1U << ih->ih_ipl); 204 iq->iq_levels = levels;
|
| /src/sys/arch/evbarm/ifpga/ |
| ifpga_intr.c | 149 int levels = 0; local 154 levels |= (1U << ih->ih_ipl); 155 iq->iq_levels = levels;
|
| /src/sys/arch/evbarm/iq80310/ |
| iq80310_intr.c | 153 int levels = 0; local 158 levels |= (1U << ih->ih_ipl); 159 iq->iq_levels = levels;
|
| /src/sys/arch/macppc/macppc/ |
| pic_heathrow.c | 157 uint32_t levels; local 163 levels = in32rb(INT_STATE_REG_H); 164 if (levels & mask) { 171 levels = in32rb(INT_STATE_REG_L); 172 if (levels & mask) { 198 uint32_t irqs, events, levels; local 204 levels = in32rb(INT_LEVEL_REG_L) & heathrow->enable_mask_l; 205 events |= levels & heathrow->level_mask_l; 212 levels = in32rb(INT_LEVEL_REG_L) & heathrow->enable_mask_h; 213 events |= levels & heathrow->level_mask_h [all...] |
| pic_ohare.c | 178 uint32_t levels; local 183 levels = in32rb(INT_STATE_REG); 184 if (levels & mask) { 204 uint32_t irqs, events, levels; local 209 levels = in32rb(INT_LEVEL_REG) & ohare->enable_mask; 210 events |= levels & ohare->level_mask; 270 printf("levels: %08x\n", in32rb(INT_LEVEL_REG));
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| sparse_array.c | 52 int levels; member in struct:sparse_array_st 88 if (l < sa->levels - 1) { 166 for (level = sa->levels - 1; p != NULL && level > 0; level--) 192 for (; sa->levels < level; sa->levels++) { 203 for (level = sa->levels - 1; level > 0; level--) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| pcy_local.h | 120 X509_POLICY_LEVEL *levels; member in struct:X509_POLICY_TREE_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| sparse_array.c | 52 int levels; member in struct:sparse_array_st 88 if (l < sa->levels - 1) { 166 for (level = sa->levels - 1; p != NULL && level > 0; level--) 192 for (;sa->levels < level; sa->levels++) { 203 for (level = sa->levels - 1; level > 0; level--) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| pcy_local.h | 120 X509_POLICY_LEVEL *levels; member in struct:X509_POLICY_TREE_st
|