Home
last modified time | relevance | path

Searched refs:DTTOIF (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-atheos/
DIN.py562 def DTTOIF(dirtype): return ((dirtype) << 12) function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc870 // The DTTOIF macro lets us reuse our status -> type conversion.
874 #if defined(DTTOIF)
875 return typeForMode(DTTOIF(Entry->d_type));
/external/llvm-project/llvm/lib/Support/Unix/
DPath.inc904 // The DTTOIF macro lets us reuse our status -> type conversion.
908 #if defined(DTTOIF)
909 return typeForMode(DTTOIF(Entry->d_type));