Searched refs:intlist_header_fmt (Results 1 – 3 of 3) sorted by relevance
72 intlist_header_fmt = prefix + "II"73 header_sz = struct.calcsize(intlist_header_fmt)74 header_raw = struct.unpack_from(intlist_header_fmt, intlist_data, 0)
90 intlist_header_fmt = prefix + "IIIII"91 header_sz = struct.calcsize(intlist_header_fmt)92 header_raw = struct.unpack_from(intlist_header_fmt, intlist_data, 0)
205 intlist_header_fmt = "<II" variable222 header_sz = struct.calcsize(intlist_header_fmt)223 header = struct.unpack_from(intlist_header_fmt, intdata, 0)