Home
last modified time | relevance | path

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

/misc/config_tools/static_allocators/lib/
A Dlib.py25 PATTERN = re.compile(r"(?P<bus>[0-9a-f]{2}):(?P<dev>[0-9a-f]{2})\.(?P<func>[0-7]{1})") variable in BusDevFunc
32 match = cls.PATTERN.fullmatch(value)
/misc/config_tools/board_config/
A Dvbar_base_h.py42 PATTERN = re.compile(r"\s*(?P<start>[0-9a-f]+)-(?P<end>[0-9a-f]+) ") variable in MmioWindow
49 match = cls.PATTERN.fullmatch(value)
/misc/config_tools/static_allocators/
A Dgpa.py87 PATTERN = re.compile(r"\s*(?P<start>[0-9a-f]+)-(?P<end>[0-9a-f]+) ") variable in AddrWindow
94 match = cls.PATTERN.fullmatch(value)

Completed in 5 milliseconds