Home
last modified time | relevance | path

Searched defs:rets (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dpthread.c43 int *rets; member
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dstress.c146 int rets[NSCENAR * SCALABILITY_FACTOR * FACTOR]; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetpeername.c44 int rets = -1; in SampleServerTask() local
H A Drecv.c49 int rets = -1; in SampleServerTask() local
[all...]
H A Daccept4.c39 int rets = -1; in ServerTaskOne() local
80 int rets in ServerTaskTwo() local
121 int rets = -1; ServerTaskThree() local
162 int rets = -1; ServerTaskFive() local
203 int rets = -1; ServerTaskSix() local
[all...]
H A Dsend.c37 int rets = -1; in SampleServerTask() local
95 int rets = 0; in SampleServerNullTask() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_fp16_conv.c220 nir_ssa_def *rets[NIR_MAX_VEC_COMPONENTS] = { NULL }; in lower_fp16_cast_impl() local
/third_party/ffmpeg/libavcodec/
H A Dpthread_slice.c55 int *rets; member
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp681 float rets[2]; in DEF_TEST() local
/third_party/openssl/test/helpers/
H A Dssltestlib.c1065 int retc = -1, rets = -1, err, abortctr = 0; in create_bare_ssl_connection() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2945 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h2939 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h2981 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h2956 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h4083 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h3711 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h3526 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc3026 BuildWasmCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, Node* instance_node, Node* frame_state) BuildWasmCall() argument
3073 BuildImportCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, int func_index, IsReturnCall continuation) BuildImportCall() argument
3083 BuildImportCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, Node* func_index, IsReturnCall continuation) BuildImportCall() argument
3116 CallDirect(uint32_t index, wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position) CallDirect() argument
3136 CallIndirect(uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position) CallIndirect() argument
3194 BuildIndirectCall( uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, IsReturnCall continuation) BuildIndirectCall() argument
3291 BuildCallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, CheckForNull null_check, IsReturnCall continuation, wasm::WasmCodePosition position) BuildCallRef() argument
3360 CallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, WasmGraphBuilder::CheckForNull null_check, wasm::WasmCodePosition position) CallRef() argument
[all...]

Completed in 57 milliseconds