Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Ddirent.h55 #define DTTOIF(x) ((x) << 12) macro
/third_party/musl/ndk_musl_include/
Ddirent.h51 #define DTTOIF(x) ((x)<<12) macro
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h51 #define DTTOIF(x) ((x)<<12) macro
/third_party/musl/include/
Ddirent.h51 #define DTTOIF(x) ((x)<<12) macro
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h51 #define DTTOIF(x) ((x)<<12) macro
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h51 #define DTTOIF(x) ((x)<<12) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h51 #define DTTOIF(x) ((x)<<12) macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h179 #define DTTOIF(type) (type) macro
/third_party/skia/third_party/externals/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));