Home
last modified time | relevance | path

Searched defs:args (Results 3851 - 3875 of 3994) sorted by relevance

1...<<151152153154155156157158159160

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h723 Return Call(Address entry, Args... args) { in Call() argument
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2665 T FPUCanonalizeNaNArgs(T result, KeepSign keepSign, T first, Args... args) { in FPUCanonalizeNaNArgs() argument
2673 T FPUCanonalizeOperation(Func f, T first, Args... args) { in FPUCanonalizeOperation() argument
2678 FPUCanonalizeOperation(Func f, KeepSign keepSign, T first, Args... args) FPUCanonalizeOperation() argument
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2656 T FPUCanonalizeNaNArgs(T result, KeepSign keepSign, T first, Args... args) { in FPUCanonalizeNaNArgs() argument
2664 FPUCanonalizeOperation(Func f, T first, Args... args) FPUCanonalizeOperation() argument
2669 FPUCanonalizeOperation(Func f, KeepSign keepSign, T first, Args... args) FPUCanonalizeOperation() argument
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h472 Return Call(Address entry, Args... args) { in Call() argument
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc5078 EnsureCanContainElements(Handle<JSObject> object, JavaScriptArguments* args, uint32_t arg_count, EnsureElementsMode mode) EnsureCanContainElements() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc359 NewV8Intrinsic(const AstRawString* name, const ScopedPtrList<Expression>& args, int pos) NewV8Intrinsic() argument
409 NewV8RuntimeFunctionForFuzzing( const Runtime::Function* function, const ScopedPtrList<Expression>& args, int pos) NewV8RuntimeFunctionForFuzzing() argument
3556 ExpressionListToExpression( const ScopedPtrList<Expression>& args) ExpressionListToExpression() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc404 auto args = child_results->NextAs<std::vector<Expression*>>(); in MakeCall() local
413 auto args = child_results->NextAs<std::vector<Expression*>>(); in MakeMethodCall() local
446 auto args = child_results->NextAs<std::vector<Expression*>>(); in MakeIntrinsicCallExpression() local
571 auto args = child_results->NextAs<ParameterList>(); in MakeExternalMacro() local
591 auto args = child_results->NextAs<ParameterList>(); in MakeIntrinsicDeclaration() local
644 auto args = child_results->NextAs<ParameterList>(); MakeTorqueMacroDeclaration() local
674 auto args = child_results->NextAs<ParameterList>(); MakeTorqueBuiltinDeclaration() local
782 auto args = child_results->NextAs<ParameterList>(); MakeMethodDeclaration() local
1252 auto args = child_results->NextAs<ParameterList>(); MakeExternalBuiltin() local
1266 auto args = child_results->NextAs<ParameterList>(); MakeExternalRuntime() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c4101 LLVMValueRef args[LP_MAX_TEX_FUNC_ARGS]; in lp_build_sample_soa_func() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2038 const union tgsi_exec_channel *args[5], *proj = NULL; in exec_tex() local
2148 const union tgsi_exec_channel *args[ARRAY_SIZE(coords)]; exec_lodq() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c3439 LLVMValueRef args[7]; in draw_tcs_llvm_generate() local
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c541 static int EVP_Digest_loop(const char *mdname, int algindex, void *args) in EVP_Digest_loop() argument
562 static int EVP_Digest_md_loop(void *args) in EVP_Digest_md_loop() argument
567 static int EVP_Digest_MD2_loop(void *args) in EVP_Digest_MD2_loop() argument
572 static int EVP_Digest_MDC2_loop(void *args) in EVP_Digest_MDC2_loop() argument
577 static int EVP_Digest_MD4_loop(void *args) in EVP_Digest_MD4_loop() argument
582 MD5_loop(void *args) MD5_loop() argument
587 EVP_MAC_loop(int algindex, void *args) EVP_MAC_loop() argument
606 HMAC_loop(void *args) HMAC_loop() argument
611 CMAC_loop(void *args) CMAC_loop() argument
616 SHA1_loop(void *args) SHA1_loop() argument
621 SHA256_loop(void *args) SHA256_loop() argument
626 SHA512_loop(void *args) SHA512_loop() argument
631 WHIRLPOOL_loop(void *args) WHIRLPOOL_loop() argument
636 EVP_Digest_RMD160_loop(void *args) EVP_Digest_RMD160_loop() argument
643 EVP_Cipher_loop(void *args) EVP_Cipher_loop() argument
657 GHASH_loop(void *args) GHASH_loop() argument
712 RAND_bytes_loop(void *args) RAND_bytes_loop() argument
724 EVP_Update_loop(void *args) EVP_Update_loop() argument
760 EVP_Update_loop_ccm(void *args) EVP_Update_loop_ccm() argument
797 EVP_Update_loop_aead(void *args) EVP_Update_loop_aead() argument
828 RSA_sign_loop(void *args) RSA_sign_loop() argument
850 RSA_verify_loop(void *args) RSA_verify_loop() argument
874 FFDH_derive_key_loop(void *args) FFDH_derive_key_loop() argument
892 DSA_sign_loop(void *args) DSA_sign_loop() argument
914 DSA_verify_loop(void *args) DSA_verify_loop() argument
936 ECDSA_sign_loop(void *args) ECDSA_sign_loop() argument
958 ECDSA_verify_loop(void *args) ECDSA_verify_loop() argument
983 ECDH_EVP_derive_key_loop(void *args) ECDH_EVP_derive_key_loop() argument
998 EdDSA_sign_loop(void *args) EdDSA_sign_loop() argument
1026 EdDSA_verify_loop(void *args) EdDSA_verify_loop() argument
1056 SM2_sign_loop(void *args) SM2_sign_loop() argument
1092 SM2_verify_loop(void *args) SM2_verify_loop() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c619 va_list args; in app_bail_out() local
/third_party/node/deps/uv/include/
H A Duv.h984 char** args; member
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c2300 char *args; in pcre2grep_callout() local
/third_party/openssl/apps/lib/
H A Dapps.c619 va_list args; in app_bail_out() local
/third_party/openssl/apps/
H A Dspeed.c541 static int EVP_Digest_loop(const char *mdname, int algindex, void *args) in EVP_Digest_loop() argument
562 static int EVP_Digest_md_loop(void *args) in EVP_Digest_md_loop() argument
567 static int EVP_Digest_MD2_loop(void *args) in EVP_Digest_MD2_loop() argument
572 static int EVP_Digest_MDC2_loop(void *args) in EVP_Digest_MDC2_loop() argument
577 static int EVP_Digest_MD4_loop(void *args) in EVP_Digest_MD4_loop() argument
582 MD5_loop(void *args) MD5_loop() argument
587 EVP_MAC_loop(int algindex, void *args) EVP_MAC_loop() argument
606 HMAC_loop(void *args) HMAC_loop() argument
611 CMAC_loop(void *args) CMAC_loop() argument
616 SHA1_loop(void *args) SHA1_loop() argument
621 SHA256_loop(void *args) SHA256_loop() argument
626 SHA512_loop(void *args) SHA512_loop() argument
631 WHIRLPOOL_loop(void *args) WHIRLPOOL_loop() argument
636 EVP_Digest_RMD160_loop(void *args) EVP_Digest_RMD160_loop() argument
643 EVP_Cipher_loop(void *args) EVP_Cipher_loop() argument
657 GHASH_loop(void *args) GHASH_loop() argument
712 RAND_bytes_loop(void *args) RAND_bytes_loop() argument
724 EVP_Update_loop(void *args) EVP_Update_loop() argument
760 EVP_Update_loop_ccm(void *args) EVP_Update_loop_ccm() argument
797 EVP_Update_loop_aead(void *args) EVP_Update_loop_aead() argument
828 RSA_sign_loop(void *args) RSA_sign_loop() argument
850 RSA_verify_loop(void *args) RSA_verify_loop() argument
874 FFDH_derive_key_loop(void *args) FFDH_derive_key_loop() argument
892 DSA_sign_loop(void *args) DSA_sign_loop() argument
914 DSA_verify_loop(void *args) DSA_verify_loop() argument
936 ECDSA_sign_loop(void *args) ECDSA_sign_loop() argument
958 ECDSA_verify_loop(void *args) ECDSA_verify_loop() argument
983 ECDH_EVP_derive_key_loop(void *args) ECDH_EVP_derive_key_loop() argument
998 EdDSA_sign_loop(void *args) EdDSA_sign_loop() argument
1019 EdDSA_verify_loop(void *args) EdDSA_verify_loop() argument
1042 SM2_sign_loop(void *args) SM2_sign_loop() argument
1078 SM2_verify_loop(void *args) SM2_verify_loop() argument
[all...]
/third_party/skia/src/core/
H A DSkVM.h1036 void* args[] = { (void*)arg..., nullptr }; in abs() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp1530 T &variant_set(Variant &var, P &&... args) in variant_set() argument
H A Dspirv_cross.cpp613 bool Compiler::InterfaceVariableAccessHandler::handle(Op opcode, const uint32_t *args, uint32_t length) in handle() argument
1973 handle(Op opcode, const uint32_t *args, uint32_t length) handle() argument
2366 push_remap_parameters(const SPIRFunction &func, const uint32_t *args, uint32_t length) push_remap_parameters() argument
2399 begin_function_scope(const uint32_t *args, uint32_t length) begin_function_scope() argument
2412 end_function_scope(const uint32_t *args, uint32_t length) end_function_scope() argument
2542 handle(Op opcode, const uint32_t *args, uint32_t length) handle() argument
2623 handle(Op opcode, const uint32_t *args, uint32_t length) handle() argument
3082 handle(spv::Op op, const uint32_t *args, uint32_t length) handle() argument
3386 handle(spv::Op op, const uint32_t *args, uint32_t length) handle() argument
4013 handle(spv::Op opcode, const uint32_t *args, uint32_t length) handle() argument
4207 handle(spv::Op opcode, const uint32_t *args, uint32_t) handle() argument
4321 begin_function_scope(const uint32_t *args, uint32_t length) begin_function_scope() argument
4348 handle(Op opcode, const uint32_t *args, uint32_t length) handle() argument
4544 instruction_to_result_type(uint32_t &result_type, uint32_t &result_id, spv::Op op, const uint32_t *args, uint32_t length) instruction_to_result_type() argument
4680 handle(Op op, const uint32_t *args, uint32_t) handle() argument
4738 begin_function_scope(const uint32_t *args, uint32_t length) begin_function_scope() argument
4752 begin_function_scope(const uint32_t *args, uint32_t length) begin_function_scope() argument
4782 handle(Op opcode, const uint32_t *args, uint32_t length) handle() argument
[all...]
H A Dspirv_hlsl.cpp3490 void CompilerHLSL::emit_glsl_op(uint32_t result_type, uint32_t id, uint32_t eop, const uint32_t *args, uint32_t count) in emit_glsl_op() argument
[all...]
H A Dspirv_msl.cpp1103 SmallVector<string> args; in emit_entry_point_declarations() local
7920 TextureFunctionArguments args = {}; emit_instruction() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp264 va_list args; in Text() local
270 void ImGui::TextV(const char* fmt, va_list args) in TextV() argument
284 va_list args; in TextColored() local
290 TextColoredV(const ImVec4& col, const char* fmt, va_list args) TextColoredV() argument
302 va_list args; TextDisabled() local
308 TextDisabledV(const char* fmt, va_list args) TextDisabledV() argument
321 va_list args; TextWrapped() local
327 TextWrappedV(const char* fmt, va_list args) TextWrappedV() argument
343 va_list args; LabelText() local
350 LabelTextV(const char* label, const char* fmt, va_list args) LabelTextV() argument
380 va_list args; BulletText() local
387 BulletTextV(const char* fmt, va_list args) BulletTextV() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c483 verror(const char *const string, va_list args) in verror() argument
502 va_list args; in error() local
511 va_list args; in warning() local
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp929 std::vector<SpvId> SPIRVCodeGenerator::vectorize(const ExpressionArray& args, OutputStream& out) { in vectorize() argument
1007 ExpressionArray args; in writeSpecialIntrinsic() local
948 writeGLSLExtendedInstruction(const Type& type, SpvId id, SpvId floatInst, SpvId signedInst, SpvId unsignedInst, const std::vector<SpvId>& args, OutputStream& out) writeGLSLExtendedInstruction() argument
1087 std::vector<SpvId> args = this->vectorize(arguments, out); writeSpecialIntrinsic() local
1126 std::vector<SpvId> args = this->vectorize(arguments, out); writeSpecialIntrinsic() local
1133 std::vector<SpvId> args = this->vectorize(arguments, out); writeSpecialIntrinsic() local
1140 std::vector<SpvId> args = this->vectorize(arguments, out); writeSpecialIntrinsic() local
1147 std::vector<SpvId> args = this->vectorize(arguments, out); writeSpecialIntrinsic() local
1175 std::vector<SpvId> args = this->vectorize(arguments, out); writeSpecialIntrinsic() local
1182 std::vector<SpvId> args = this->vectorize(arguments, out); writeSpecialIntrinsic() local
3380 ExpressionArray args; writeEntrypointAdapter() local
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c1305 context_init(PyObject *self, PyObject *args, PyObject *kwds) in context_init() argument
1734 ctxmanager_new(PyTypeObject *type UNUSED, PyObject *args, PyObject *kwds) ctxmanager_new() argument
2824 dec_new(PyTypeObject *type, PyObject *args, PyObject *kwds) dec_new() argument
2840 ctx_create_decimal(PyObject *context, PyObject *args) ctx_create_decimal() argument
3301 dec_format(PyObject *dec, PyObject *args) dec_format() argument
3679 PyDec_ToIntegralValue(PyObject *dec, PyObject *args, PyObject *kwds) PyDec_ToIntegralValue() argument
3720 PyDec_ToIntegralExact(PyObject *dec, PyObject *args, PyObject *kwds) PyDec_ToIntegralExact() argument
3793 PyDec_Round(PyObject *dec, PyObject *args) PyDec_Round() argument
4402 dec_mpd_class(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_class() argument
4419 dec_mpd_to_eng(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_to_eng() argument
4450 dec_mpd_qcopy_sign(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_qcopy_sign() argument
4485 dec_mpd_same_quantum(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_same_quantum() argument
4517 dec_mpd_qquantize(PyObject *v, PyObject *args, PyObject *kwds) dec_mpd_qquantize() argument
5237 ctx_mpd_qdivmod(PyObject *context, PyObject *args) ctx_mpd_qdivmod() argument
5282 ctx_mpd_qpow(PyObject *context, PyObject *args, PyObject *kwds) ctx_mpd_qpow() argument
5516 ctx_mpd_qcopy_sign(PyObject *context, PyObject *args) ctx_mpd_qcopy_sign() argument
5556 ctx_mpd_same_quantum(PyObject *context, PyObject *args) ctx_mpd_same_quantum() argument
[all...]

Completed in 100 milliseconds

1...<<151152153154155156157158159160