Home
last modified time | relevance | path

Searched refs:total_ticks (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetUtils.py629 total_ticks = 0 variable in MidiSegInfo.segInfo
669 total_ticks = tb.ConvertStrTimeToTicks(segment.length)
670 if total_ticks == 0:
671total_ticks = tb.MbtDifference(tb.ConvertStrTimeToTuple(segment.start), tb.ConvertStrTimeToTuple(s…
672 if total_ticks == 0:
679 ret.total_ticks = total_ticks
680 ret.iLengthInMs = total_ticks * iMsPerTick
Dmidifile.py223 total_ticks = ticks + (total_beats * self.ppqn)
224 return total_ticks
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Dsuspend.c92 uint32_t start, cnt, delta, total_ticks; in sram_udelay() local
96 total_ticks = usec * SYS_COUNTER_FREQ_IN_MHZ; in sram_udelay()
104 } while (delta <= total_ticks); in sram_udelay()