Searched refs:ndepth (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.c | 135 int ndepth; in fit_get_subimage_count() local 139 for (ndepth = 0, count = 0, in fit_get_subimage_count() 140 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_get_subimage_count() 141 (noffset >= 0) && (ndepth > 0); in fit_get_subimage_count() 142 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_get_subimage_count() 143 if (ndepth == 1) { in fit_get_subimage_count() 171 int ndepth; in fit_print_contents() local 206 for (ndepth = 0, count = 0, in fit_print_contents() 207 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_print_contents() 208 (noffset >= 0) && (ndepth > 0); in fit_print_contents() [all …]
|
| H A D | update.c | 235 int images_noffset, ndepth, noffset; in update_tftp() local 292 ndepth = 0; in update_tftp() 293 noffset = fdt_next_node(fit, images_noffset, &ndepth); in update_tftp() 294 while (noffset >= 0 && ndepth > 0) { in update_tftp() 295 if (ndepth != 1) in update_tftp() 331 noffset = fdt_next_node(fit, noffset, &ndepth); in update_tftp()
|
| H A D | fdt_support.c | 849 int off, ndepth; in fdt_del_subnodes() local 852 for (ndepth = 0, off = fdt_next_node(blob, parent_offset, &ndepth); in fdt_del_subnodes() 853 (off >= 0) && (ndepth > 0); in fdt_del_subnodes() 854 off = fdt_next_node(blob, off, &ndepth)) { in fdt_del_subnodes() 855 if (ndepth == 1) { in fdt_del_subnodes() 864 ndepth = 0; in fdt_del_subnodes() 875 int ndepth = 0; in fdt_del_partitions() local 879 off = fdt_next_node(blob, parent_offset, &ndepth); in fdt_del_partitions() 880 if (off > 0 && ndepth == 1) { in fdt_del_partitions() 906 int off, ndepth = 0; in fdt_node_set_part_info() local [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micmap.c | 434 int ndepth, nvisual; in miInitVisuals() local 455 ndepth = 0; in miInitVisuals() 458 ndepth++; in miInitVisuals() 461 depth = xallocarray(ndepth, sizeof(DepthRec)); in miInitVisuals() 463 preferredCVCs = xallocarray(ndepth, sizeof(int)); in miInitVisuals() 472 *ndepthp = ndepth; in miInitVisuals() 544 for (i = 0; i < ndepth; i++) { in miInitVisuals() 552 for (i = first_depth; i < ndepth; i++) { in miInitVisuals() 578 if (i == ndepth) { in miInitVisuals()
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-verify.c | 537 int ndepth, noffset; in rsa_verify() local 583 for (ndepth = 0, noffset = fdt_next_node(info->fit, sig_node, &ndepth); in rsa_verify() 584 (noffset >= 0) && (ndepth > 0); in rsa_verify() 585 noffset = fdt_next_node(info->fit, noffset, &ndepth)) { in rsa_verify() 586 if (ndepth == 1 && noffset != node) { in rsa_verify()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_image.c | 820 int ndepth; in fit_extract_contents() local 849 for (ndepth = 0, count = 0, in fit_extract_contents() 850 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_extract_contents() 851 (noffset >= 0) && (ndepth > 0); in fit_extract_contents() 852 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_extract_contents() 853 if (ndepth == 1) { in fit_extract_contents()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | render.c | 322 int ndepth; in ProcRenderQueryPictFormats() local 341 ndepth = nformat = nvisual = 0; in ProcRenderQueryPictFormats() 346 ++ndepth; in ProcRenderQueryPictFormats() 367 ndepth * sizeof(xPictDepth) + in ProcRenderQueryPictFormats() 377 reply->numDepths = ndepth; in ProcRenderQueryPictFormats() 426 ndepth = 0; in ProcRenderQueryPictFormats() 452 ndepth++; in ProcRenderQueryPictFormats() 455 pictScreen->nDepth = ndepth; in ProcRenderQueryPictFormats()
|