Home
last modified time | relevance | path

Searched defs:ERANGE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h46 #define ERANGE 34 /* 结果过大 Result too large. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs80 ERANGE = 34, enumerator