Home
last modified time | relevance | path

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

/optee_os/lib/libutee/arch/arm/
H A Darm32_user_sysreg.txt3 # lines beginning with '@' will be printed as additional comments
/optee_os/core/arch/arm/kernel/
H A Darm32_gicv3_sysreg.txt3 # lines beginning with '@' will be printed as additional comments
H A Darm32_sysreg.txt3 # lines beginning with '@' will be printed as additional comments
/optee_os/scripts/kconfig/kconfiglib/
H A Dmenuconfig.py1970 lines = text.split("\n")
1972 win_height = min(len(lines) + 4, screen_height)
1973 win_width = min(max(len(line) for line in lines) + 4, screen_width)
2393 lines = _info_str(node).split("\n")
2399 _draw_info_dialog(node, lines, scroll, top_line_win, text_win,
2410 if scroll < _max_scroll(lines, text_win):
2414 scroll = min(scroll + _PG_JUMP, _max_scroll(lines, text_win))
2420 scroll = _max_scroll(lines, text_win)
2478 def _draw_info_dialog(node, lines, scroll, top_line_win, text_win, argument
2491 for i, line in enumerate(lines[scroll:scroll + text_win_height]):
[all …]
H A Dkconfiglib.py3347 lines = [expline[indent:]]
3348 add_line = lines.append # Micro-optimization
3364 self.linenr += len_(lines)
3365 node.help = "".join(lines).rstrip()
5808 lines.append("\t" + s)
5818 lines = [("menuconfig " if self.is_menuconfig else "config ")
5821 lines = ["choice " + sc.name if sc.name else "choice"]
5879 return "\n".join(lines)
/optee_os/lib/libmbedtls/mbedtls/
H A D.uncrustify.cfg10 # Wrap lines at 100 characters
239 # last lines are the same length
H A DChangeLog2730 eliminates the need for the lines declaring the files to be part of
4779 * The PEM parser now accepts a trailing space at end of lines (#226).
5062 * Change #include lines in test files to use double quotes instead of angle
5269 * Debug module only outputs full lines instead of parts
5414 * ssl_mail_client now terminates lines with CRLF, instead of LF
5697 * ssl_mail_client now terminates lines with CRLF, instead of LF
/optee_os/core/arch/arm/dts/
H A Dstm32mp157c-ev1.dts192 data-shift = <2>; /* lines 9:2 are used */
/optee_os/core/lib/qcbor/
H A DREADME.md85 many fewer lines of code. They also tend to parallel the encoding