Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/amp/main/
A Damp_errno.h66 #ifdef ERANGE
67 #undef ERANGE
68 #define ERANGE 34 /* Math result not representable */
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/
A Dbt_errno.h74 #ifdef ERANGE
75 #undef ERANGE
76 #define ERANGE 34 /**< Math result not representable */ macro
/AliOS-Things-master/components/osal_aos/include/aos/
A Derrno.h73 #ifdef ERANGE
74 #undef ERANGE
75 #define ERANGE 34 /**< Math result not representable */
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dwf_lgamma.c71 errno = ERANGE;
73 errno = ERANGE;
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/
A Dstrtoul.c96 errno = ERANGE; in strtoul()
A Dstrtoull.c107 errno = ERANGE; in strtoull()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Derrno.h81 #define ERANGE 34 /* Math result not representable */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Derrno.h82 #define ERANGE 34 /* Math result not representable */ macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb_errno.h37 #define ERANGE 34 /* Math result not representable */ macro
/AliOS-Things-master/components/minilibc/include/
A Derrno-.h50 #define ERANGE 34 /* Math result not representable */ macro
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Derrno_bak.h41 #define ERANGE 34 /* Math result not representable */ macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Derrno.h41 #define ERANGE 34 /* Math result not representable */ macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h129 #define MP_ERANGE ERANGE
/AliOS-Things-master/components/posix/src/
A Dpthread.c552 return ERANGE; in pthread_setname_np()
567 return ERANGE; in pthread_getname_np()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtod_bk.c588 ptr->_errno = ERANGE;
695 ptr->_errno = ERANGE;
1233 ptr->_errno = ERANGE;
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dnetdb.c192 *h_errnop = ERANGE; in lwip_gethostbyname_r()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngimage.c429 # define MEMORY ERANGE /* required by ANSI-C */
500 return errno == 0 ? ERANGE : errno; in buffer_from_file()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c1257 file->read_errno = ERANGE; /* out of range character */ in read_byte()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3113 if ((errno == EDOM) || (errno == ERANGE)) { in SWIG_CanCastAsInteger()

Completed in 36 milliseconds