Home
last modified time | relevance | path

Searched defs:return_val (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
D6-1.c37 static int return_val = 1; variable
/third_party/node/deps/v8/src/zone/
Dzone-allocator.h114 T* return_val = reinterpret_cast<T*>(free_list_); in allocate() local
/third_party/node/deps/v8/src/base/debug/
Dstack_trace_posix.cc183 ssize_t return_val = write(STDERR_FILENO, output, strlen(output)); in PrintToStderr() local
/third_party/alsa-lib/test/
Dmidifile.c1158 int return_val; local
/third_party/spirv-tools/source/opt/
Dinstrument_pass.cpp420 const analysis::Type* return_val, in GetFunction()
/third_party/ffmpeg/libavcodec/
Dalsdec.c1404 uint32_t return_val = 0; in multiply() local
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2437 #define EMIT_SIMD_UNOP(name, op, dtype, stype, return_val, return_type) \ argument