Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 5 of 5) sorted by relevance

/misc/config_tools/board_inspector/acpiparser/aml/
A Dtree.py55 self.depth = 0
73 self.depth += 1
77 self.depth -= 1
80 self.depth += 1
84 self.depth -= 1
92 self.depth = 0
109 self.depth += 1
113 self.depth -= 1
117 self.depth += 1
121 self.depth -= 1
A Dvisitors.py20 indent = " " * self.depth
61 self.depth += 1
76 self.depth -= 1
/misc/debug_tools/acrn_crashlog/common/
A Dfsutils.c929 static int dir_recursive(const char *path, size_t plen, int depth, in dir_recursive() argument
942 if (depth < -1) in dir_recursive()
945 if (depth == -1) in dir_recursive()
946 depth = 1024; in dir_recursive()
949 dp = calloc(depth + 1, sizeof(DIR *)); in dir_recursive()
980 if (dirp->d_type == DT_DIR && wdepth < depth) { in dir_recursive()
1065 size_t tflen, int depth, char *path[], int limit) in find_file() argument
1079 res = dir_recursive(dir, dlen, depth, _get_file_path, (void *)&data); in find_file()
/misc/debug_tools/acrn_crashlog/common/include/
A Dfsutils.h129 size_t tflen, int depth, char *path[], int limit);
/misc/efi-stub/
A Dmultiboot.h295 uint32_t depth; member

Completed in 10 milliseconds