Home
last modified time | relevance | path

Searched refs:IFTODT (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Ddirent.h54 #define IFTODT(x) ((x) >> 12 & 017) macro
/third_party/musl/ndk_musl_include/
Ddirent.h50 #define IFTODT(x) ((x)>>12 & 017) macro
/third_party/musl/include/
Ddirent.h50 #define IFTODT(x) ((x)>>12 & 017) macro
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h50 #define IFTODT(x) ((x)>>12 & 017) macro
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h50 #define IFTODT(x) ((x)>>12 & 017) macro
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h50 #define IFTODT(x) ((x)>>12 & 017) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h50 #define IFTODT(x) ((x)>>12 & 017) macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h178 #define IFTODT(mode) ((mode) & S_IFMT) macro