Home
last modified time | relevance | path

Searched refs:ret (Results 7976 - 8000 of 11817) sorted by relevance

1...<<311312313314315316317318319320>>...473

/third_party/libsnd/programs/
H A Dsndfile-interleave.c73 int ret = 1 ; in main() local
140 ret = 0 ; in main()
153 return ret ; in main()
/third_party/libunwind/libunwind/src/s390x/
H A DGresume.c151 int ret; in unw_resume() local
155 if ((ret = establish_machine_state (c)) < 0) in unw_resume()
156 return ret; in unw_resume()
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe-rsa-aesgcm.c36 int n, ret = -1, ot = *temp_len; in lws_jwe_encrypt_rsa_aes_gcm() local
116 ret = (int32_t)jwe->jws.map.len[LJWE_CTXT]; in lws_jwe_encrypt_rsa_aes_gcm()
120 return ret; in lws_jwe_encrypt_rsa_aes_gcm()
/third_party/mbedtls/tests/src/
H A Dthreading_helpers.c248 int ret = mutex_functions.lock(mutex); in mbedtls_test_wrap_mutex_lock() local
257 if (ret == 0) { in mbedtls_test_wrap_mutex_lock()
273 return ret; in mbedtls_test_wrap_mutex_lock()
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_dt.c184 int ret; in find_device() local
190 ret = nftw("/proc/device-tree/", find_device_fn, 64, 0); in find_device()
191 if (ret < 0) in find_device()
/third_party/ltp/libs/libltpnuma/
H A Dtst_numa.c85 long ret; in tst_nodemap_count_pages() local
89 ret = get_mempolicy(&node, NULL, 0, ptr + i * page_size, MPOL_F_NODE | MPOL_F_ADDR); in tst_nodemap_count_pages()
90 if (ret < 0) in tst_nodemap_count_pages()
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/
H A Dminimal-dbus-client.c187 int ret = 1; in remote_method_call() local
211 ret = 0; in remote_method_call()
216 return ret; in remote_method_call()
/third_party/musl/src/math/x32/
H A Dexpl.s24 ret
27 ret
101 ret
/third_party/musl/src/math/i386/
H A Dexpl.s24 ret
27 ret
101 ret
/third_party/musl/src/math/x86_64/
H A Dexpl.s24 ret
27 ret
101 ret
/third_party/musl/src/misc/
H A Dgetopt_long.c26 int ret, skipped, resumed; in __getopt_long() local
43 ret = __getopt_long_core(argc, argv, optstring, longopts, idx, longonly); in __getopt_long()
50 return ret; in __getopt_long()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_bo_sync.c183 ASSERTED int ret; in anv_bo_sync_wait() local
184 ret = pthread_cond_timedwait(&device->queue_submit, in anv_bo_sync_wait()
186 assert(ret != EINVAL); in anv_bo_sync_wait()
/third_party/node/deps/npm/node_modules/http-proxy-agent/dist/
H A Dindex.js139 const ret = {};
143 ret[key] = obj[key];
146 return ret;
/third_party/node/deps/npm/node_modules/socks-proxy-agent/dist/
H A Dindex.js173 const ret = {};
177 ret[key] = obj[key];
180 return ret;
/third_party/ltp/testcases/kernel/io/aio/
H A Daio02.c88 int ret, n; in io_wait_run() local
93 ret = n = io_getevents(ctx, 1, AIO_MAXIO, events, to); in io_wait_run()
103 return ret; in io_wait_run()
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat02.c218 int ret; in testfunc_noatime() local
220 ret = tst_path_has_mnt_flags(cleanup, NULL, flags); in testfunc_noatime()
221 if (ret > 0) { in testfunc_noatime()
/third_party/ltp/testcases/network/lib6/
H A Din6_02.c242 int ret; in setup() local
244 ret = sscanf(ifnames, "%255s", name); in setup()
245 if (ret == -1) in setup()
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs05_make_tree.c128 int i, k, fd, dirfd, ret; in thread_fn() local
170 ret = mkdirat(dirfd, "dir", 0755); in thread_fn()
171 if (ret < 0) in thread_fn()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify04.c138 int ret; in verify_no_event() local
140 ret = read(fd_notify, event_buf, EVENT_SIZE); in verify_no_event()
141 if (ret != -1) { in verify_no_event()
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_cmp_requeue01.c60 int ret = 0; in do_child() local
69 ret = 1; in do_child()
80 exit(ret); in do_child()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress01.c205 int ret, status; in dotest() local
234 ret = dowriter(key, id, 1, child_process, nreps); in dotest()
237 if (ret != PASS) in dotest()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise06.c71 long ret; in print_cgmem() local
76 SAFE_CG_SCANF(tst_cg, name, "%ld", &ret); in print_cgmem()
77 tst_res(TINFO, "\t%s: %ld Kb", name, ret / 1024); in print_cgmem()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genhash.c85 int ret = 0; in lws_genhash_destroy() local
91 ret = EVP_DigestFinal_ex(ctx->mdctx, result, &len) != 1; in lws_genhash_destroy()
98 return ret; in lws_genhash_destroy()
/third_party/libwebsockets/lib/tls/
H A Dtls-network.c36 int ret = 0; in lws_tls_fake_POLLIN_for_buffered() local
48 ret |= pt->fds[wsi->position_in_fds_table].revents & LWS_POLLIN; in lws_tls_fake_POLLIN_for_buffered()
53 return !!ret; in lws_tls_fake_POLLIN_for_buffered()
/third_party/libfuse/lib/
H A Dmount_bsd.c220 int ret = -1; in fuse_mount_core() local
224 ret = asprintf(&fdnam, "%d", fd); in fuse_mount_core()
225 if(ret == -1) in fuse_mount_core()

Completed in 15 milliseconds

1...<<311312313314315316317318319320>>...473