Searched refs:return_val (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
D | 6-1.c | 37 static int return_val = 1; variable 45 if (return_val != 1) { in myhandler() 66 if ((return_val = sigqueue(pid, SIGTOTEST, value)) != 0) { in main()
|
/third_party/node/deps/v8/src/zone/ |
D | zone-allocator.h | 114 T* return_val = reinterpret_cast<T*>(free_list_); in allocate() local 116 return return_val; in allocate()
|
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | goom_core.c | 83 guint32 *return_val; in goom_update() local 375 return_val = goomdata->p2; in goom_update() 395 return return_val; in goom_update()
|
/third_party/alsa-lib/test/ |
D | midifile.c | 1158 int return_val; local 1166 return_val = (*Mf_putc) (c); 1168 if (return_val == EOF) 1172 return (return_val);
|
/third_party/node/deps/v8/src/base/debug/ |
D | stack_trace_posix.cc | 183 ssize_t return_val = write(STDERR_FILENO, output, strlen(output)); in PrintToStderr() local 184 USE(return_val); in PrintToStderr()
|
/third_party/mbedtls/scripts/ |
D | generate_ssl_debug_helpers.py | 279 return_val = name[len('MBEDTLS_TLS1_3_SIG_'):].lower() 281 ' case {}:\n return "{}";'.format(name, return_val))
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goom_core.c | 166 Pixel *return_val; in goom_update() local 763 return_val = goomInfo->p1; in goom_update() 771 goomInfo->convolve_fx.apply (&goomInfo->convolve_fx, return_val, in goom_update()
|
/third_party/ffmpeg/libavcodec/ |
D | alsdec.c | 1394 uint32_t return_val = 0; in multiply() local 1435 return_val = 0x80000000U; in multiply() 1438 return_val |= ((unsigned)av_clip(a.exp + b.exp + bit_count - 47, -126, 127) << 23) & 0x7F800000; in multiply() 1439 return_val |= mantissa; in multiply() 1440 return av_bits2sf_ieee754(return_val); in multiply()
|
/third_party/mindspore/patches/ |
D | 0003-add-js-api.patch | 3657 + napi_value return_val; 3659 + status = napi_call_function(env, element, data_func, 0, nullptr, &return_val); 3660 + if (status != napi_ok || return_val == nullptr) { 3665 + status = napi_get_arraybuffer_info(env, return_val, &js_data, &length); 3888 + napi_value return_val; 3890 + status = napi_call_function(env, element, data_func, 0, nullptr, &return_val); 3891 + if (status != napi_ok || return_val == nullptr) { 3895 + status = napi_get_arraybuffer_info(env, return_val, &js_data, &length); 4153 + napi_value return_val; 4154 + status = napi_call_function(env, element, data_func, 0, nullptr, &return_val); [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2437 #define EMIT_SIMD_UNOP(name, op, dtype, stype, return_val, return_type) \ argument 2441 return return_val; \
|
/third_party/node/doc/api/ |
D | n-api.md | 4793 napi_value return_val; 4794 status = napi_call_function(env, global, add_two, argc, argv, &return_val); 4799 status = napi_get_value_int32(env, return_val, &result);
|