Lines Matching refs:timecnt
41 header.timecnt * 5 # Transition times and types56 timecnt = header.timecnt59 # The data portion starts with timecnt transitions and indices60 if timecnt:62 f">{timecnt}{time_type}", fobj.read(timecnt * time_size)64 trans_idx = struct.unpack(f">{timecnt}B", fobj.read(timecnt))133 "timecnt",