HomeSort by relevance Sort by last modified time
    Searched defs:ERANGE (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 89 #define ERANGE 34 /* Result too large */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 88 #define ERANGE __ERANGE /* 34 Result too large */
  /external/curl/tests/server/
rtspd.c 63 #undef ERANGE
64 #define ERANGE 34 /* errno.h value */
615 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) {
    [all...]
sws.c 67 #undef ERANGE
68 #define ERANGE 34 /* errno.h value */
730 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) {
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 42 ERANGE = 34
  /external/syslinux/com32/include/
errno.h 39 #define ERANGE 34 /* Math result not representable */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 112 #define ERANGE 34 /* Math result not representable */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 264 #define ERANGE 34
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 124 ERANGE
259 ERANGE - APPLICATION_ERROR: "numerical result out of range",
tables_nacl.go 132 ERANGE Errno = 34 /* Math result not representable */
258 ERANGE: "Math result not representable",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 124 ERANGE
259 ERANGE - APPLICATION_ERROR: "numerical result out of range",
tables_nacl.go 132 ERANGE Errno = 34 /* Math result not representable */
258 ERANGE: "Math result not representable",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
  /external/python/cpython2/Lib/plat-beos5/
IN.py 169 ERANGE = (B_POSIX_ERROR_BASE + 17)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 46 ERANGE = 34
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 191 result_out_of_range, // ERANGE
436 # ifndef ERANGE
437 # define ERANGE 34
598 result_out_of_range = ERANGE,
  /external/syslinux/gpxe/src/include/
errno.h 430 #define ERANGE ( ERRFILE | PXENV_STATUS_FAILURE | 0x46000000 )
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 244 public static final int ERANGE = placeholder();
    [all...]

Completed in 1002 milliseconds

12 3 4 5