| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | kallsyms.c | 54 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 D | inftrees.c | 116 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 D | inftrees.h | 131 MS_U32 codes, code FAR * FAR *table,
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | mfe_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 D | ebt_among.h | 40 int table[257]; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | fib_rules.h | 23 __u8 table; member
|
| /utopia/UTPA2-700.0.x/modules/clkm/drv/clkm/ |
| H A D | drvclkm_private.h | 147 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 D | search.h | 100 struct _ENTRY *table; member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.tab.h_shipped | 39 /* Put the tokens into the symbol table, so that GDB and other debuggers
|
| H A D | dtc-parser.tab.c_shipped | 106 /* 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 D | parse.h_shipped | 39 /* Put the tokens into the symbol table, so that GDB and other debuggers
|
| H A D | parse.c_shipped | 120 /* 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 D | Kconfig | 99 Select if you want to enable debug table. If unsure, say 'N'.
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_display.c.0 | 606 // 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 D | mvideo.c.0 | 3302 // 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 D | mhal_pq_adaptive.c | 6231 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 D | mhal_pq_adaptive.c | 6231 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 D | mhal_pq_adaptive.c | 6231 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 D | mhal_pq_adaptive.c | 6231 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 D | zconf.tab.c_shipped | 131 /* 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 D | mhal_pq_adaptive.c | 6219 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 D | bspOneUtopia.dxyfile | 897 # controls whether a binary table of contents is generated (YES) or a 898 # normal table of contents (NO) in the .chm file.
|
| H A D | bsp.dxyfile | 896 # 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 D | mhal_xc_chip_config.h.0 | 186 //These table definition is from SC_BK0 spec.
|