Home
last modified time | relevance | path

Searched refs:ret (Results 44026 - 44050 of 45573) sorted by relevance

1...<<1761176217631764176517661767176817691770>>...1823

/third_party/node/src/crypto/
H A Dcrypto_util.cc685 int ret = EVP_PKEY_CTX_set0_rsa_oaep_label( in SetFipsCrypto() local
687 if (ret <= 0) { in SetFipsCrypto()
/third_party/node/src/
H A Dstream_base.cc694 MaybeLocal<Value> ret = stream->CallJSOnreadMethod(nread, in OnStreamRead() local
699 if (ret.ToLocal(&next_buf_v) && !next_buf_v->IsUndefined()) { in OnStreamRead()
/third_party/node/test/common/
H A Dindex.js480 const ret = t.bind('127.0.0.2', 0);
482 return ret === 0;
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc138 int ret = WasmMemoryObject::Grow( in RUNTIME_FUNCTION() local
143 return Smi::FromInt(ret); in RUNTIME_FUNCTION()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dcheck.rs481 if let Some(ty) = &efn.ret { in check_api_fn()
541 match &efn.ret { in check_mut_return_restriction()
/third_party/rust/crates/cxx/syntax/
H A Dcheck.rs481 if let Some(ty) = &efn.ret { in check_api_fn()
541 match &efn.ret { in check_mut_return_restriction()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dcheck.rs481 if let Some(ty) = &efn.ret { in check_api_fn()
541 match &efn.ret { in check_mut_return_restriction()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dcheck.rs481 if let Some(ty) = &efn.ret { in check_api_fn()
541 match &efn.ret { in check_mut_return_restriction()
/third_party/openssl/test/
H A Dcmp_ctx_test.c504 #define RET_IF_NULL_ARG(ctx, ret) \
507 return ret; \
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py929 def _checkeval(msg, ret):
932 return ret
H A Dpy2_test_grammar.py945 def _checkeval(msg, ret):
948 return ret
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmerge_return_pass.cpp692 BasicBlock::iterator ret = ret_block_iter->tail(); in MergeReturnBlocks() local
696 get_def_use_mgr()->AnalyzeInstDef(&*ret); in MergeReturnBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmerge_return_pass.cpp692 BasicBlock::iterator ret = ret_block_iter->tail(); in MergeReturnBlocks() local
696 get_def_use_mgr()->AnalyzeInstDef(&*ret); in MergeReturnBlocks()
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp755 bool ret = ImFontAtlasBuildWithFreeTypeEx(ft_library, atlas, atlas->FontBuilderFlags); in ImFontAtlasBuildWithFreeType() local
758 return ret; in ImFontAtlasBuildWithFreeType()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctfst-sse2.asm486 ret
487 ret
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh743 bool ret = c->plan->add_table (HB_OT_TAG_CBDT, cbdt_prime_blob); in sink_cbdt() local
745 return ret; in sink_cbdt()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvalidation_test.cc403 // let ret: f32 = *(&param).x; in TEST_F()
410 auto* ret = Var("r", ty.f32(), star_p); in TEST_F() local
411 WrapInFunction(Decl(param), Decl(ret)); in TEST_F()
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc940 PyObject* ret = MapKeyToPython(self->container, self->iter->GetKey()); in IterNext() local
944 return ret; in IterNext()
/third_party/python/Python/
H A Dast_unparse.c93 int ret = _PyUnicodeWriter_WriteStr(writer, repr); in append_repr() local
95 return ret; in append_repr()
/third_party/protobuf/src/google/protobuf/
H A Dparse_context.h652 #define GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, ret) \
656 return ret; \
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dcheck.rs481 if let Some(ty) = &efn.ret { in check_api_fn()
541 match &efn.ret { in check_mut_return_restriction()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509.rs424 ret: *mut *mut X509_REVOKED, in X509_CRL_get0_by_cert()
432 ret: *mut *mut X509_REVOKED, in X509_CRL_get0_by_serial()
/third_party/spirv-tools/source/opt/
H A Dmerge_return_pass.cpp700 BasicBlock::iterator ret = ret_block_iter->tail(); in MergeReturnBlocks() local
704 get_def_use_mgr()->AnalyzeInstDef(&*ret); in MergeReturnBlocks()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp627 const IterateResult ret = build(builder); in iterate() local
688 return ret; in iterate()
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1136 int ret; in mv88e6xxx_get_ethtool_stats() local
1140 ret = mv88e6xxx_stats_snapshot(chip, port); in mv88e6xxx_get_ethtool_stats()
1143 if (ret < 0) in mv88e6xxx_get_ethtool_stats()
2452 irqreturn_t ret = IRQ_NONE; in mv88e6xxx_serdes_irq_thread_fn() local
2459 ret = mv88e6xxx_serdes_irq_status(chip, port, lane); in mv88e6xxx_serdes_irq_thread_fn()
2462 return ret; in mv88e6xxx_serdes_irq_thread_fn()
2758 int ret = 0; in mv88e6xxx_change_mtu() local
2776 ret = chip->info->ops->port_set_jumbo_size(chip, port, new_mtu); in mv88e6xxx_change_mtu()
2778 ret = chip->info->ops->set_max_frame_size(chip, new_mtu); in mv88e6xxx_change_mtu()
2781 return ret; in mv88e6xxx_change_mtu()
[all...]

Completed in 59 milliseconds

1...<<1761176217631764176517661767176817691770>>...1823