/third_party/ffmpeg/libavutil/ |
H A D | base64.c | 151 char *ret, *dst; in av_base64_encode() local 159 ret = dst = out; in av_base64_encode() 178 while ((dst - ret) & 3) in av_base64_encode() 182 return ret; in av_base64_encode()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_qdm2.c | 80 int ret; in qdm2_parse_config() local 108 ret = ff_alloc_extradata(st->codecpar, 26 + item_len); in qdm2_parse_config() 109 if (ret < 0) { in qdm2_parse_config() 110 return ret; in qdm2_parse_config()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gperf-simple.c | 63 int ret, level = 0; in measure_unwind() local 73 ret = unw_step (&cursor); in measure_unwind() 74 if (ret < 0) in measure_unwind() 78 while (ret > 0); in measure_unwind()
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 178 int ret = _UCD_get_threadinfo(ui, phdrs, size); in _UCD_create() local 179 if (ret != UNW_ESUCCESS) { in _UCD_create() 184 ret = _UCD_get_mapinfo(ui, phdrs, size); in _UCD_create() 185 if (ret != UNW_ESUCCESS) { in _UCD_create()
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldevice.c | 299 int num_devs, ret; in _eglRefreshDeviceList() local 306 ret = _eglAddDRMDevice(devices[i], NULL); in _eglRefreshDeviceList() 309 if (ret != 0) in _eglRefreshDeviceList() 312 if (ret >= 0) in _eglRefreshDeviceList()
|
/third_party/mesa3d/src/freedreno/drm-shim/ |
H A D | freedreno_noop.c | 60 int ret; in msm_ioctl_gem_new() local 62 ret = drm_shim_bo_init(bo, size); in msm_ioctl_gem_new() 63 if (ret) { in msm_ioctl_gem_new() 65 return ret; in msm_ioctl_gem_new()
|
/third_party/ltp/testcases/kernel/containers/netns/ |
H A D | netns_helper.sh | 158 local ret 178 ret=$? 179 [ $ret -eq 0 ] && return 180 [ $ret -eq 32 ] && tst_brk TCONF "IFLA_NET_NS_PID not supported"
|
/third_party/node/test/js-native-api/6_object_wrap/ |
H A D | 6_object_wrap.cc | 187 napi_value ret; in ObjectWrapDanglingReferenceTest() local 193 NODE_API_CALL(env, napi_get_boolean(env, true, &ret)); in ObjectWrapDanglingReferenceTest() 196 NODE_API_CALL(env, napi_get_boolean(env, false, &ret)); in ObjectWrapDanglingReferenceTest() 198 return ret; in ObjectWrapDanglingReferenceTest()
|
/third_party/mesa3d/src/util/ |
H A D | u_debug.h | 367 #define DEBUG_FUNCLOG_EXIT_RET(ret) \ 371 return ret; \ 381 #define DEBUG_FUNCLOG_EXIT_RET(ret) \ 382 do { (void)__debug_decleration_work_around; return ret; } while(0)
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | thugetlb.c | 114 int ret; in main() local 284 ret = madvise(addr + corrupt_page * PS, PS, madvise_code); in main() 285 if (ret) { in main() 286 printf("madivise return %d :", ret); in main()
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate06.c | 67 int ret, attr; in toggle_cow() local 69 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in toggle_cow() 71 if (ret) in toggle_cow() 72 return ret; in toggle_cow()
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
H A D | driver.sh | 96 ret=$? 98 if [ $ret -eq 0 -a -s $klog ]; then 136 ret=$? 138 if [ $ret -ne 0 -o ! -s $gcov_head_raw ]; then
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | thugetlb.c | 114 int ret; in main() local 284 ret = madvise(addr + corrupt_page * PS, PS, madvise_code); in main() 285 if (ret) { in main() 286 printf("madivise return %d :", ret); in main()
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range02.c | 92 int ret; in run_command() local 94 ret = tst_cmd(cmd, NULL, NULL, TST_CMD_PASS_RETVAL); in run_command() 95 switch (ret) { in run_command() 102 tst_res(TCONF, "%s exited with %i", command, ret); in run_command()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify03.c | 233 int ret, len = 0, i = 0, test_num = 0; in test_fanotify() local 253 ret = read(fd_notify, event_buf + len, in test_fanotify() 257 if (ret < 0) { in test_fanotify() 262 len += ret; in test_fanotify()
|
/third_party/ltp/testcases/realtime/func/prio-preempt/ |
H A D | prio-preempt.c | 86 static int ret = 0; variable 220 ret = 1; in worker_thread() 330 printf("Result: %s\n", ret ? "FAIL" : "PASS"); in main() 331 return ret; in main()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_config.cc | 57 std::vector<std::string_view> ret; in split() local 62 ret.push_back(list_view); in split() 65 ret.push_back(list_view.substr(0, pos)); in split() 68 return ret; in split()
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader_drm.c | 187 bool ret; in pipe_loader_drm_probe_fd() local 193 ret = pipe_loader_drm_probe_fd_nodup(dev, new_fd); in pipe_loader_drm_probe_fd() 194 if (!ret) in pipe_loader_drm_probe_fd() 197 return ret; in pipe_loader_drm_probe_fd()
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
H A D | i915_drm_buffer.c | 178 int ret = 0; in i915_drm_buffer_map() local 185 ret = drm_intel_gem_bo_map_gtt(bo); in i915_drm_buffer_map() 189 assert(ret == 0); in i915_drm_buffer_map() 191 if (ret) in i915_drm_buffer_map()
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_backend.c | 33 int ret; in dh_ffc_params_fromdata() local 42 ret = ossl_ffc_params_fromdata(ffc, params); in dh_ffc_params_fromdata() 43 if (ret) in dh_ffc_params_fromdata() 45 return ret; in dh_ffc_params_fromdata()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 132 int ret; in tdes_wrap_cipher() local 143 ret = tdes_wrap_cipher_internal(ctx, out, in, inl); in tdes_wrap_cipher() 144 if (ret <= 0) in tdes_wrap_cipher() 147 *outl = ret; in tdes_wrap_cipher()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 98 int ret; in siphash_setkey() local 102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx)); in siphash_setkey() 103 if (ret) in siphash_setkey() 105 return ret; in siphash_setkey()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ffc.h | 192 int *ret); 195 const BIGNUM *pub_key, int *ret); 197 const BIGNUM *pub_key, int *ret); 199 int *ret);
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 137 void *ret; in PKCS12_item_decrypt_d2i_ex() local 149 ret = ASN1_item_d2i(NULL, &p, outlen, it); in PKCS12_item_decrypt_d2i_ex() 152 if (!ret) in PKCS12_item_decrypt_d2i_ex() 155 return ret; in PKCS12_item_decrypt_d2i_ex()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rsautl.c | 84 int keyformat = FORMAT_UNDEF, keysize, ret = 1, rv; in rsautl_main() local 98 ret = 0; in rsautl_main() 273 ret = 0; in rsautl_main() 292 return ret; in rsautl_main()
|