Home
last modified time | relevance | path

Searched defs:topdown (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/mem/vma/
Dvma01.c92 int topdown; in check_vma() local
/third_party/python/Lib/
Dos.py282 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/
DMachineScheduler.cpp3613 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()