Searched refs:packUShort (Results 1 – 1 of 1) sorted by relevance
403 items[i] = packUShort(item.pos - pos)419 packFuncs = {2: packUShort, 3: packUInt24, 4: packULong}786 return {1:packUInt8, 2:packUShort, 4:packULong}[self.size](v)792 def packUShort(value): function