Home
last modified time | relevance | path

Searched refs:ELAST (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno35 #ifdef ELAST
37 const int __elast1 = ELAST+1;
38 const int __elast2 = ELAST+2;
51 #ifdef ELAST
52 #undef ELAST
53 #define ELAST EOWNERDEAD
59 #ifdef ELAST
60 #undef ELAST
61 #define ELAST ENOTRECOVERABLE
68 #ifdef ELAST
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dsystem_error.cpp68 #ifdef ELAST in message()
69 if (ev > ELAST) in message()
103 #ifdef ELAST in message()
104 if (ev > ELAST) in message()
116 #ifdef ELAST in default_error_condition()
117 if (ev > ELAST) in default_error_condition()
Dios.cpp57 #ifdef ELAST in message()
58 && ev <= ELAST in message()
/ndk/sources/android/support/include/
Derrno.h39 #define ELAST ENOTRECOVERABLE macro