Home
last modified time | relevance | path

Searched refs:ret (Results 7751 - 7775 of 9128) sorted by relevance

1...<<311312313314315316317318319320>>...366

/third_party/openssl/crypto/dso/
H A Ddso_win32.c619 } ret = { NULL }; in win32_globallookup() local
660 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()
663 return ret.p; in win32_globallookup()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gdef-table.hh432 bool ret = true; in subset() local
438 ret = false; in subset()
450 return_trace (ret && out->coverage.len); in subset()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc136 size_t ret = fwrite (data, 1, size, out_fp); in write_file() local
137 size -= ret; in write_file()
138 data += ret; in write_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp276 const auto &ret = NameTable.find(FName); in writeNameIdx() local
277 if (ret == NameTable.end()) in writeNameIdx()
279 encodeULEB128(ret->second, *OutputStream); in writeNameIdx()
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp151 char *ret = NULL; in uplug_findLibrary() local
157 ret = libraryList[libEnt].name; in uplug_findLibrary()
161 return ret; in uplug_findLibrary()
/third_party/toybox/toys/pending/
H A Dtraceroute.c183 int ret; in resolve_addr() local
190 ret = getaddrinfo(host, NULL, &hint, &info); in resolve_addr()
191 if (ret || !info) error_exit("bad address: %s ", host); in resolve_addr()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c273 VALUE ret; in RepeatedField_pop_one() local
280 ret = native_slot_get(field_type, field_type_class, memory); in RepeatedField_pop_one()
282 return ret; in RepeatedField_pop_one()
/third_party/selinux/libsepol/src/
H A Dmls.c710 int ret; in sepol_mls_check() local
719 ret = mls_from_string(handle, &policydb->p, mls, con); in sepol_mls_check()
722 return ret; in sepol_mls_check()
/third_party/spirv-tools/source/opt/
H A Dconstants.h602 auto ret = const_pool_.insert(cst.get()); in RegisterConstant() local
603 if (ret.second) { in RegisterConstant()
606 return *ret.first; in RegisterConstant()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp345 GLint ret = 0; in getAttachment() local
347 gl().getIntegeri_v(GL_TRANSFORM_FEEDBACK_BUFFER_BINDING, 0, &ret); in getAttachment()
350 return GLuint(ret); in getAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp885 uint32_t ret = --m_refCount; in Release() local
888 if (ret == 0) in Release()
893 return ret; in Release()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl_ocsp.c509 int ret; in check_ocsp_resp() local
649 ret = X509_verify_cert(&ctx); in check_ocsp_resp()
652 if (ret <= 0) { in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c273 int32_t ret; in wpa_printf() local
276 ret = vsprintf(&szStr[ulPos], fmt, arg); in wpa_printf()
278 if (ret > 0) { in wpa_printf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_ssdp.c804 int ret = -1; in add_ssdp_network() local
839 ret = 0; in add_ssdp_network()
845 return ret; in add_ssdp_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_main.c651 int ret = 1; in ap_main() local
915 ret = 0; in ap_main()
957 return ret; in ap_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dfils_hlp.c581 int ret = 0; in fils_process_hlp() local
638 ret = 1; in fils_process_hlp()
643 return ret; in fils_process_hlp()
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp225 AttribMap ret; in getCreateAttribs() local
227 ret[EGL_GL_TEXTURE_LEVEL_KHR] = 0; in getCreateAttribs()
229 return ret; in getCreateAttribs()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl_ocsp.c509 int ret; in check_ocsp_resp() local
649 ret = X509_verify_cert(&ctx); in check_ocsp_resp()
652 if (ret <= 0) { in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_ssdp.c804 int ret = -1; in add_ssdp_network() local
839 ret = 0; in add_ssdp_network()
845 return ret; in add_ssdp_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_main.c643 int ret = 1; in ap_main() local
900 ret = 0; in ap_main()
939 return ret; in ap_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dfils_hlp.c581 int ret = 0; in fils_process_hlp() local
638 ret = 1; in fils_process_hlp()
643 return ret; in fils_process_hlp()
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c247 int i, level, ret; in flac_encode_init() local
424 ret = ff_lpc_init(&s->lpc_ctx, avctx->frame_size, in flac_encode_init()
433 return ret; in flac_encode_init()
1330 int frame_bytes, out_bytes, ret; in flac_encode_frame() local
1384 if ((ret = ff_get_encode_buffer(avctx, avpkt, frame_bytes, 0)) < 0) in flac_encode_frame()
1385 return ret; in flac_encode_frame()
1391 if ((ret = update_md5_sum(s, frame->data[0])) < 0) { in flac_encode_frame()
1393 return ret; in flac_encode_frame()
H A Dapedec.c1409 int i, ret; in init_frame_decoder() local
1410 if ((ret = init_entropy_decoder(ctx)) < 0) in init_frame_decoder()
1411 return ret; in init_frame_decoder()
1481 int i, ch, ret; in ape_decode_frame() local
1532 if ((ret = init_get_bits8(&s->gb, s->ptr, s->data_end - s->ptr)) < 0) in ape_decode_frame()
1533 return ret; in ape_decode_frame()
1571 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) { in ape_decode_frame()
1573 return ret; in ape_decode_frame()
/third_party/ffmpeg/libavfilter/
H A Dvf_stereo3d.c370 int ret; in config_output() local
584 if ((ret = av_image_fill_linesizes(s->linesize, outlink->format, s->width)) < 0) in config_output()
585 return ret; in config_output()
674 int i, ret; in filter_frame() local
747 ret = ff_filter_frame(outlink, s->prev); in filter_frame()
750 return ret; in filter_frame()
760 ret = ff_filter_frame(outlink, s->prev); in filter_frame()
762 return ret; in filter_frame()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c603 usb_error_t ret; in uhub_port_debounce() local
612 ret = uhub_read_port_status(sc, portno); in uhub_port_debounce()
613 if (ret != 0) in uhub_port_debounce()
614 return (ret); in uhub_port_debounce()
2380 uint32_t ret; in usb_needs_explore() local
2388 ret = schedule_work(work); in usb_needs_explore()
2389 if (ret == FALSE) { in usb_needs_explore()
2390 PRINT_ERR("schedule_work error! ret = 0x%x\n", ret); in usb_needs_explore()

Completed in 45 milliseconds

1...<<311312313314315316317318319320>>...366