Searched refs:isByteEncodable (Results 1 – 1 of 1) sorted by relevance
406 isByteEncodable = lambda value: value >= -128 and value <= 127 function407 if isByteEncodable(value) and pos+1 < numDeltas and isByteEncodable(deltas[pos+1]):