Home
last modified time | relevance | path

Searched defs:arg2 (Results 76 - 100 of 274) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftgloadr.h44 FT_Int arg2; 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 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, st 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...]
/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp212 void AccountDumpHelper::ProcessTwoParameter(const std::string& arg1, const std::string& arg2, std::string& result) const in ProcessTwoParameter() argument
/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp227 std::u16string arg2 = Str8ToStr16("arg2"); in HWTEST_F() local
/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp257 std::u16string arg2 = Str8ToStr16("arg2"); in HWTEST_F() local
/base/telephony/core_service/services/sim/include/
H A Dsim_data_type.h55 int arg2 = INVALID_VALUE; member
80 int arg2 = INVALID_VALUE; member
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c60 CreateFsmHandleMsg(FsmStateMachine *fsm, int32_t what, uint64_t arg1, uint64_t arg2, void *obj) CreateFsmHandleMsg() argument
221 PostMessageToFsm(FsmStateMachine *fsm, int32_t what, uint64_t arg1, uint64_t arg2, void *obj) PostMessageToFsm() argument
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c97 ConnPostMsgToLooper( SoftBusHandlerWrapper *wrapper, int32_t what, uint64_t arg1, uint64_t arg2, void *obj, uint64_t delayMillis) ConnPostMsgToLooper() argument
113 ConnRemoveMsgFromLooper( const SoftBusHandlerWrapper *wrapper, int32_t what, uint64_t arg1, uint64_t arg2, void *obj) ConnRemoveMsgFromLooper() argument
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller.cpp245 ErrorCode NfcController::NotifyEventStatus(int eventType, int arg1, std::string arg2) in NotifyEventStatus() argument
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp177 void NfcService::OnVendorEvent(int eventType, int arg1, std::string arg2) in OnVendorEvent() argument
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp414 auto arg2 = json(); in TEST_F() local
578 auto arg2 = json(); in TEST_F() local
H A Dextension_test.cpp147 char arg2[ARG_BUF_SIZE]; in TEST_F() local
/third_party/ffmpeg/libavcodec/
H A Davcodec.c45 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size) in avcodec_default_execute() argument
58 int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, int *ret, int count) in avcodec_default_execute2() argument
/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/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/runtime/
H A Druntime-internal.cc246 Handle<Object> arg2; in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c161 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.c18 static const char * arg2 = "(none)"; variable
/third_party/skia/third_party/externals/brotli/research/
H A Ddictionary_generator.cc147 const char* arg2 = arg1 ? &argv[i][2] : nullptr; in main() local
[all...]
/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/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_types.h71 __u32 arg2; member

Completed in 18 milliseconds

1234567891011