Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/build/
Dgen_isr_tables_parser_carrays.py72 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)
Dgen_isr_tables_parser_local.py90 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)
/Zephyr-latest/arch/x86/
Dgen_idt.py205 intlist_header_fmt = "<II" variable
222 header_sz = struct.calcsize(intlist_header_fmt)
223 header = struct.unpack_from(intlist_header_fmt, intdata, 0)