Searched refs:cycle (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibswportwatch.pl139 my $cycle = -1; # forever
150 if (defined $Getopt::Std::opt_n) { $cycle = $Getopt::Std::opt_n; }
161 while ($cycle != 0) {
170 if ($cycle != -1) { $cycle = $cycle - 1; }
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-clock.h81 * Get cycle count based on the clock type.
111 uint64_t cycle;
112 CVMX_RDHWR(cycle, 31);
113 return(cycle);
H A Dcvmx-log.c85 uint64_t cycle :53; /* Low bits of the cycle counter as a timestamp */ member in struct:__anon6949::__anon6950
185 header.s.cycle = cvmx_get_cycle();
476 if (header.s.cycle == 0)
478 printf("%llu: ", (unsigned long long)header.s.cycle);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp43 // the scoreboard. We always make the scoreboard at least 1 cycle deep to
123 int cycle = Stalls; local
136 // We must find one of the stage's units free for every cycle the
140 int StageCycle = cycle + (int)i;
164 DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", ");
171 // Advance the cycle to the next stage.
172 cycle += IS->getNextCycles();
191 unsigned cycle = 0; local
196 // We must reserve one of the stage's units for every cycle the
200 assert(((cycle
[all...]
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_resume_np.c94 thread->cycle++;
95 _thr_umtx_wake(&thread->cycle, 1, 0);
H A Dthr_barrier.c109 int64_t cycle; local
125 cycle = bar->b_cycle;
130 /* test cycle to avoid bogus wakeup */
131 } while (cycle == bar->b_cycle);
H A Dthr_suspend_np.c170 tmp = thread->cycle;
174 _thr_umtx_wait_uint(&thread->cycle, tmp, NULL, 0);
H A Dthr_exit.c286 curthread->cycle++;
287 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
H A Dthr_sig.c348 uint32_t cycle; local
373 curthread->cycle++;
374 cycle = curthread->cycle;
377 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
387 _thr_umtx_wait_uint(&curthread->cycle, cycle, NULL, 0);
H A Dthr_create.c202 new_thread->cycle++;
203 _thr_umtx_wake(&new_thread->cycle, INT_MAX, 0);
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dmain.c903 void handle_saving (int operation, int *total, int *index, int *cycle, argument
914 int operation, delay, count, total, index, cycle, waiting; member in struct:__anon3853
938 buffer.index,buffer.cycle,buffer.waiting);
967 buffer.index >= count || buffer.cycle < 0 ||
968 buffer.cycle >= count || buffer.correction < -maxerr ||
1022 *cycle = buffer.cycle;
1054 buffer.cycle = *cycle;
1064 operation,delay,count,*total,*index,*cycle,waitin
1093 int total = 0, index = 0, cycle = 0; local
1133 cycle = 0, retry = 1, i, j, k; local
1382 int accepts = 0, rejects = 0, flushes = 0, replicates = 0, cycle = 0, k; local
[all...]
/freebsd-10.0-release/contrib/ncurses/menu/
H A Dm_global.c389 bool cycle = (menu->opt & O_NONCYCLIC) ? FALSE : TRUE; local
407 (cycle ? menu->items[(Last_in_Row >= Number_Of_Items) ?
416 (cycle ? menu->items[row * Number_Of_Columns] :
423 (cycle ? menu->items[(Last_in_Column >= Number_Of_Items) ?
431 (cycle ? menu->items[(row + 1) < menu->rows ?
455 (cycle ? (Last_in_Column >= Number_Of_Items) ?
463 (cycle ? menu->items[row] : (ITEM *) 0);
469 (cycle ?
480 (cycle ?
/freebsd-10.0-release/sys/powerpc/powermac/
H A Data_macio.c84 int cycle; /* minimum cycle time [ns] */ member in struct:ide_timings
265 min_cycle = udma_timings[mode & ATA_MODE_MASK].cycle;
275 min_cycle = dma_timings[mode & ATA_MODE_MASK].cycle;
298 pio_timings[(mode & ATA_MODE_MASK) - ATA_PIO0].cycle;
/freebsd-10.0-release/contrib/gcc/
H A Dgcov.c84 /* used in cycle search, so that we do not clobber original counts. */
102 unsigned int cycle : 1; member in struct:arc_info
152 /* Single line graph cycle workspace. Used for all-blocks
156 } cycle; /* Used in all-blocks mode, after blocks are linked onto member in union:block_info::__anon1044
1526 block->u.cycle.arc = NULL;
1527 block->u.cycle.ident = ~0U;
1607 block->u.cycle.ident = ix;
1618 if (arc->src->u.cycle.ident != ix)
1643 count. Decrease flow over the cycle and remove the arc
1657 arc->cycle
[all...]
H A Dmodulo-sched.c77 Note: this is different from the cycle-scheduling of schedule_insns;
97 /* The minimum (absolute) cycle that a node of ps was scheduled in. */
100 /* The maximum (absolute) cycle that a node of ps was scheduled in. */
117 /* The (absolute) cycle in which the PS instruction is scheduled.
119 int cycle;
140 /* The earliest absolute cycle of an insn in the partial schedule. */
143 /* The latest absolute cycle of an insn in the partial schedule. */
167 ddg_node_ptr node, int cycle,
181 machine cycle. It can be defined in the config/mach/mach.h file,
208 int asap; /* A lower-bound on the absolute scheduling cycle
118 int cycle; member in struct:ps_insn
2091 create_ps_insn(ddg_node_ptr node, int rest_count, int cycle) argument
2253 add_node_to_ps(partial_schedule_ptr ps, ddg_node_ptr node, int cycle, sbitmap must_precede, sbitmap must_follow) argument
2353 int cycle; local
[all...]
H A Dgenautomata.c342 /* The following field value is maximal cycle number (1, ...) on
346 /* The following field value is minimal cycle number (0, ...) on
364 /* The following is the last cycle on which the unit was checked for
448 /* The following field is used to check up cycle in expression
477 insn `cycle advancing'. */
621 special insn "cycle advancing" which is added by the automaton
670 cycle advancing. */
673 each cycle. */
721 from given state no containing arcs marked by special insn `cycle
736 /* The following field describes that the insn issue (with cycle
3571 int cycle; local
4920 store_alt_unit_usage(regexp_t regexp, regexp_t unit, int cycle, int alt_num) argument
4952 int i, j, k, cycle; local
5140 int cycle; local
5297 int cycle, unit; local
[all...]
/freebsd-10.0-release/usr.sbin/fwcontrol/
H A Dfwdv.c68 {8000*100, 2997}, /* NTSC 8000 cycle / 29.97 Hz */
69 {320, 1}, /* PAL 8000 cycle / 25 Hz */
263 int system=-1, pad_acc, cycle_acc, cycle, f_cycle, f_frac; local
354 cycle = 1;
355 cycle_acc = frame_cycle[system].d * cycle;
370 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac);
387 cycle ++;
395 cycle ++;
/freebsd-10.0-release/usr.bin/gprof/
H A Darcs.c161 * link together nodes on the same cycle
174 printf("[doarcs] pass %ld, cycle(s) %d\n" , pass , ncycle );
181 "to reduce the maximum cycle size to", cyclethreshold );
236 * and cycle headers.
332 * add this share to the parent's cycle header, if any.
358 int cycle; local
363 * Count the number of cycles, and initialize the cycle lists
375 * cyclenl is indexed by cycle number:
380 errx( 1 , "no room for %zu bytes of cycle headers" ,
384 * number them, accumulate the data for the cycle
762 int cycle; local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dvalprint.c606 int cycle;
612 * the extra bits, which cycle every three bytes:
623 * figure out where in the cycle we are so that we end up with no
638 /* For 32 we start in cycle 2, with two bits and one bit carry;
639 * for 64 in cycle in cycle 1, with one bit and a two bit carry.
641 cycle = (len * BITS_IN_BYTES) % BITS_IN_OCTAL;
651 switch (cycle)
691 cycle++;
692 cycle
605 int cycle; local
[all...]
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_sds_controller.h459 * to 0 it will toggel the cycle bit.
461 #define INCREMENT_QUEUE_GET(index, cycle, entry_count, bit_toggle) \
466 (cycle) = (cycle) ^ (bit_toggle); \
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dbuffer.c683 &snd_feeder_maxcycle, 0, "maximum feeder cycle");
692 unsigned int cycle; local
697 cycle = 0;
715 cycle++;
720 if (cycle > snd_feeder_maxcycle)
721 snd_feeder_maxcycle = cycle;
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp86 make: Graph cycles through `cycle.2.99'
87 make: Graph cycles through `cycle.2.98'
88 make: Graph cycles through `cycle.2.97'
89 cycle.1.99
90 cycle.1.99
/freebsd-10.0-release/usr.bin/make/
H A Dmake.c95 * returns TRUE, there's a cycle in the graph.
661 * nonzero and that is meant to imply a cycle in the graph, then
662 * cycle is TRUE.
668 MakePrintStatus(GNode *gn, Boolean cycle) argument
676 if (cycle) {
679 * children, print out the cycle by recursing on its
680 * children. Note a cycle like:
685 * being in the cycle, but this is a good approximation.
/freebsd-10.0-release/sys/dev/fe/
H A Dif_fe.c573 fe_eeprom_cycle_lnx (struct fe_softc *sc, u_short reg20, u_long cycle) argument
575 fe_outb(sc, reg20, (cycle ) & 0xFF);
577 fe_outb(sc, reg20, (cycle >> 8) & 0xFF);
579 fe_outb(sc, reg20, (cycle >> 16) & 0xFF);
581 fe_outb(sc, reg20, (cycle >> 24) & 0xFF);
/freebsd-10.0-release/sys/dev/firewire/
H A Dfwohci.c85 "Do not send cycle start packets");
1496 int sec, cycle, cycle_match; local
1498 cycle = cycle_now & 0x1fff;
1506 cycle = cycle + CYCLE_DELAY;
1507 if (cycle >= 8000) {
1509 cycle -= 8000;
1511 cycle = roundup2(cycle, CYCLE_MOD);
1512 if (cycle >
[all...]

Completed in 443 milliseconds

12