Home
last modified time | relevance | path

Searched refs:line_no (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.5/build/buildsetup/ioreg/
Dheader_generator_ioreg.TWL.pl39 $line_no = 0;
143 …die "ERROR: Illegal address \'$address\' in line $line_no\n" unless ($address =~ /^0x[0-9A-Fa-f]+$…
146 …die "ERROR: Illegal condition name \'$condition\' in line $line_no\n" unless ($address =~ /^[A-Za-…
149 die "ERROR: Illegal macro name \'$name\' in line $line_no\n" unless ($name =~ /^[A-Za-z0-9_]+$/);
150 check_macro_duplicate($name, $condition, $line_no);
163 die "ERROR: Illegal bitwidth \'$bitwidth\' in line $line_no\n";
189 die "ERROR: specify volatile/permanent in line $line_no\n";
195 $tmphash->{"line_no"} = $line_no;
589 $line_no = 0;
596 $line_no++;
[all …]
Dheader_generator_ioreg.pl39 $line_no = 0;
143 …die "ERROR: Illegal address \'$address\' in line $line_no\n" unless ($address =~ /^0x[0-9A-Fa-f]+$…
146 …die "ERROR: Illegal condition name \'$condition\' in line $line_no\n" unless ($address =~ /^[A-Za-…
149 die "ERROR: Illegal macro name \'$name\' in line $line_no\n" unless ($name =~ /^[A-Za-z0-9_]+$/);
150 check_macro_duplicate($name, $condition, $line_no);
163 die "ERROR: Illegal bitwidth \'$bitwidth\' in line $line_no\n";
189 die "ERROR: specify volatile/permanent in line $line_no\n";
195 $tmphash->{"line_no"} = $line_no;
589 $line_no = 0;
596 $line_no++;
[all …]
/TwlSDK-5.5/build/demos/wbt/wbt-1/src/
Dtext.c298 int x_line, line_no; in text_buf_to_vram() local
309 for (line_no = 0; line_no < (*tb->num_y + 1); line_no++) in text_buf_to_vram()
336 for (; line_no <= *tb->num_y; line_no++) in text_buf_to_vram()
/TwlSDK-5.5/build/demos/wxc/unregister-1/src/
Dtext.c293 int x_line, line_no; in text_buf_to_vram() local
303 for (line_no = 0; line_no < (*tb->num_y + 1); line_no++) in text_buf_to_vram()
332 for (; line_no <= *tb->num_y; line_no++) in text_buf_to_vram()