Home
last modified time | relevance | path

Searched refs:return_val (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D6-1.c18 - Inside handler, verify that the global return_val variable has not been
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/
H A Dzone-allocator.h114 T* return_val = reinterpret_cast<T*>(free_list_); in allocate() local
116 return return_val; in allocate()
/third_party/alsa-lib/test/
H A Dmidifile.c1158 int return_val; local
1166 return_val = (*Mf_putc) (c);
1168 if (return_val == EOF)
1172 return (return_val);
/third_party/mbedtls/scripts/
H A Dgenerate_ssl_debug_helpers.py261 return_val = name[len('MBEDTLS_TLS1_3_SIG_'):].lower()
263 ' case {}:\n return "{}";'.format(name, return_val))
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_posix.cc183 ssize_t return_val = write(STDERR_FILENO, output, strlen(output)); in PrintToStderr() local
184 USE(return_val); in PrintToStderr()
/third_party/spirv-tools/source/opt/
H A Dinstrument_pass.h160 const analysis::Type* return_val,
H A Dinstrument_pass.cpp420 const analysis::Type* return_val, in GetFunction()
422 analysis::Function func(return_val, args); in GetFunction()
419 GetFunction( const analysis::Type* return_val, const std::vector<const analysis::Type*>& args) GetFunction() argument
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c1404 uint32_t return_val = 0; in multiply() local
1445 return_val = 0x80000000U; in multiply()
1448 return_val |= ((unsigned)av_clip(a.exp + b.exp + bit_count - 47, -126, 127) << 23) & 0x7F800000; in multiply()
1449 return_val |= mantissa; in multiply()
1450 return av_bits2sf_ieee754(return_val); in multiply()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h1545 // V(name, instr, dtype, stype, dcast, scast, rcast, return_val, return_type)
1596 // return_val, return_type)
2437 #define EMIT_SIMD_UNOP(name, op, dtype, stype, return_val, return_type) \
2441 return return_val; \

Completed in 16 milliseconds