Home
last modified time | relevance | path

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

123

/third_party/node/deps/npm/test/tap/
Dsymlink-cycle.js10 var cycle = path.join(base, 'cycle') variable
21 'cycle': '*' property
/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/test/parallel/
Dtest-error-serdes.js8 function cycle(err) { function
/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/gstreamer/gstplugins_good/gst/goom/
Dtentacle3d.c39 float cycle; member
229 pretty_move (PluginInfo * goomInfo, float cycle, float *dist, float *dist2, in pretty_move()
Dgoom_plugin_info.h72 int cycle; member
127 guint32 cycle; member
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dgoom_core.h16 guint32 cycle; member
/third_party/python/Lib/test/
Dtest_graphlib.py30 def _assert_cycle(self, graph, cycle): argument
/third_party/ffmpeg/libavfilter/
Dvf_dejudder.c66 int cycle; member
/third_party/flutter/skia/third_party/externals/sdl/src/audio/paudio/
DSDL_paudio.c96 int cycle = 0; in OpenAudioPath() local
/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
/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/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/
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/flutter/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/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/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/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

123