Searched refs:last_column (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | srcpos.h | 75 int last_column; member 87 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 92 (Current).first_column = (Current).last_column = \ 93 YYRHSLOC(Rhs, 0).last_column; \
|
| H A D | srcpos.c | 208 .last_column = 0, 235 pos->last_column = current_srcfile->colno; in srcpos_update() 262 pos->last_line, pos->last_column); in srcpos_string() 263 else if (pos->first_column != pos->last_column) in srcpos_string() 266 pos->last_column); in srcpos_string()
|
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.h | |
| H A D | dtc-parser.tab.h_shipped | 114 int last_column;
|
| H A D | dtc-parser.tab.c_shipped | 185 int last_column; 752 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 758 (Current).first_column = (Current).last_column = \ 759 YYRHSLOC (Rhs, 0).last_column; \ 796 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | srcpos.h | 61 int last_column; member 74 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 79 (Current).first_column = (Current).last_column = \ 80 YYRHSLOC(Rhs, 0).last_column; \
|
| H A D | srcpos.c | 250 pos->last_column = current_srcfile->colno; in srcpos_update() 299 pos->last_line, pos->last_column); in srcpos_string() 300 else if (pos->first_column != pos->last_column) in srcpos_string() 303 pos->last_column); in srcpos_string() 343 pos->last_line, pos->last_column); in srcpos_string_comment()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-events.l | 183 yylloc->last_column = yylloc->first_column; \
|
| H A D | parse-events.y | 951 parse_events_evlist_error(parse_state, loc->last_column, "parser error");
|
| /OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/ |
| H A D | smartpqi_init.c | 2260 u32 last_column; in pqi_raid_bypass_submit_scsi_cmd() local 2364 last_column = tmpdiv; in pqi_raid_bypass_submit_scsi_cmd() 2371 last_column = last_row_offset / strip_size; in pqi_raid_bypass_submit_scsi_cmd() 2375 if (first_row != last_row || first_column != last_column) in pqi_raid_bypass_submit_scsi_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hpsa.c | 5120 u32 first_column, last_column; in hpsa_scsi_ioaccel_raid_map() local 5239 last_column = tmpdiv; in hpsa_scsi_ioaccel_raid_map() 5246 last_column = last_row_offset / strip_size; in hpsa_scsi_ioaccel_raid_map() 5250 if ((first_row != last_row) || (first_column != last_column)) in hpsa_scsi_ioaccel_raid_map()
|