Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
H A Dsrcpos.c206 .first_column = 0,
221 pos->first_column = current_srcfile->colno; in srcpos_update()
261 pos->first_line, pos->first_column, in srcpos_string()
263 else if (pos->first_column != pos->last_column) in srcpos_string()
265 pos->first_line, pos->first_column, in srcpos_string()
269 pos->first_line, pos->first_column); in srcpos_string()
H A Ddtc-parser.tab.c
H A Ddtc-parser.tab.h
H A Ddtc-parser.tab.h_shipped112 int first_column;
H A Ddtc-parser.tab.c_shipped183 int first_column;
750 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
758 (Current).first_column = (Current).last_column = \
800 if (0 <= yylocp->first_column)
801 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
811 else if (0 <= end_col && yylocp->first_column < end_col)
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dsrcpos.h59 int first_column; member
72 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
79 (Current).first_column = (Current).last_column = \
H A Dsrcpos.c239 pos->first_column = current_srcfile->colno; in srcpos_update()
298 pos->first_line, pos->first_column, in srcpos_string()
300 else if (pos->first_column != pos->last_column) in srcpos_string()
302 pos->first_line, pos->first_column, in srcpos_string()
306 pos->first_line, pos->first_column); in srcpos_string()
342 pos->first_line, pos->first_column, in srcpos_string_comment()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.l183 yylloc->last_column = yylloc->first_column; \
184 yylloc->first_column = yycolumn; \
H A Dparse-events.c2969 .err_term = loc_term ? loc_term->first_column : 0, in parse_events_term__num()
2970 .err_val = loc_val ? loc_val->first_column : 0, in parse_events_term__num()
2987 .err_term = loc_term ? loc_term->first_column : 0, in parse_events_term__str()
2988 .err_val = loc_val ? loc_val->first_column : 0, in parse_events_term__str()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c2259 u32 first_column; in pqi_raid_bypass_submit_scsi_cmd() local
2361 first_column = tmpdiv; in pqi_raid_bypass_submit_scsi_cmd()
2370 first_column = first_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()
2383 map_index = (map_row * total_disks_per_row) + first_column; in pqi_raid_bypass_submit_scsi_cmd()
2492 first_column = r5or6_first_column = tmpdiv; in pqi_raid_bypass_submit_scsi_cmd()
2505 first_column = r5or6_first_row_offset / strip_size; in pqi_raid_bypass_submit_scsi_cmd()
2506 r5or6_first_column = first_column; in pqi_raid_bypass_submit_scsi_cmd()
2520 (map_row * total_disks_per_row) + first_column; in pqi_raid_bypass_submit_scsi_cmd()
2526 (first_row_offset - first_column * strip_size); 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
5236 first_column = tmpdiv; in hpsa_scsi_ioaccel_raid_map()
5245 first_column = first_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()
5258 map_index = (map_row * total_disks_per_row) + first_column; in hpsa_scsi_ioaccel_raid_map()
5364 first_column = r5or6_first_column = tmpdiv; in hpsa_scsi_ioaccel_raid_map()
5377 first_column = r5or6_first_column = in hpsa_scsi_ioaccel_raid_map()
5391 (map_row * total_disks_per_row) + first_column; in hpsa_scsi_ioaccel_raid_map()
5407 (first_row_offset - first_column * in hpsa_scsi_ioaccel_raid_map()