/kernel/linux/linux-6.6/lib/zlib_dfltcc/ |
H A D | dfltcc_inflate.c | 90 int *ret in dfltcc_inflate() 103 *ret = Z_STREAM_ERROR; in dfltcc_inflate()
|
/kernel/linux/linux-6.6/scripts/atomic/ |
H A D | gen-atomic-instrumented.sh | 65 local ret="$(gen_ret_type "${meta}" "${int}")" 74 static __always_inline ${ret}
|
/third_party/curl/tests/ |
H A D | testutil.pm | 179 my $ret = system($cmd); 180 print "CMD ($ret): $cmd\n" if($verbose && !$torture); 181 return $ret;
|
/third_party/ffmpeg/compat/ |
H A D | os2threads.h | 181 APIRET ret = DosWaitEventSem(cond->event_sem, t); in pthread_cond_timedwait() local 189 return (ret == ERROR_TIMEOUT) ? ETIMEDOUT : 0; in pthread_cond_timedwait()
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | hpeldsp_alpha_asm.S | 97 ret 124 ret
|
/third_party/ffmpeg/libavcodec/ |
H A D | tak.c | 132 int ret = init_get_bits8(&gb, buf, size); in avpriv_tak_parse_streaminfo() local 134 if (ret < 0) in avpriv_tak_parse_streaminfo()
|
/third_party/ffmpeg/libavformat/ |
H A D | iss.c | 135 int ret = av_get_packet(s->pb, pkt, iss->packet_size); in iss_read_packet() local 137 if(ret != iss->packet_size) in iss_read_packet()
|
/third_party/gn/src/base/posix/ |
H A D | file_descriptor_shuffle.cc | 97 int ret = IGNORE_EINTR(close(fd)); in Close() local 98 DPCHECK(ret == 0); in Close()
|
/third_party/ffmpeg/tools/ |
H A D | pktdumper.c | 41 static int usage(int ret) in usage() argument 49 return ret; in usage()
|
/third_party/astc-encoder/Test/ |
H A D | astc_profile_valgrind.py | 119 ret = sp.run(args, stdout=sp.PIPE, check=True, encoding="utf-8") 120 lines = ret.stdout.splitlines()
|
/third_party/backends/backend/genesys/ |
H A D | genesys.h | 157 bool ret = values_to_read_.front(); in read() local 159 return ret; in read()
|
/third_party/benchmark/test/ |
H A D | benchmark_setup_teardown_test.cc | 133 size_t ret = benchmark::RunSpecifiedBenchmarks("."); in main() local 134 assert(ret > 0); in main()
|
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-multithread.h | 67 auto ret = getMTestSingleton(); in getMTest() local 68 if (ret == nullptr) { in getMTest()
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gstash_frame.c | 53 int ret = dwarf_stack_aligned(d, cfa_addr, rbp_addr, &cfa_offset); in tdep_stash_frame() local 54 if (ret) { in tdep_stash_frame()
|
/third_party/lzma/CPP/Windows/ |
H A D | DLL.cpp | 135 const int ret = dlclose(_module);
in Free() local 136 if (ret != 0)
in Free()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | pool.c | 100 struct agx_ptr ret = { in agx_pool_alloc_aligned() local 105 return ret; in agx_pool_alloc_aligned()
|
/third_party/libwebsockets/lib/tls/ |
H A D | private-network.h | 132 lws_ssl_info_callback(const lws_tls_conn *ssl, int where, int ret); 205 lws_ssl_info_callback(const lws_tls_conn *ssl, int where, int ret);
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
H A D | memctl_test01.c | 68 int ret; in main() local 112 ret = allocate_memory(); /*should i check ret? */ in main()
|
/third_party/node/lib/ |
H A D | _http_common.js | 131 const ret = stream.push(b); 132 if (!ret)
|
/third_party/node/lib/internal/ |
H A D | blocklist.js | 89 const ret = this[kHandle].addRange( 92 if (ret === false)
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | try_catch.js | 41 const ret = wrapTryCatch(babelTypes.returnStatement(node)); 43 null, [], babelTypes.blockStatement([ret]));
|
/third_party/node/test/addons/async-hello-world/ |
H A D | binding.cc | 39 v8::Local<v8::Value> ret = in AfterAsync() local 43 assert(!ret.IsEmpty()); in AfterAsync()
|
/third_party/node/test/embedding/ |
H A D | embedtest.cc | 45 int ret = in main() local 52 return ret; in main()
|
/third_party/musl/src/string/i386/ |
H A D | memset.s | 50 1: ret 65 ret
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_mempool.c | 93 struct panfrost_ptr ret = { in panvk_pool_alloc_aligned() local 98 return ret; in panvk_pool_alloc_aligned()
|