Searched defs:topdown (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/mem/vma/ |
D | vma01.c | 92 int topdown; in check_vma() local
|
/third_party/python/Lib/ |
D | os.py | 282 def walk(top, topdown=True, onerror=None, followlinks=False): argument 344 def _walk(top, topdown, onerror, followlinks): argument 430 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument 479 def _fwalk(topfd, toppath, isbytes, topdown, onerror, follow_symlinks): argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 3613 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()
|