HomeSort by: relevance | last modified time | path
    Searched defs:levels (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /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.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/external/bsd/zstd/dist/tests/
automated_benchmarking.py 138 def benchmark(build, filenames, levels, iterations):
141 [benchmark_n(executable, l, f, iterations) for f in filenames] for l in levels
167 def benchmark_dictionary(build, filenames_directory, dictionary_filename, levels, iterations):
169 return [benchmark_dictionary_single(executable, filenames_directory, dictionary_filename, l, iterations) for l in levels]
184 def get_regressions(baseline_build, test_build, iterations, filenames, levels):
185 old = benchmark(baseline_build, filenames, levels, iterations)
186 new = benchmark(test_build, filenames, levels, iterations)
188 for j, level in enumerate(levels):
221 def get_regressions_dictionary(baseline_build, test_build, filenames_directory, dictionary_filename, levels, iterations):
222 old = benchmark_dictionary(baseline_build, filenames_directory, dictionary_filename, levels, iterations
303 levels = [int(l) for l in args.levels.split(",")] variable
    [all...]
  /src/sys/arch/arc/isa/
isabus.c 260 /* First, figure out which levels each IRQ uses. */
262 int levels = 0; local
264 levels |= 1 << q->ih_level;
265 intrlevel[irq] = levels;
  /src/tests/modules/x86_pte_tester/
x86_pte_tester.c 51 vaddr_t levels[NLEVEL]; member in struct:__anon7921
89 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[0];
92 pmap_kenter_pa(tester_ctx.levels[0], pa, VM_PROT_READ, 0);
102 pmap_kremove(tester_ctx.levels[0], PAGE_SIZE);
109 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[1];
113 pmap_kenter_pa(tester_ctx.levels[1], pa, VM_PROT_READ, 0);
129 pmap_kremove(tester_ctx.levels[1], PAGE_SIZE);
136 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[2];
140 pmap_kenter_pa(tester_ctx.levels[2], pa, VM_PROT_READ, 0);
156 pmap_kremove(tester_ctx.levels[2], PAGE_SIZE)
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bitmap.h 55 * Assuming the number of levels, number of groups required for a given number
94 * Maximum number of levels possible. This could be statically computed based
117 /* levels. */ \
156 /* Number of levels necessary for nbits. */
160 * Only the first (nlevels+1) elements are used, and levels are ordered
161 * bottom to top (e.g. the bottom level is stored in levels[0]).
163 bitmap_level_t levels[BITMAP_MAX_LEVELS+1]; member in struct:bitmap_info_s
177 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1;
226 gp = &bitmap[binfo->levels[i].group_offset + goff];
249 bitmap_t group = bitmap[binfo->levels[level].group_offset + (bi
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
bitmap.h 55 * Assuming the number of levels, number of groups required for a given number
94 * Maximum number of levels possible. This could be statically computed based
117 /* levels. */ \
156 /* Number of levels necessary for nbits. */
160 * Only the first (nlevels+1) elements are used, and levels are ordered
161 * bottom to top (e.g. the bottom level is stored in levels[0]).
163 bitmap_level_t levels[BITMAP_MAX_LEVELS+1]; member in struct:bitmap_info_s
177 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1;
226 gp = &bitmap[binfo->levels[i].group_offset + goff];
249 bitmap_t group = bitmap[binfo->levels[level].group_offset + (bi
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bitmap.h 56 * Assuming the number of levels, number of groups required for a given number
95 * Maximum number of levels possible. This could be statically computed based
118 /* levels. */ \
157 /* Number of levels necessary for nbits. */
161 * Only the first (nlevels+1) elements are used, and levels are ordered
162 * bottom to top (e.g. the bottom level is stored in levels[0]).
164 bitmap_level_t levels[BITMAP_MAX_LEVELS+1]; member in struct:bitmap_info_s
178 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1;
227 gp = &bitmap[binfo->levels[i].group_offset + goff];
250 bitmap_t group = bitmap[binfo->levels[level].group_offset + (bi
    [all...]

Completed in 51 milliseconds

1 2 3