Home
last modified time | relevance | path

Searched defs:errval (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/fec/
H A Drstest.c74 int errval,errloc; in exercise_8() local
146 int errval,errloc; in exercise_char() local
227 int errval,errloc; in exercise_int() local
H A Dexercise.c51 int errval,errloc; in EXERCISE() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c149 #define PROTECT_REGION_EXIT(errval) return (errval); argument
151 #define PROTECT_REGION_END(result, errval) \ argument
174 #define PROTECT_FUNC(fn, errval, epoll_fd) ( \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp388 inline bool not_found_error(int errval) BOOST_NOEXCEPT in not_found_error()
616 inline bool not_found_error(int errval) BOOST_NOEXCEPT in not_found_error()
711 int errval(::GetLastError()); in process_status_failure() local
1579 err_t errval = BOOST_ERRNO; // save reason for failure in create_directory() local
/aosp_15_r20/external/dtc/libfdt/
H A Dfdt_strerror.c46 const char *fdt_strerror(int errval) in fdt_strerror()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/
Dfdt_strerror.c46 const char *fdt_strerror(int errval) in fdt_strerror()
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_signal.rs178 let errval = Err(Errno::EINVAL); in test_from_str_invalid_value() localVariable
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp618 llvm::ErrorOr<std::unique_ptr<llvm::Module> > errval = in extract() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_weight_align.cpp174 vfloat errval = vfloat::zero(); in compute_lowest_and_highest_weight() local
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c8711 PyObject *errval = win32_error_unicode("startfile", wpath); in win32_startfile() local
8727 PyObject *errval = win32_error("startfile", filepath); in win32_startfile() local