Home
last modified time | relevance | path

Searched defs:I_PUSH (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h11 #define I_PUSH (__SID | 2) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h11 #define I_PUSH (__SID | 2) macro
/third_party/musl/include/
Dstropts.h11 #define I_PUSH (__SID | 2) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h11 #define I_PUSH (__SID | 2) macro
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2405 pub const I_PUSH: ::c_int = STR | 0o2; constant