| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 103 int depth; in fdt_subnode_offset_namelen() local 107 for (depth = 0, offset = fdt_next_node(fdt, offset, &depth); in fdt_subnode_offset_namelen() 108 (offset >= 0) && (depth > 0); in fdt_subnode_offset_namelen() 109 offset = fdt_next_node(fdt, offset, &depth)) { in fdt_subnode_offset_namelen() 110 if (depth < 0) in fdt_subnode_offset_namelen() 112 else if ((depth == 1) in fdt_subnode_offset_namelen() 271 int offset, depth, namelen; in fdt_get_path() local 279 for (offset = 0, depth = 0; in fdt_get_path() 281 offset = fdt_next_node(fdt, offset, &depth)) { in fdt_get_path() 282 if (pdepth < depth) in fdt_get_path() [all …]
|
| H A D | fdt.c | 141 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() argument 160 if (depth) in fdt_next_node() 161 (*depth)++; in fdt_next_node() 165 if (depth) in fdt_next_node() 166 (*depth)--; in fdt_next_node()
|
| H A D | libfdt.h | 137 int fdt_next_node(const void *fdt, int offset, int *depth);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | unifdef.c | 202 static int depth; /* current #if nesting */ variable 510 if (depth == 0) in ignoreoff() 512 ignoring[depth] = ignoring[depth-1]; in ignoreoff() 517 ignoring[depth] = true; in ignoreon() 529 if (depth > MAXDEPTH-1) in nest() 531 if (depth == MAXDEPTH-1) in nest() 533 depth += 1; in nest() 534 stifline[depth] = linenum; in nest() 539 if (depth == 0) in unnest() 541 depth -= 1; in unnest() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_3d.c | 6463 MS_S16 r, g, b,depth,depth2; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() local 6523 depth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6592 depth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6594 depth = CrCbDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6596 depth = yDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6598 depth = (CrCbDepth*sat_wei + yDepth *(32-sat_wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6600 depth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6605 depth = CrCbDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6607 depth = yDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() 6609 depth = (CrCbDepth*sat_wei + yDepth *(32-sat_wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() [all …]
|
| H A D | mdrv_sc_display.c.0 | 7217 #if (HW_DESIGN_HDMITX_VER == 2) // For Maxim HDMITx case, handle ODCLK for different color depth
|
| H A D | mvideo.c.0 | 853 printf("Not support assign color depth for HDMI Tx \n");
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | videodev.h | 76 __u16 depth; /* Capture depth */ member 156 int depth; member
|
| H A D | tipc_config.h | 221 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */ member
|
| H A D | fb.h | 348 __u8 depth; /* Depth of the image */ member
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 1475 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 1476 # graphs generated by dot. A depth value of 3 means that only nodes reachable 1481 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
| H A D | bsp.dxyfile | 1474 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 1475 # graphs generated by dot. A depth value of 3 means that only nodes reachable 1480 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | qconf.cc | 738 treeStepSize() * (item->depth() + (rootIsDecorated() ? 1 : 0)); in contentsMouseReleaseEvent()
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | png.h | 774 png_byte depth; /* depth of palette samples */ member
|