/aosp_15_r20/external/crosvm/base/src/sys/windows/ |
H A D | ioctl.rs | 381 let ecode = unsafe { in ioct_get_and_set_compression() localVariable 419 let ecode = in ioct_get_and_set_compression() localVariable 430 let ecode = unsafe { in ioct_get_and_set_compression() localVariable 491 let ecode = unsafe { in ioctl_with_val() localVariable 502 let ecode = unsafe { in ioctl_with_val() localVariable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
H A D | packet_test.cc | 41 ErrorCode ecode = maybe_reader.error_value(); in TEST() local 54 ErrorCode ecode = maybe_reader.error_value(); in TEST() local 72 ErrorCode ecode = maybe_reader.error_value(); in TEST() local 85 ErrorCode ecode = maybe_reader.error_value(); in TEST() local
|
H A D | error.cc | 22 constexpr const char* ErrorToString(sm::ErrorCode ecode) { in ErrorToString() 66 std::string ProtocolErrorTraits<sm::ErrorCode>::ToString(sm::ErrorCode ecode) { in ToString()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/ |
H A D | error.cc | 23 constexpr const char* ErrorToString(att::ErrorCode ecode) { in ErrorToString() 72 att::ErrorCode ecode) { in ToString()
|
/aosp_15_r20/external/libcxx/src/ |
H A D | regex.cpp | 18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() 63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | regex.cpp | 15 static const char* make_error_type_string(regex_constants::error_type ecode) { in make_error_type_string() 60 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 4019 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeRGB() local 4029 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeRGB() local 4139 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeBGR() local 4149 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeBGR() local 4259 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeRGBA() local 4269 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeRGBA() local 4379 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeBGRA() local 4389 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeBGRA() local 4495 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeLosslessRGB() local 4505 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeLosslessRGB() local [all …]
|
/aosp_15_r20/external/mksh/src/ |
H A D | jobs.c | 711 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; in waitfor() local 773 int rv = 0, ecode; in j_kill() local 819 int ecode, rv = 0; in j_resume() local 962 int ecode; in j_jobs() local
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/ |
H A D | kfd_ioctl.h | 498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/ |
H A D | kfd_ioctl.h | 496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/ |
H A D | kfd_ioctl.h | 496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/ |
D | kfd_ioctl.h | 498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/ |
H A D | kfd_ioctl.h | 496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
H A D | kfd_ioctl.h | 496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/bionic/libc/kernel/uapi/linux/ |
H A D | kfd_ioctl.h | 498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/ |
H A D | kfd_ioctl.h | 498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/ |
H A D | kfd_ioctl.h | 496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/ |
H A D | kfd_ioctl.h | 498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/ |
H A D | kfd_ioctl.h | 496 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 501 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 502 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 503 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 504 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 505 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/ |
H A D | kfd_ioctl.h | 498 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 503 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 504 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & KF… argument 505 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument 506 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & … argument 507 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) (KFD_DBG_EC_IS_VALID(ecode) && ! ! (KFD_EC_MASK(ecode) & K… argument
|
/aosp_15_r20/external/kernel-headers/original/uapi/linux/ |
H A D | kfd_ioctl.h | 893 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1)) argument 929 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX) argument 930 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) \ argument 932 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) \ argument 934 #define KFD_DBG_EC_TYPE_IS_PROCESS(ecode) \ argument 936 #define KFD_DBG_EC_TYPE_IS_PACKET(ecode) \ argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
H A D | error.cc | 22 pw::bluetooth::emboss::StatusCode ecode) { in ToString()
|
/aosp_15_r20/external/musl/src/network/ |
H A D | gai_strerror.c | 19 const char *gai_strerror(int ecode) in gai_strerror()
|
/aosp_15_r20/external/trusty/musl/src/network/ |
D | gai_strerror.c | 19 const char *gai_strerror(int ecode) in gai_strerror()
|
D | hstrerror.c | 12 const char *hstrerror(int ecode) in hstrerror()
|