Lines Matching full:writes
101 writes = []
104 writes.append(newtrace[l])
114 length = int(writes[0].split()[2], 16)
116 if length != int(writes[j].split()[2], 16):
119 step = int(writes[0].split()[1], 16) - int(writes[1].split()[1], 16)
121 if step != int(writes[j].split()[1], 16) - \
122 int(writes[j+1].split()[1], 16):
125 return (int(writes[0].split()[1], 16)+step, length)
155 # BE options. We do this, so we can "trim" the writes in (3)
180 # is to prune unnecessary bytes from long writes, while accommodating
192 # Can we get a hint from previous writes?