Searched defs:ERANGE (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h37 #define ERANGE 34 /* Math result not representable */ macro
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h73 #define ERANGE ERROR_ARITHMETIC_OVERFLOW macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h191 result_out_of_range, // ERANGE
436 # ifndef ERANGE
437 # define ERANGE 34 macro
598 result_out_of_range = ERANGE,

Completed in 123 milliseconds