Home
last modified time | relevance | path

Searched refs:col (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c602 GtkTreeViewColumn *col; in on_show_name1_activate() local
605 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_NAME); in on_show_name1_activate()
606 if (col) in on_show_name1_activate()
607 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
613 GtkTreeViewColumn *col; in on_show_range1_activate() local
616 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_NO); in on_show_range1_activate()
617 if (col) in on_show_range1_activate()
618 gtk_tree_view_column_set_visible(col, show_range); in on_show_range1_activate()
619 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_MOD); in on_show_range1_activate()
620 if (col) in on_show_range1_activate()
[all …]
H A Dqconf.h110 int col = colMap[idx]; in removeColumn() local
111 if (col >= 0) { in removeColumn()
112 Parent::removeColumn(col); in removeColumn()
113 colRevMap[col] = colMap[idx] = -1; in removeColumn()
163 void okRename(int col);
H A Dqconf.cc104 void ConfigItem::okRename(int col) in okRename() argument
106 Parent::okRename(col); in okRename()
/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/
H A Dmhal_pq.c699 MS_U8 data, row, col; in Hal_PQ_set_sram_ihc_crd_table()
721 col = (int)(h_idx-(h_idx/2)*2); in Hal_PQ_set_sram_ihc_crd_table()
723 if ( (row==1) & (col==1) ) in Hal_PQ_set_sram_ihc_crd_table()
729 if ( (row==1) & (col==0) ) in Hal_PQ_set_sram_ihc_crd_table()
735 if ( (row==0) & (col==1) ) in Hal_PQ_set_sram_ihc_crd_table()
741 if ( (row==0) & (col==0) ) in Hal_PQ_set_sram_ihc_crd_table()
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/
H A Dmhal_pq.c701 MS_U8 data, row, col; in Hal_PQ_set_sram_ihc_crd_table()
723 col = (int)(h_idx-(h_idx/2)*2); in Hal_PQ_set_sram_ihc_crd_table()
725 if ( (row==1) & (col==1) ) in Hal_PQ_set_sram_ihc_crd_table()
731 if ( (row==1) & (col==0) ) in Hal_PQ_set_sram_ihc_crd_table()
737 if ( (row==0) & (col==1) ) in Hal_PQ_set_sram_ihc_crd_table()
743 if ( (row==0) & (col==0) ) in Hal_PQ_set_sram_ihc_crd_table()
/utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/
H A Dmhal_pq.c699 MS_U8 data, row, col; in Hal_PQ_set_sram_ihc_crd_table()
721 col = (int)(h_idx-(h_idx/2)*2); in Hal_PQ_set_sram_ihc_crd_table()
723 if ( (row==1) & (col==1) ) in Hal_PQ_set_sram_ihc_crd_table()
729 if ( (row==1) & (col==0) ) in Hal_PQ_set_sram_ihc_crd_table()
735 if ( (row==0) & (col==1) ) in Hal_PQ_set_sram_ihc_crd_table()
741 if ( (row==0) & (col==0) ) in Hal_PQ_set_sram_ihc_crd_table()
/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/
H A Dmhal_pq.c699 MS_U8 data, row, col; in Hal_PQ_set_sram_ihc_crd_table()
721 col = (int)(h_idx-(h_idx/2)*2); in Hal_PQ_set_sram_ihc_crd_table()
723 if ( (row==1) & (col==1) ) in Hal_PQ_set_sram_ihc_crd_table()
729 if ( (row==1) & (col==0) ) in Hal_PQ_set_sram_ihc_crd_table()
735 if ( (row==0) & (col==1) ) in Hal_PQ_set_sram_ihc_crd_table()
741 if ( (row==0) & (col==0) ) in Hal_PQ_set_sram_ihc_crd_table()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnis.x441 %#define ENTRY_VAL(obj, col) \
442 % (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_val
443 %#define ENTRY_LEN(obj, col) \
444 % (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_len
H A Dnis.h514 #define ENTRY_VAL(obj, col) (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_val argument
515 #define ENTRY_LEN(obj, col) (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_len argument
/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DdrvACE.c952 MS_U8 row, col; in MDrv_XC_ACE_Set_IHC_SRAM() local
976 col = (int)(h_idx-(h_idx/2)*2); in MDrv_XC_ACE_Set_IHC_SRAM()
978 if ( (row==1) & (col==1) ) in MDrv_XC_ACE_Set_IHC_SRAM()
984 if ( (row==1) & (col==0) ) in MDrv_XC_ACE_Set_IHC_SRAM()
990 if ( (row==0) & (col==1) ) in MDrv_XC_ACE_Set_IHC_SRAM()
996 if ( (row==0) & (col==0) ) in MDrv_XC_ACE_Set_IHC_SRAM()