Home
last modified time | relevance | path

Searched defs:arg1 (Results 51 - 75 of 244) sorted by relevance

12345678910

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c201 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D18-1.c218 thestruct arg1, arg2; in main() local
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_trust.c123 X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), const char *name, int arg1, void *arg2) X509_TRUST_add() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dvector_utils.h212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() argument
219 void VectorBase<Dimension, Type>::initWithList(const Vector<OtherDimension, OtherType> &arg1, in initWithList() argument
234 VectorBase<Dimension, Type>::initWithList(OtherType arg1, const Args &... args) in initWithList() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dx509_trust.c123 X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), const char *name, int arg1, void *arg2) X509_TRUST_add() argument
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_go_wrap.c223 uint8_t *arg1 = (uint8_t *) 0 ; in _wrap_wrapped_WebPGetInfo() local
232 _gostring_ arg1; in _wrap_wrapped_WebPGetInfo() member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftgloadr.h43 FT_Int arg1; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp25 T SafeAdd(T arg1, T arg2) { in SafeAdd() argument
45 T SafeUnsignedMult(T arg1, T arg2) { in SafeUnsignedMult() argument
56 SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) SafeInt32Add() argument
65 SafeInt32Add(std::int32_t arg1, std::int32_t arg2) SafeInt32Add() argument
69 SafeInt64Add(std::int64_t arg1, std::int64_t arg2) SafeInt64Add() argument
73 SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t *result) SafeUint32Add() argument
83 SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Add() argument
87 SafeUint64Add(std::uint64_t arg1, std::uint64_t arg2) SafeUint64Add() argument
91 SafeInt32Sub(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) SafeInt32Sub() argument
101 SafeInt32Sub(std::int32_t arg1, std::int32_t arg2) SafeInt32Sub() argument
111 SafeUint32Sub(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Sub() argument
120 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t *result) SafeUint32Mult() argument
130 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t *result) SafeUint32Mult() argument
140 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4, std::uint32_t *result) SafeUint32Mult() argument
150 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Mult() argument
154 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3) SafeUint32Mult() argument
159 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4) SafeUint32Mult() argument
164 SafeInt32Mult(std::int32_t arg1, std::int32_t arg2) SafeInt32Mult() argument
176 SafeSizetMult(std::size_t arg1, std::size_t arg2) SafeSizetMult() argument
182 SafeInt64MultSlow(std::int64_t arg1, std::int64_t arg2) SafeInt64MultSlow() argument
210 SafeUint32DivideUp(std::uint32_t arg1, std::uint32_t arg2) SafeUint32DivideUp() argument
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp404 auto arg1 = json(); in TEST_F() local
560 auto arg1 = json(); in TEST_F() local
H A Dextension_test.cpp131 char arg1[1]; in TEST_F() local
146 char arg1[ARG_BUF_SIZE]; in TEST_F() local
/third_party/elfutils/libdw/
H A Dlibdw_findcu.c39 findcu_cb (const void *arg1, const void *arg2) in findcu_cb() argument
65 __libdw_finddbg_cb (const void *arg1, const void *arg2) in __libdw_finddbg_cb() argument
/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp1043 double arg1 = childConstUnions[1][arg1comp].getDConst(); in fold() local
/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
/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

Completed in 18 milliseconds

12345678910