Home
last modified time | relevance | path

Searched refs:last_column (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dsrcpos.h75 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 Dsrcpos.c208 .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 Ddtc-parser.tab.c
H A Ddtc-parser.tab.h
H A Ddtc-parser.tab.h_shipped114 int last_column;
H A Ddtc-parser.tab.c_shipped185 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 Dsrcpos.h61 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 Dsrcpos.c250 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 Dparse-events.l183 yylloc->last_column = yylloc->first_column; \
H A Dparse-events.y951 parse_events_evlist_error(parse_state, loc->last_column, "parser error");
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c2260 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 Dhpsa.c5120 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()