Searched refs:lines (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libutee/arch/arm/ |
| H A D | arm32_user_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | arm32_gicv3_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
| H A D | arm32_sysreg.txt | 3 # lines beginning with '@' will be printed as additional comments
|
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | menuconfig.py | 1970 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 D | kconfiglib.py | 3347 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.cfg | 10 # Wrap lines at 100 characters 239 # last lines are the same length
|
| H A D | ChangeLog | 2730 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 D | stm32mp157c-ev1.dts | 192 data-shift = <2>; /* lines 9:2 are used */
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 85 many fewer lines of code. They also tend to parallel the encoding
|