Home
last modified time | relevance | path

Searched refs:TypeCodeForStruct (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py33 def TypeCodeForStruct(bits): function
71 s = struct.unpack_from(TypeCodeForStruct(bits) * (size * 8 / bits), f.read(size))
101 a = struct.pack(TypeCodeForStruct(bits) * len(s), *s)
155 pcs = struct.unpack_from(TypeCodeForStruct(bits) * (size * 8 / bits), f.read(size))
174 pc_buffer = struct.pack(TypeCodeForStruct(bits) * len(pc_list), *sorted_pc_list)