Home
last modified time | relevance | path

Searched refs:ret (Results 13101 - 13125 of 18344) sorted by relevance

1...<<521522523524525526527528529530>>...734

/third_party/ffmpeg/libavcodec/aarch64/
H A Dme_cmp_neon.S59 ret
72 ret
175 ret
204 ret
/third_party/ffmpeg/libavfilter/
H A Daf_adecorrelate.c128 int ret; in config_input() local
141 ret = ap_init(&s->ap[i][j], inlink->sample_rate, in config_input()
143 if (ret < 0) in config_input()
144 return ret; in config_input()
H A Daf_aexciter.c249 int ret; in process_command() local
251 ret = ff_filter_process_command(ctx, cmd, args, res, res_len, flags); in process_command()
252 if (ret < 0) in process_command()
253 return ret; in process_command()
H A Daf_atilt.c210 int ret; in process_command() local
212 ret = ff_filter_process_command(ctx, cmd, args, res, res_len, flags); in process_command()
213 if (ret < 0) in process_command()
214 return ret; in process_command()
H A Dvf_transpose_opencl.c78 int ret; in transpose_opencl_config_output() local
106 ret = ff_opencl_filter_config_output(outlink); in transpose_opencl_config_output()
107 if (ret < 0) in transpose_opencl_config_output()
108 return ret; in transpose_opencl_config_output()
H A Dvf_hwmap.c42 int ret; in hwmap_query_formats() local
44 if ((ret = ff_formats_ref(ff_all_formats(AVMEDIA_TYPE_VIDEO), in hwmap_query_formats()
46 (ret = ff_formats_ref(ff_all_formats(AVMEDIA_TYPE_VIDEO), in hwmap_query_formats()
48 return ret; in hwmap_query_formats()
H A Dvf_median.c251 int ret; in process_command() local
253 ret = ff_filter_process_command(ctx, cmd, args, res, res_len, flags); in process_command()
254 if (ret < 0) in process_command()
255 return ret; in process_command()
/third_party/ffmpeg/libavutil/
H A Dsamplefmt.c210 int ret, nb_planes = av_sample_fmt_is_planar(sample_fmt) ? nb_channels : 1; in av_samples_alloc_array_and_samples() local
215 ret = av_samples_alloc(*audio_data, linesize, nb_channels, in av_samples_alloc_array_and_samples()
217 if (ret < 0) in av_samples_alloc_array_and_samples()
219 return ret; in av_samples_alloc_array_and_samples()
H A Dtimecode.c233 int ret; in av_timecode_init_from_components() local
240 ret = check_timecode(log_ctx, tc); in av_timecode_init_from_components()
241 if (ret < 0) in av_timecode_init_from_components()
242 return ret; in av_timecode_init_from_components()
/third_party/ffmpeg/libavformat/
H A Driffdec.c34 int ret; in ff_get_guid() local
36 ret = ffio_read_size(s, *g, sizeof(*g)); in ff_get_guid()
37 if (ret < 0) { in ff_get_guid()
39 return ret; in ff_get_guid()
/third_party/ffmpeg/tests/
H A Dtiny_psnr.c97 uint64_t ret = 0; in int_sqrt() local
102 uint64_t b = ret_sq + (1ULL << (s * 2)) + (ret << s) * 2; in int_sqrt()
105 ret += 1ULL << s; in int_sqrt()
108 return ret; in int_sqrt()
/third_party/cups-filters/filter/
H A Dpdfutils.c81 pdfOut *ret=malloc(sizeof(pdfOut)); in pdfOut_new() local
82 if (ret) { in pdfOut_new()
83 memset(ret,0,sizeof(pdfOut)); in pdfOut_new()
86 return ret; in pdfOut_new()
/third_party/libunwind/libunwind/tests/
H A DGtest-trace.c62 int ret = -UNW_ENOINFO; in do_backtrace() local
78 while ((ret = unw_step (&cursor)) > 0 && ++depth < 128); in do_backtrace()
80 if (ret < 0) in do_backtrace()
83 printf ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, (long) ip); in do_backtrace()
/third_party/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c181 int ret, id = priv->pipe->id; in flush() local
205 ret = drmCommandWriteRead(gpu->dev->fd, DRM_ETNAVIV_GEM_SUBMIT, in flush()
208 if (ret) in flush()
209 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in flush()
/third_party/mbedtls/library/
H A Dconstant_time_impl.h387 mbedtls_ct_uint_t ret = mbedtls_ct_if(cond, yo, (mbedtls_ct_uint_t) (xo - yo)); in mbedtls_ct_uint_lt()
389 // Extract only the MSB of ret in mbedtls_ct_uint_lt()
390 ret = ret >> (MBEDTLS_CT_SIZE - 1); in mbedtls_ct_uint_lt()
393 return mbedtls_ct_bool(ret); in mbedtls_ct_uint_lt()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c283 struct cso_hash_iter ret = iter; in cso_hash_erase() local
290 ret = cso_hash_iter_next(ret); in cso_hash_erase()
297 return ret; in cso_hash_erase()
/third_party/ltp/lib/
H A Dtst_timer_test.c345 int ret; in timer_setup() local
363 ret = prctl(PR_GET_TIMERSLACK); in timer_setup()
364 if (ret < 0) { in timer_setup()
368 timerslack = ret / 1000; in timer_setup()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dpresentation.c45 VdpStatus ret; in vlVdpPresentationQueueCreate() local
71 ret = VDP_STATUS_ERROR; in vlVdpPresentationQueueCreate()
78 ret = VDP_STATUS_ERROR; in vlVdpPresentationQueueCreate()
88 return ret; in vlVdpPresentationQueueCreate()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h208 void si_llvm_build_ret(struct si_shader_context *ctx, LLVMValueRef ret);
209 LLVMValueRef si_insert_input_ret(struct si_shader_context *ctx, LLVMValueRef ret,
211 LLVMValueRef si_insert_input_ret_float(struct si_shader_context *ctx, LLVMValueRef ret,
213 LLVMValueRef si_insert_input_ptr(struct si_shader_context *ctx, LLVMValueRef ret,
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c215 BOOL ret = wglMakeContextCurrentARB(drawDc, readDc, context->ctx); in windows_bind_context() local
219 if (!ret) { in windows_bind_context()
227 BOOL ret = wglMakeCurrent(drawDc, context->ctx); in windows_bind_context() local
228 if (!ret) { in windows_bind_context()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader_buffer.c321 enum pipe_error ret; in svga_validate_shader_buffer_resources() local
333 ret = svga->swc->resource_rebind(svga->swc, surf, NULL, in svga_validate_shader_buffer_resources()
335 if (ret != PIPE_OK) in svga_validate_shader_buffer_resources()
336 return ret; in svga_validate_shader_buffer_resources()
H A Dsvga_image_view.c274 enum pipe_error ret; in svga_validate_image_view_resources() local
297 ret = svga->swc->resource_rebind(svga->swc, surf, NULL, in svga_validate_image_view_resources()
299 if (ret != PIPE_OK) in svga_validate_image_view_resources()
300 return ret; in svga_validate_image_view_resources()
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c183 boolean ret; in hgl_st_framebuffer_validate() local
187 ret = hgl_st_framebuffer_validate_textures(stfbi, in hgl_st_framebuffer_validate()
190 if (!ret) in hgl_st_framebuffer_validate()
191 return ret; in hgl_st_framebuffer_validate()
/third_party/mesa3d/src/imagination/vulkan/winsys/
H A Dpvr_winsys_helper.c46 int ret; in pvr_winsys_helper_display_buffer_create() local
48 ret = drmIoctl(master_fd, DRM_IOCTL_MODE_CREATE_DUMB, &args); in pvr_winsys_helper_display_buffer_create()
49 if (ret) in pvr_winsys_helper_display_buffer_create()
50 return ret; in pvr_winsys_helper_display_buffer_create()
/third_party/node/lib/internal/readline/
H A Dutils.js20 let ret = `${kEscape}[`;
22 ret += strings[n];
24 ret += args[n];
26 return ret;

Completed in 21 milliseconds

1...<<521522523524525526527528529530>>...734