Home
last modified time | relevance | path

Searched refs:line (Results 1 – 14 of 14) sorted by relevance

/hal_rpi_pico-3.4.0/tools/pioasm/gen/
Dlocation.h72 , line (l) in filename()
83 line = l;
95 line = add_ (line, count, 1);
109 counter_type line; variable
160 return ostr << pos.line << '.' << pos.column;
292 ostr << '-' << loc.end.filename << ':' << loc.end.line << '.' << end_col;
293 else if (loc.begin.line < loc.end.line)
294 ostr << '-' << loc.end.line << '.' << end_col;
Dparser.cpp2191 if (l.begin.line == l.end.line && *l.begin.filename == *l.end.filename) { in error()
2193 std::string line; in error() local
2194 for(int i = 0; i < l.begin.line; ++i) { in error()
2195 std::getline(file, line); in error()
2197 fprintf(stderr, "%5d | %s\n", l.begin.line, line.c_str()); in error()
Dlexer.cpp770 #line 1 "lexer.ll"
776 #line 8 "lexer.ll"
/hal_rpi_pico-3.4.0/tools/
Dcheck_doxygen_groups.py24 for line in res.stdout.decode('utf8').split('\n'):
25 m = re.match(r'^(\S+):.*\\defgroup\s+(\w+)', line)
38 for line in res.stdout.decode('utf8').split('\n'):
39 m = re.match(r'^(\S+):.*\\ingroup\s+(\w+)', line)
Dextract_configs.py123 for line in fh.readlines():
125 line = line.strip() variable
126 m = CONFIG_RE.match(line)
166 m = DEFINE_RE.match(line)
/hal_rpi_pico-3.4.0/docs/
Dmain.css15 line-height: 25px;
100 div.line,
101 div.line a,
102 div.line span {
Dstyles.css181 line-height: 20px;
333 line-height: 0;
377 div.contents .line {
378 line-height: 15px;
682 .line-1 {
685 .line-2 {
689 .line-3 {
692 .navigation-toggle.clicked .line-1 {
696 .navigation-toggle.clicked .line-2 {
699 .navigation-toggle.clicked .line-3 {
Dnormalise.css7 * 1. Correct the line height in all browsers.
13 line-height: 1.15; /* 1 */
175 * Prevent `sub` and `sup` elements from affecting the line height in
182 line-height: 0;
247 line-height: 1.15; /* 1 */
/hal_rpi_pico-3.4.0/tools/pioasm/
Dparser.yy48 NEWLINE "end of line"
140 line
141 | lines NEWLINE line;
143 line:
336 if (l.begin.line == l.end.line && *l.begin.filename == *l.end.filename) {
338 std::string line;
339 for(int i = 0; i < l.begin.line; ++i) {
340 std::getline(file, line);
342 fprintf(stderr, "%5d | %s\n", l.begin.line, line.c_str());
/hal_rpi_pico-3.4.0/src/rp2_common/pico_runtime/
Druntime.c265 void __assert_func(const char *file, int line, const char *func, const char *failedexpr) { in __assert_func() argument
267 failedexpr, file, line, func ? ", function: " : "", in __assert_func()
/hal_rpi_pico-3.4.0/
DCONTRIBUTING.md20 * Braces are required for everything except single line `if` statements.
21 * Opening braces should not be placed on a new line.
/hal_rpi_pico-3.4.0/src/common/pico_binary_info/
DCMakeLists.txt19 # since this is the command line, we will remove newlines
/hal_rpi_pico-3.4.0/src/
DCMakeLists.txt118 …# Choosing not to add LIB_HARDWARE_ defines to avoid command line bloat pending a need (they aren't
140 …# Choosing not to add LIB_HARDWARE_ defines to avoid command line bloat pending a need (they aren't
/hal_rpi_pico-3.4.0/src/rp2_common/pico_standard_link/
DCMakeLists.txt90 # this line occasionally useful for debugging ... todo maybe make a PICO_ var