/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_props.c | 104 ASSERTED int ret; in panfrost_query_raw() local 107 ret = drmIoctl(fd, DRM_IOCTL_PANFROST_GET_PARAM, &get_param); in panfrost_query_raw() 109 if (ret) { in panfrost_query_raw()
|
/third_party/libexif/test/ |
H A D | test-null.c | 35 unsigned char ret; in loader_null_test() local 53 ret = exif_loader_write(NULL, (unsigned char *)"x", 1); in loader_null_test() 54 if (ret) { in loader_null_test()
|
/third_party/libfuse/example/ |
H A D | cuse.c | 297 int ret = 1; in main() local 321 ret = cuse_lowlevel_main(args.argc, args.argv, &ci, &cusexmp_clop, NULL); in main() 325 return ret; in main()
|
H A D | invalidate_path.c | 261 int ret = pthread_create(&updater, NULL, update_fs_loop, (void *) fuse); in main() local 262 if (ret != 0) { in main() 263 fprintf(stderr, "pthread_create failed with %s\n", strerror(ret)); in main()
|
H A D | poll.c | 268 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 D | fallocate04.c | 116 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 D | io_uring02.c | 68 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 D | mount03.c | 79 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 D | open11.c | 298 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 D | shmat1.c | 116 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 D | msgstress03.c | 211 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 D | madvise09.c | 106 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 D | timeouts.c | 441 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 D | string_piece.cc | 42 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 D | hud_diskstat.c | 103 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 D | pvr_srv_job_compute.c | 183 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 D | bio_prov.c | 151 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 D | pbkdf1.c | 56 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 D | t_req.c | 24 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 D | v3_prn.c | 208 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 D | hmac.c | 228 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 D | provider_child.c | 104 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 D | rsa_x931g.c | 32 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 D | des_local.h | 105 # define ROTATE(a,n) ({ register unsigned int ret; \ 107 : "=r"(ret) \ 110 ret; \
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_dl.c | 282 void *ret; in dl_globallookup() local 285 return shl_findsym(&h, name, TYPE_UNDEFINED, &ret) ? NULL : ret; in dl_globallookup()
|