Home
last modified time | relevance | path

Searched refs:I_FLUSHBAND (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h32 #define I_FLUSHBAND (__SID |28) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h32 #define I_FLUSHBAND (__SID |28) macro
/third_party/musl/ndk_musl_include/
Dstropts.h32 #define I_FLUSHBAND (__SID |28) macro
/third_party/musl/include/
Dstropts.h32 #define I_FLUSHBAND (__SID |28) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h32 #define I_FLUSHBAND (__SID |28) macro
/third_party/python/Modules/
Dfcntlmodule.c618 if (PyModule_AddIntMacro(m, I_FLUSHBAND)) return -1; in all_ins()