Home
last modified time | relevance | path

Searched defs:arg1 (Results 101 - 125 of 307) sorted by relevance

12345678910>>...13

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-function-prototype.c98 ecma_builtin_function_prototype_object_apply(ecma_object_t *func_obj_p, ecma_value_t arg1, ecma_value_t arg2) ecma_builtin_function_prototype_object_apply() argument
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmemory.c52 void check_call2(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call2() argument
67 void check_ok2(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_ok2() argument
90 void check_trap2(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_trap2() argument
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c168 static int ares__qcache_entry_sort_cb(const void *arg1, const void *arg2) in ares__qcache_entry_sort_cb() argument
H A Dares_init.c79 static int ares_query_timeout_cmp_cb(const void *arg1, const void *arg2) in ares_query_timeout_cmp_cb() argument
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; in try_one_crash() local
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.h105 DCHECK_NOT_NULL(arg1); variable
97 MessageDetails(int start_position, int end_position, MessageTemplate message, const AstRawString* arg0, const char* arg1) MessageDetails() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc242 Handle<Object> arg1; in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c146 lp_build_emit_llvm_binary(struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0, LLVMValueRef arg1) lp_build_emit_llvm_binary() argument
161 lp_build_emit_llvm_ternary(struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0, LLVMValueRef arg1, LLVMValueRef arg2) lp_build_emit_llvm_ternary() argument
/third_party/popt/tests/
H A Dtest1.c17 static int arg1 = 0; variable
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dalpha_enc.c364 static int CompressAlphaJob(void* arg1, void* unused) { in CompressAlphaJob() argument
/third_party/skia/third_party/externals/brotli/research/
H A Ddictionary_generator.cc146 char arg1 = argv[i][1]; in main() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff2.cc131 const blend_arg_t &arg1 = env.argStack[i + j]; in flatten_blends() local
143 const blend_arg_t &arg1 = env.argStack[i + j]; in flatten_blends() local
/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp556 BuildCallerInfo( int eventId, int arg1, int arg2, std::shared_ptr<IccControllerHolder> &holderObject) BuildCallerInfo() argument
576 BuildCallerInfo( int eventId, int arg1, int arg2, const AppExecFwk::InnerEvent::Pointer &msg) BuildCallerInfo() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp100 JSRef<JSVal> arg1 = args[1]; in CreateForPartialUpdate() local
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_types.h70 __u32 arg1; member
/test/testfwk/arkxtest/uitest/test/
H A Dextension_test.cpp131 char arg1[1]; in TEST_F() local
146 char arg1[ARG_BUF_SIZE]; in TEST_F() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java695 public int compare(T arg0, T arg1) { in compare() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java692 public int compare(T arg0, T arg1) { in compare() argument
/third_party/libunwind/libunwind/tests/
H A DGia64-test-nat.c131 unsigned long *bsp, *arg1; in sighandler() local
/third_party/node/src/
H A Dnode_serdes.cc253 Maybe<uint32_t> arg1 = args[1]->Uint32Value(ctx->env()->context()); in WriteUint64() local
/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c131 debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) debug_op() argument
593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_FragmentOpXATI() argument
751 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod) _mesa_ColorFragmentOp1ATI() argument
760 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod) _mesa_ColorFragmentOp2ATI() argument
771 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_ColorFragmentOp3ATI() argument
783 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod) _mesa_AlphaFragmentOp1ATI() argument
791 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod) _mesa_AlphaFragmentOp2ATI() argument
801 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_AlphaFragmentOp3ATI() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c353 LLVMValueRef arg1 = LLVMGetParam(func, 1); in build_unary_test_func() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c429 uint32_t arg1, arg2, arg3; in emit_simple_arith() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dameth_lib.c348 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)) EVP_PKEY_asn1_set_ctrl() argument
H A Dbio_asn1.c324 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2) in asn1_bio_ctrl() argument

Completed in 23 milliseconds

12345678910>>...13