Searched refs:TypeCodeForStruct (Results 1 – 1 of 1) sorted by relevance
35 def TypeCodeForStruct(bits): function74 s = struct.unpack_from(TypeCodeForStruct(bits) * (w), f.read(size))106 a = struct.pack(TypeCodeForStruct(bits) * len(s), *s)159 pcs = struct.unpack_from(TypeCodeForStruct(bits) * (size * 8 // bits), f.read(size))178 pc_buffer = struct.pack(TypeCodeForStruct(bits) * len(pc_list), *sorted_pc_list)