/third_party/jerryscript/targets/riot-stm32f4/source/ |
H A D | main-riotos.c | 76 int ret_code = JERRY_STANDALONE_EXIT_CODE_OK; in test_jerry() local 82 ret_code = JERRY_STANDALONE_EXIT_CODE_FAIL; in test_jerry() 90 return ret_code; in test_jerry()
|
/third_party/musl/scripts/ |
H A D | install.py | 12 ret_code = process.returncode 14 if ret_code != 0: 15 raise Exception("{} failed, return code is {}".format(cmd, ret_code))
|
/third_party/jerryscript/jerry-main/ |
H A D | main-unix-test.c | 123 int ret_code = JERRY_STANDALONE_EXIT_CODE_OK; in main() local 128 ret_code = JERRY_STANDALONE_EXIT_CODE_FAIL; in main() 134 return ret_code; in main()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | vfio_ccw.h | 23 __u32 ret_code; member 34 __u32 ret_code; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | vfio_ccw.h | 23 __u32 ret_code; member 34 __u32 ret_code; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | vfio_ccw.h | 29 __u32 ret_code; member 35 __u32 ret_code; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | vfio_ccw.h | 29 __u32 ret_code; member 35 __u32 ret_code; member
|
/third_party/ltp/include/lapi/ |
H A D | rt_sigaction.h | 67 int ret_code = -1; in sig_initial() local 84 ret_code = 0; in sig_initial() 87 return ret_code; in sig_initial()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | vdso_support.cc | 165 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, nullptr, nullptr); in GetCPU() local 166 return ret_code == 0 ? cpu : ret_code; in GetCPU()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | ctrl.c | 377 int ret_code; in irdma_sc_qp_init() local 399 ret_code = irdma_uk_qp_init(&qp->qp_uk, &info->qp_uk_init_info); in irdma_sc_qp_init() 400 if (ret_code) in irdma_sc_qp_init() 401 return ret_code; in irdma_sc_qp_init() 419 ret_code = irdma_fragcnt_to_wqesize_rq(qp->qp_uk.max_rq_frag_cnt, in irdma_sc_qp_init() 421 if (ret_code) in irdma_sc_qp_init() 422 return ret_code; in irdma_sc_qp_init() 2523 int ret_code = 0; in irdma_sc_cq_create() local 2534 ret_code = irdma_sc_add_cq_ctx(ceq, cq); in irdma_sc_cq_create() 2536 if (ret_code) in irdma_sc_cq_create() 3151 int ret_code; irdma_sc_cqp_create() local 3264 int ret_code; irdma_sc_cqp_get_next_send_wqe_idx() local 3294 int ret_code = 0; irdma_sc_cqp_destroy() local 3354 int ret_code = 0; irdma_sc_ccq_get_cqe_info() local 3419 int ret_code = 0; irdma_sc_poll_for_cqp_op_done() local 3521 int ret_code = 0; irdma_sc_commit_fpm_val() local 3582 int ret_code = 0; irdma_sc_query_fpm_val() local 3741 int ret_code; irdma_sc_cceq_create() local 4236 int ret_code; irdma_sc_ccq_create() local 4263 int ret_code = 0; irdma_sc_ccq_destroy() local 4313 int ret_code = 0; irdma_sc_init_iw_hmc() local 4350 int ret_code = 0; irdma_sc_cfg_iw_fpm() local 4496 int ret_code; irdma_update_pe_sds() local 4515 int ret_code; irdma_update_sds_noccq() local 4668 int ret_code; irdma_get_rdma_features() local 4804 int ret_code = 0; irdma_cfg_fpm_val() local 4813 ret_code); irdma_cfg_fpm_val() local 5372 int ret_code = 0; irdma_sc_dev_init() local [all...] |
H A D | uk.c | 209 int ret_code; in irdma_qp_get_next_recv_wqe() local 214 IRDMA_ATOMIC_RING_MOVE_HEAD(qp->rq_ring, *wqe_idx, ret_code); in irdma_qp_get_next_recv_wqe() 215 if (ret_code) in irdma_qp_get_next_recv_wqe() 240 int ret_code; in irdma_uk_rdma_write() local 259 ret_code = irdma_fragcnt_to_quanta_sq(frag_cnt, &quanta); in irdma_uk_rdma_write() 260 if (ret_code) in irdma_uk_rdma_write() 261 return ret_code; in irdma_uk_rdma_write() 331 int ret_code; in irdma_uk_rdma_read() local 347 ret_code = irdma_fragcnt_to_quanta_sq(op_info->num_lo_sges, &quanta); in irdma_uk_rdma_read() 348 if (ret_code) in irdma_uk_rdma_read() 414 int ret_code; irdma_uk_send() local 978 int ret_code; irdma_uk_cq_poll_cmpl() local 1422 int ret_code = 0; irdma_uk_qp_init() local [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 207 void *buf, __u32 ret_code) in hmdfs_sendmessage_response() 218 head.ret_code = cpu_to_le32(ret_code); in hmdfs_sendmessage_response() 262 if (mp->resp.ret_code == -ETIME) in async_request_cb_on_wakeup_fn() 292 mp->resp.ret_code = -ETIME; in mp_alloc() 433 head->ret_code = cpu_to_le32(sm->ret_code); in hmdfs_sendmessage_request() 533 head.ret_code = cpu_to_le32(0); in hmdfs_send_slice() 662 head.ret_code = cpu_to_le32(sm->ret_code); in hmdfs_sendpage_request() 205 hmdfs_sendmessage_response(struct hmdfs_peer *con, struct hmdfs_head_cmd *cmd, __u32 data_len, void *buf, __u32 ret_code) hmdfs_sendmessage_response() argument 863 hmdfs_response_wakeup(struct sendmsg_wait_queue *msg_info, __u32 ret_code, __u32 data_len, void *buf) hmdfs_response_wakeup() argument [all...] |
H A D | socket_adapter.h | 60 void *buf, __u32 ret_code); 158 __u32 ret_code, __u32 data_len, void *buf);
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 207 void *buf, __u32 ret_code) in hmdfs_sendmessage_response() 218 head.ret_code = cpu_to_le32(ret_code); in hmdfs_sendmessage_response() 262 if (mp->resp.ret_code == -ETIME) in async_request_cb_on_wakeup_fn() 292 mp->resp.ret_code = -ETIME; in mp_alloc() 433 head->ret_code = cpu_to_le32(sm->ret_code); in hmdfs_sendmessage_request() 533 head.ret_code = cpu_to_le32(0); in hmdfs_send_slice() 662 head.ret_code = cpu_to_le32(sm->ret_code); in hmdfs_sendpage_request() 205 hmdfs_sendmessage_response(struct hmdfs_peer *con, struct hmdfs_head_cmd *cmd, __u32 data_len, void *buf, __u32 ret_code) hmdfs_sendmessage_response() argument 863 hmdfs_response_wakeup(struct sendmsg_wait_queue *msg_info, __u32 ret_code, __u32 data_len, void *buf) hmdfs_response_wakeup() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_heartbeat_dbgfs.c | 49 int ret_code; in adf_hb_status_read() local 56 ret_code = HB_OK; in adf_hb_status_read() 61 ret_code = HB_ERROR; in adf_hb_status_read() 63 len = scnprintf(ret_str, sizeof(ret_str), "%d\n", ret_code); in adf_hb_status_read()
|
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/ |
H A D | ucsi_glink.c | 35 u32 ret_code; member 46 u32 ret_code; member 198 if (resp->ret_code) in pmic_glink_ucsi_read_ack() 209 if (resp->ret_code) in pmic_glink_ucsi_write_ack() 212 ucsi->sync_val = resp->ret_code; in pmic_glink_ucsi_write_ack()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-aix.cc | 44 int ret_code = gettimeofday(&tv, &tz); in get_gmt_offset() local 46 DCHECK_NE(ret_code, -1); in get_gmt_offset() 47 if (ret_code == -1) { in get_gmt_offset()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | vfio_ccw_async.c | 60 ret = region->ret_code ? region->ret_code : count; in vfio_ccw_async_region_write()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | vfio_ccw_async.c | 59 ret = region->ret_code ? region->ret_code : count; in vfio_ccw_async_region_write()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst_pvt.c | 89 if (block->ret_code < 0) { in sst_wait_interruptible() 91 "stream failed %d\n", block->ret_code); in sst_wait_interruptible() 133 block->ret_code); in sst_wait_timeout() 134 retval = -block->ret_code; in sst_wait_timeout()
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst_pvt.c | 89 if (block->ret_code < 0) { in sst_wait_interruptible() 91 "stream failed %d\n", block->ret_code); in sst_wait_interruptible() 133 block->ret_code); in sst_wait_timeout() 134 retval = -block->ret_code; in sst_wait_timeout()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libaribb24.c | 137 int ret_code = AVERROR_EXTERNAL; in libaribb24_init() local 170 ret_code = AVERROR(EINVAL); in libaribb24_init() 177 ret_code = AVERROR(ENOMEM); in libaribb24_init() 190 return ret_code; in libaribb24_init()
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | jerry_main.c | 445 int ret_code = JERRY_STANDALONE_EXIT_CODE_OK; in main() local 449 ret_code = JERRY_STANDALONE_EXIT_CODE_FAIL; in main() 458 ret_code = JERRY_STANDALONE_EXIT_CODE_FAIL; in main() 464 return ret_code; in main()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | bio_b64.c | 110 int ret = 0, i, ii, j, k, x, n, num, ret_code = 0; in b64_read() local 156 ret_code = 0; in b64_read() 165 ret_code = i; in b64_read() 301 ret_code = 0; in b64_read() 323 return ((ret == 0) ? ret_code : ret); in b64_read()
|
/third_party/openssl/crypto/evp/ |
H A D | bio_b64.c | 110 int ret = 0, i, ii, j, k, x, n, num, ret_code = 0; in b64_read() local 156 ret_code = 0; in b64_read() 165 ret_code = i; in b64_read() 301 ret_code = 0; in b64_read() 323 return ((ret == 0) ? ret_code : ret); in b64_read()
|