Home
last modified time | relevance | path

Searched refs:ret (Results 13076 - 13100 of 18157) sorted by relevance

1...<<521522523524525526527528529530>>...727

/third_party/libfuse/example/
H A Dpoll.c268 int ret; in main() local
288 ret = fuse_main(argc, argv, &fsel_oper, NULL); in main()
293 return ret; in main()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate04.c116 off_t ret = lseek(fd, 0, SEEK_HOLE); in test02() local
118 if (ret != (ssize_t)block_size) { in test02()
127 tst_res(TINFO, "found a hole at '%ld' offset", ret); in test02()
/third_party/ltp/testcases/kernel/syscalls/io_uring/
H A Dio_uring02.c68 int ret; in setup() local
71 ret = snprintf(addr.sun_path, sizeof(addr.sun_path), "%s/%s", tmpdir, in setup()
75 if (ret >= (int)sizeof(addr.sun_path)) in setup()
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount03.c79 int ret; in test_nosuid() local
85 ret = TST_RETRY_FN_EXP_BACKOFF(access(BIN_PATH, F_OK), !CHECK_ENOENT, 15); in test_nosuid()
86 if (CHECK_ENOENT(ret)) in test_nosuid()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen11.c298 int ret; in setup() local
301 ret = write(fd, T_MSG, sizeof(T_MSG)); in setup()
302 if (ret == -1) { in setup()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dshmat1.c116 int ret = 0; /* exit code from signal handler. */ in sig_handler() local
154 ret = 1; in sig_handler()
163 if (ret) { in sig_handler()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress03.c211 int ret, status; in dotest() local
238 ret = dowriter(key, id, 1, child_process, nreps); in dotest()
241 if (ret != PASS) in dotest()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise09.c106 int i, ret = 0; in count_freed() local
110 ret++; in count_freed()
113 return ret; in count_freed()
/third_party/lwip/src/core/
H A Dtimeouts.c441 u32_t ret = (u32_t)(next_timeout->time - now); in sys_timeouts_sleeptime() local
442 LWIP_ASSERT("invalid sleeptime", ret <= LWIP_MAX_TIMEOUT); in sys_timeouts_sleeptime()
443 return ret; in sys_timeouts_sleeptime()
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.cc42 size_type ret = std::min(length_ - pos, n); in copy() local
43 memcpy(buf, ptr_ + pos, ret); in copy()
44 return ret; in copy()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_diskstat.c103 int ret = 0; in get_file_values() local
108 ret = fscanf(fh, in get_file_values()
117 return ret; in get_file_values()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_compute.c183 int ret; in pvr_srv_winsys_compute_submit() local
189 ret = sync_accumulate("", &in_fd, srv_wait_sync->fd); in pvr_srv_winsys_compute_submit()
190 if (ret) { in pvr_srv_winsys_compute_submit()
/third_party/node/deps/openssl/openssl/providers/common/
H A Dbio_prov.c151 int ret; in ossl_prov_bio_printf() local
154 ret = ossl_prov_bio_vprintf(bio, format, ap); in ossl_prov_bio_printf()
157 return ret; in ossl_prov_bio_printf()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c56 int mdsize, ret = 0; in kdf_pbkdf1_do_derive() local
89 ret = 1; in kdf_pbkdf1_do_derive()
93 return ret; in kdf_pbkdf1_do_derive()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dt_req.c24 int ret; in X509_REQ_print_fp() local
31 ret = X509_REQ_print(b, x); in X509_REQ_print_fp()
33 return ret; in X509_REQ_print_fp()
H A Dv3_prn.c208 int ret; in X509V3_EXT_print_fp() local
212 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()
214 return ret; in X509V3_EXT_print_fp()
/third_party/node/deps/openssl/openssl/crypto/hmac/
H A Dhmac.c228 unsigned char *ret = NULL; in HMAC() local
231 ret = EVP_Q_mac(NULL, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, in HMAC()
237 return ret; in HMAC()
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_child.c104 int ret = 0; in provider_create_child_cb() local
158 ret = 1; in provider_create_child_cb()
161 return ret; in provider_create_child_cb()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_x931g.c32 int ret = 0; in RSA_X931_derive_ex() local
141 ret = 1; in RSA_X931_derive_ex()
147 return ret; in RSA_X931_derive_ex()
/third_party/node/deps/openssl/openssl/crypto/des/
H A Ddes_local.h105 # define ROTATE(a,n) ({ register unsigned int ret; \
107 : "=r"(ret) \
110 ret; \
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_dl.c282 void *ret; in dl_globallookup() local
285 return shl_findsym(&h, name, TYPE_UNDEFINED, &ret) ? NULL : ret; in dl_globallookup()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Df_generic.c160 mask_t ret = 0; in gf_eq() local
167 ret |= c->limb[LIMBPERM(i)]; in gf_eq()
169 return word_is_zero(ret); in gf_eq()
/third_party/libcoap/examples/lwip/
H A Dclient-coap.c84 int ret = 0; in resolve_address() local
93 ret = 1; in resolve_address()
98 return ret; in resolve_address()
/third_party/libcoap/examples/riot/examples_libcoap_client/
H A Dclient-coap.c99 int ret = 0; in resolve_address() local
109 ret = 1; in resolve_address()
114 return ret; in resolve_address()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionSet.cs291 int ret = typeof(TTarget).GetHashCode(); in GetHashCode()
296 ret ^= hash; in GetHashCode()
298 return ret; in GetHashCode()

Completed in 22 milliseconds

1...<<521522523524525526527528529530>>...727