Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/
Dsrcpos.h72 int first_column; member
84 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
91 (Current).first_column = (Current).last_column = \
Dsrcpos.c206 .first_column = 0,
221 pos->first_column = current_srcfile->colno; in srcpos_update()
257 printf("first_column: %d\n", pos->first_column); in srcpos_dump()
277 pos->first_line, pos->first_column, in srcpos_string()
279 else if (pos->first_column != pos->last_column) in srcpos_string()
281 pos->first_line, pos->first_column, in srcpos_string()
285 pos->first_line, pos->first_column); in srcpos_string()
Ddtc-parser.tab.h_shipped108 int first_column;
Ddtc-parser.tab.c_shipped178 int first_column;
744 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
752 (Current).first_column = (Current).last_column = \
794 if (0 <= yylocp->first_column)
795 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
805 else if (0 <= end_col && yylocp->first_column < end_col)
/linux-4.4.14/tools/perf/util/
Dparse-events.l104 yylloc->last_column = yylloc->first_column; \
105 yylloc->first_column = yycolumn; \
Dparse-events.c2027 loc_term ? loc_term->first_column : 0, in parse_events_term__num()
2028 loc_val ? loc_val->first_column : 0); in parse_events_term__num()
2040 loc_term ? loc_term->first_column : 0, in parse_events_term__str()
2041 loc_val ? loc_val->first_column : 0); in parse_events_term__str()
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c878 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
886 (Current).first_column = (Current).last_column = \
Dzconf.tab.c_shipped878 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
886 (Current).first_column = (Current).last_column = \
/linux-4.4.14/drivers/scsi/
Dhpsa.c4632 u32 first_column, last_column; in hpsa_scsi_ioaccel_raid_map() local
4736 first_column = tmpdiv; in hpsa_scsi_ioaccel_raid_map()
4745 first_column = first_row_offset / strip_size; in hpsa_scsi_ioaccel_raid_map()
4750 if ((first_row != last_row) || (first_column != last_column)) in hpsa_scsi_ioaccel_raid_map()
4758 map_index = (map_row * total_disks_per_row) + first_column; in hpsa_scsi_ioaccel_raid_map()
4853 first_column = r5or6_first_column = tmpdiv; in hpsa_scsi_ioaccel_raid_map()
4866 first_column = r5or6_first_column = in hpsa_scsi_ioaccel_raid_map()
4880 (map_row * total_disks_per_row) + first_column; in hpsa_scsi_ioaccel_raid_map()
4894 (first_row_offset - first_column * in hpsa_scsi_ioaccel_raid_map()