Home
last modified time | relevance | path

Searched refs:table (Results 1 – 24 of 24) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c54 static struct sym_entry *table; variable
235 table = realloc(table, sizeof(*table) * table_size); in read_map()
236 if (!table) { in read_map()
241 if (read_symbol(in, &table[table_cnt]) == 0) { in read_map()
242 table[table_cnt].start_pos = table_cnt; in read_map()
315 if (toupper(table[i].sym[0]) != 'A') { in write_src()
316 if (_text <= table[i].addr) in write_src()
318 table[i].addr - _text); in write_src()
321 _text - table[i].addr); in write_src()
323 printf("\tPTR\t%#llx\n", table[i].addr); in write_src()
[all …]
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinftrees.c116 MS_U32 gpdinflate_table(type, lens, codes, table, bits, work) in gpdinflate_table() argument
120 code FAR * FAR *table;
191 *(*table)++ = this; /* make a table to force an error */
192 *(*table)++ = this;
236 next = *table; /* current table to fill in */
331 (*table)[low].op = (MS_U8)curr;
332 (*table)[low].bits = (MS_U8)root;
333 (*table)[low].val = (MS_U16)(next - *table);
345 next = *table;
365 *table += used;
H A Dinftrees.h131 MS_U32 codes, code FAR * FAR *table,
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_jpge.c_104 //print Q table
105 ms_dprintk(DRV_L1, "table 0");
113 ms_dprintk(DRV_L1, "table 1");
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_bridge/
H A Debt_among.h40 int table[257]; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dfib_rules.h23 __u8 table; member
/utopia/UTPA2-700.0.x/modules/clkm/drv/clkm/
H A Ddrvclkm_private.h147 MS_S16 _Drv_Get_Src_Name_Offset(clock_table *table , char *src_name);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dsearch.h100 struct _ENTRY *table; member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.h_shipped39 /* Put the tokens into the symbol table, so that GDB and other debuggers
H A Ddtc-parser.tab.c_shipped106 /* Enabling the token table. */
115 /* Put the tokens into the symbol table, so that GDB and other debuggers
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.h_shipped39 /* Put the tokens into the symbol table, so that GDB and other debuggers
H A Dparse.c_shipped120 /* Enabling the token table. */
129 /* Put the tokens into the symbol table, so that GDB and other debuggers
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DKconfig99 Select if you want to enable debug table. If unsure, say 'N'.
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c.0606 // AP send correct FRC in/out table, so no need to modify by u8Ratio
612 //when the panel is 120hz default vfreq, the FRC table should be double the ratio.
627 XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING, "FRC table FRC_OUT x4 for 240 hz panel output\n")
632 XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING, "FRC table FRC_OUT x2 for 120 hz panel output\n")
647 // check FRC, and modify FRC table.
703 XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING,"Attention! default frc table is using!\n");
708 … for(u8Index=0;u8Index<MAX_FRC_TABLE_INDEX;u8Index++) // calculate the counts of customer frc table
715 …IMING,"Warning! custom frc table is invalid(the last row should define a range of vfreq up to 0xFF…
721 XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING,"Attention! custom frc table is using!\n");
6424 // 2. load FRC 3D table here
H A Dmvideo.c.03302 // Tempararily not dumping MADi PQ table in seamless zapping
5265 … type don't set, because there is no setwin(sub). So load first row in PQ table in quality_map_sub.
6082 // 2. load FRC 3D table here
6189 …XC_3D_INPUT_MODE_NONE, E_XC_3D_OUTPUT_MODE_NONE, E_XC_3D_OUTPUT_FI_MODE_NONE); // load FRC 3D table
6832 printf("@@@2,Load MFC table\n");
12104 /// For CVBS out, recover ADC table
/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/
H A Dmhal_pq_adaptive.c6231 MS_U16 MDrv_SC_Luma_PK_LUT_Aux( const MS_U8 table[], MS_U8 sc) in MDrv_SC_Luma_PK_LUT_Aux() argument
6235 MS_U8 h0 = ( 8 * (16-sc) + table[0] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6236 MS_U8 h1 = ( 8 * (16-sc) + table[1] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6237 MS_U8 h2 = ( 8 * (16-sc) + table[2] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6238 MS_U8 h3 = ( 8 * (16-sc) + table[3] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/
H A Dmhal_pq_adaptive.c6231 MS_U16 MDrv_SC_Luma_PK_LUT_Aux( const MS_U8 table[], MS_U8 sc) in MDrv_SC_Luma_PK_LUT_Aux() argument
6235 MS_U8 h0 = ( 8 * (16-sc) + table[0] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6236 MS_U8 h1 = ( 8 * (16-sc) + table[1] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6237 MS_U8 h2 = ( 8 * (16-sc) + table[2] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6238 MS_U8 h3 = ( 8 * (16-sc) + table[3] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
/utopia/UTPA2-700.0.x/modules/pq/hal/M7621/pq/
H A Dmhal_pq_adaptive.c6231 MS_U16 MDrv_SC_Luma_PK_LUT_Aux( const MS_U8 table[], MS_U8 sc) in MDrv_SC_Luma_PK_LUT_Aux() argument
6235 MS_U8 h0 = ( 8 * (16-sc) + table[0] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6236 MS_U8 h1 = ( 8 * (16-sc) + table[1] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6237 MS_U8 h2 = ( 8 * (16-sc) + table[2] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6238 MS_U8 h3 = ( 8 * (16-sc) + table[3] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
/utopia/UTPA2-700.0.x/modules/pq/hal/maxim/pq/
H A Dmhal_pq_adaptive.c6231 MS_U16 MDrv_SC_Luma_PK_LUT_Aux( const MS_U8 table[], MS_U8 sc) in MDrv_SC_Luma_PK_LUT_Aux() argument
6235 MS_U8 h0 = ( 8 * (16-sc) + table[0] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6236 MS_U8 h1 = ( 8 * (16-sc) + table[1] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6237 MS_U8 h2 = ( 8 * (16-sc) + table[2] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6238 MS_U8 h3 = ( 8 * (16-sc) + table[3] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c_shipped131 /* Enabling the token table. */
140 /* Put the tokens into the symbol table, so that GDB and other debuggers
/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c6219 MS_U16 MDrv_SC_Luma_PK_LUT_Aux(void *pInstance, const MS_U8 table[], MS_U8 sc) in MDrv_SC_Luma_PK_LUT_Aux() argument
6223 MS_U8 h0 = ( 8 * (16-sc) + table[0] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6224 MS_U8 h1 = ( 8 * (16-sc) + table[1] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6225 MS_U8 h2 = ( 8 * (16-sc) + table[2] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
6226 MS_U8 h3 = ( 8 * (16-sc) + table[3] * sc + 8) >> 4; in MDrv_SC_Luma_PK_LUT_Aux()
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile897 # controls whether a binary table of contents is generated (YES) or a
898 # normal table of contents (NO) in the .chm file.
H A Dbsp.dxyfile896 # controls whether a binary table of contents is generated (YES) or a
897 # normal table of contents (NO) in the .chm file.
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/
H A Dmhal_xc_chip_config.h.0186 //These table definition is from SC_BK0 spec.