Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/src/include/
Dconfig_elast.h23 #define _LIBCPP_ELAST ELAST macro
25 #define _LIBCPP_ELAST __ELASTERROR macro
35 #define _LIBCPP_ELAST 4095 macro
39 #define _LIBCPP_ELAST ESTALE macro
41 #define _LIBCPP_ELAST 1160 macro
43 #define _LIBCPP_ELAST (_sys_nerr - 1) macro
45 #define _LIBCPP_ELAST 127 macro
/external/libcxx/src/include/
Dconfig_elast.h22 #define _LIBCPP_ELAST ELAST macro
24 #define _LIBCPP_ELAST __ELASTERROR macro
28 #define _LIBCPP_ELAST 4095 macro
32 #define _LIBCPP_ELAST ESTALE macro
34 #define _LIBCPP_ELAST (_sys_nerr - 1) macro
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dsystem_error.cpp160 #ifdef _LIBCPP_ELAST in message()
161 if (ev > _LIBCPP_ELAST) in message()
192 #ifdef _LIBCPP_ELAST in message()
193 if (ev > _LIBCPP_ELAST) in message()
202 #ifdef _LIBCPP_ELAST in default_error_condition()
203 if (ev > _LIBCPP_ELAST) in default_error_condition()
Dios.cpp44 #ifdef _LIBCPP_ELAST in message()
45 && ev <= _LIBCPP_ELAST in message()
/external/libcxx/src/
Dsystem_error.cpp158 #ifdef _LIBCPP_ELAST in message()
159 if (ev > _LIBCPP_ELAST) in message()
190 #ifdef _LIBCPP_ELAST in message()
191 if (ev > _LIBCPP_ELAST) in message()
200 #ifdef _LIBCPP_ELAST in default_error_condition()
201 if (ev > _LIBCPP_ELAST) in default_error_condition()
Dios.cpp61 #ifdef _LIBCPP_ELAST in message()
62 && ev <= _LIBCPP_ELAST in message()