Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dvar_funcs.py640 header_line = report_list[0]
642 header_line = header_line.lower()
655 columns = header_line.split()
658 header_line = pad_format_string % header_line
660 map(str.strip, re.findall(field_desc_regex, header_line)[0])
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h228 float header_line; member