Home
last modified time | relevance | path

Searched defs:cycle (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp117 int cycle = Stalls; in getHazardType() local
184 unsigned cycle = 0; in EmitInstruction() local
H A DMachinePipeliner.cpp2866 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart() local
3357 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in finalizeSchedule() local
3369 for (int cycle = getFinalCycle() + 1; cycle <= LastCycle; ++cycle) in finalizeSchedule() local
3400 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in print() local
/freebsd/lib/libthr/thread/
H A Dthr_barrier.c135 int64_t cycle; in _pthread_barrier_wait() local
H A Dthr_sig.c408 uint32_t cycle; check_suspend() local
H A Dthr_private.h380 uint32_t cycle; member
/freebsd/usr.bin/gprof/
H A Darcs.c352 int cycle; in cyclelink() local
756 int cycle; in cycletime() local
/freebsd/contrib/ncurses/menu/
H A Dm_global.c390 bool cycle = (menu->opt & O_NONCYCLIC) ? FALSE : TRUE; in _nc_Link_Items() local
/freebsd/sys/powerpc/powermac/
H A Data_macio.c84 int cycle; /* minimum cycle time [ns] */ member
/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c259 int system=-1, pad_acc, cycle_acc, cycle, f_frac; in dvsend() local
/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.h122 uint64_t cycle; member
H A Dcoresight.h121 uint32_t cycle; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h1175 for (const CycleT *cycle : AssumedDivergent) { in print() local
1182 for (const CycleT *cycle : DivergentExitCycles) { in print() local
/freebsd/usr.bin/m4/
H A Dmdef.h127 #define cycle for(;;) macro
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c625 static cdg_link_t *get_weakest_link_in_cycle(cdg_node_t * cycle) in get_weakest_link_in_cycle()
726 cdg_node_t *cycle = NULL; in search_cycle_in_channel_dep_graph() local
1889 cdg_node_t **cdg = NULL, *start_here = NULL, *cycle = NULL; in dfsssp_remove_deadlocks() local
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller.h461 #define INCREMENT_QUEUE_GET(index, cycle, entry_count, bit_toggle) \ argument
H A Dscic_sds_controller.c150 #define INCREMENT_COMPLETION_QUEUE_GET(controller, index, cycle) \ argument
163 #define INCREMENT_EVENT_QUEUE_GET(controller, index, cycle) \ argument
/freebsd/sys/dev/sound/pcm/
H A Dbuffer.c694 unsigned int cycle; in sndbuf_feed() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h634 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions()
/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c494 int32_t cycle in ntpcal_periodic_extend()
/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c6953 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v2() local
7081 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v3() local
7211 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v4() local
7343 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v5() local
/freebsd/contrib/bmake/
H A Dmake.h414 bool cycle:1; member
/freebsd/sys/dev/firewire/
H A Dfwohci.c1472 int sec, cycle, cycle_match; local