Searched refs:first_column (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/scripts/dtc/ |
D | srcpos.h | 71 int first_column; member 83 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 90 (Current).first_column = (Current).last_column = \
|
D | srcpos.c | 206 .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()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 858 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 866 (Current).first_column = (Current).last_column = \
|
D | zconf.tab.c_shipped | 858 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 866 (Current).first_column = (Current).last_column = \
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 3683 u32 first_column, last_column; in hpsa_scsi_ioaccel_raid_map() local 3789 first_column = tmpdiv; in hpsa_scsi_ioaccel_raid_map() 3798 first_column = first_row_offset / strip_size; in hpsa_scsi_ioaccel_raid_map() 3803 if ((first_row != last_row) || (first_column != last_column)) in hpsa_scsi_ioaccel_raid_map() 3811 map_index = (map_row * total_disks_per_row) + first_column; in hpsa_scsi_ioaccel_raid_map() 3906 first_column = r5or6_first_column = tmpdiv; in hpsa_scsi_ioaccel_raid_map() 3919 first_column = r5or6_first_column = in hpsa_scsi_ioaccel_raid_map() 3933 (map_row * total_disks_per_row) + first_column; in hpsa_scsi_ioaccel_raid_map() 3947 (first_row_offset - first_column * in hpsa_scsi_ioaccel_raid_map()
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 931 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 939 (Current).first_column = (Current).last_column = \
|