Searched refs:first_column (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | srcpos.h | 73 int first_column; member 85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 92 (Current).first_column = (Current).last_column = \
|
| H A D | srcpos.c | 206 .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 D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.h | |
| H A D | dtc-parser.tab.h_shipped | 112 int first_column;
|
| H A D | dtc-parser.tab.c_shipped | 183 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 D | srcpos.h | 59 int first_column; member 72 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 79 (Current).first_column = (Current).last_column = \
|
| H A D | srcpos.c | 239 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 D | parse-events.l | 183 yylloc->last_column = yylloc->first_column; \ 184 yylloc->first_column = yycolumn; \
|
| H A D | parse-events.c | 2969 .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 D | smartpqi_init.c | 2259 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 D | hpsa.c | 5120 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()
|