Home
last modified time | relevance | path

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

123

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.cc28 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) { in PopBestCandidate()
49 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) { in PopBestCandidate()
226 int cycle = 0; in Schedule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp117 int cycle = Stalls; in getHazardType() local
184 unsigned cycle = 0; in EmitInstruction() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_tnode.h58 uint64_t cycle; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_readport_validation.cpp44 int cycle = -1; member in r600::ReserveReadport
165 bool AluReadportReservation::reserve_gpr(int sel, int chan, int cycle) in reserve_gpr()
Dsfn_instr_alugroup.cpp240 bool AluGroup::try_readport(AluInstr *instr, AluBankSwizzle cycle) in try_readport()
/third_party/nghttp2/src/
Dshrpx_worker.h125 uint32_t cycle; member
156 uint32_t cycle; member
176 uint32_t cycle; member
185 uint32_t cycle; member
/third_party/python/Lib/test/
Dtest_graphlib.py29 def _assert_cycle(self, graph, cycle): argument
/third_party/ffmpeg/libavfilter/
Dvf_dejudder.c66 int cycle; member
/third_party/node/test/parallel/
Dtest-error-serdes.js9 function cycle(err) { function
/third_party/musl/src/stdlib/
Dqsort.c45 static void cycle(size_t width, unsigned char* ar[], int n) in cycle() function
/third_party/nghttp2/lib/
Dnghttp2_outbound_item.h121 uint64_t cycle; member
/third_party/node/deps/nghttp2/lib/
Dnghttp2_outbound_item.h121 uint64_t cycle; member
Dnghttp2_stream.h163 uint64_t cycle; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dchnsecal.cpp226 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
730 int32_t cycle = ClockMath::floorDivide(cycle_year - 1, 60, yearOfCycle); in computeChineseFields() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DChineseCalendar.java449 int cycle = internalGet(ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
909 int cycle = floorDivide(cycle_year-1, 60, yearOfCycle); in computeChineseFields() local
/third_party/node/deps/icu-small/source/i18n/
Dislamcal.cpp563 int cycle, offset, shift = 0; in gregoYearFromIslamicStart() local
589 int cycle, offset, shift = 0; in firstIslamicStartYearFromGrego() local
Dchnsecal.cpp230 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
748 int32_t cycle = ClockMath::floorDivide(cycle_year - 1, 60, &yearOfCycle); in computeChineseFields() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DChineseCalendar.java437 int cycle = internalGet(ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
890 int cycle = floorDivide(cycle_year-1, 60, yearOfCycle); in computeChineseFields() local
/third_party/icu/icu4c/source/i18n/
Dchnsecal.cpp226 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
730 int32_t cycle = ClockMath::floorDivide(cycle_year - 1, 60, &yearOfCycle); in computeChineseFields() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp3832 SchedDataCalculatorGM107::printSchedInfo(int cycle, in printSchedInfo()
3915 SchedDataCalculatorGM107::recordWr(const Value *v, int cycle, int ready) in recordWr()
3939 SchedDataCalculatorGM107::checkRd(const Value *v, int cycle, int &delay) const in checkRd()
3964 SchedDataCalculatorGM107::commitInsn(const Instruction *insn, int cycle) in commitInsn()
4327 int cycle = 0; in visit() local
Dnv50_ir_emit_nvc0.cpp3244 int cycle = 0; in visit() local
3360 SchedDataCalculator::commitInsn(const Instruction *insn, int cycle) in commitInsn()
3405 SchedDataCalculator::checkRd(const Value *v, int cycle, int& delay) const in checkRd()
3443 SchedDataCalculator::checkWr(const Value *v, int cycle, int& delay) const in checkWr()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_strm.h88 uint64_t cycle; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp216 bool rp_gpr_tracker::try_reserve(unsigned cycle, unsigned sel, unsigned chan) { in try_reserve()
244 unsigned cycle = bs_cycle(trans, bs, i); in unreserve() local
250 void rp_gpr_tracker::unreserve(unsigned cycle, unsigned sel, unsigned chan) { in unreserve()
278 unsigned cycle = bs_cycle(trans, bs, i); in try_reserve() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c447 int i, cycle, component; in init_bank_swizzle() local
458 static int reserve_gpr(struct alu_bank_swizzle *bs, unsigned sel, unsigned chan, unsigned cycle) in reserve_gpr()
515 int r, src, num_src, sel, elem, cycle; in check_vector() local
545 int r, src, num_src, const_count, sel, elem, cycle; in check_scalar() local
/third_party/skia/modules/skottie/src/effects/
DFractalNoiseEffect.cpp403 cycle = fCycleEvolution in noise() local

123