Home
last modified time | relevance | path

Searched defs:arg2 (Results 226 - 250 of 260) sorted by relevance

1234567891011

/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2651 PrintfNoPreserve(const char* format, const CPURegister& arg0, const CPURegister& arg1, const CPURegister& arg2, const CPURegister& arg3) Emit() argument
[all...]
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c3783 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2) in define_cexpr() argument
4029 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void *arg2) in define_cond_expr() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1549 int do_plain_test(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in do_plain_test() argument
2018 int do_plain_tests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in do_plain_tests() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc3420 PrintfNoPreserve(const char* format, const CPURegister& arg0, const CPURegister& arg1, const CPURegister& arg2, const CPURegister& arg3) TruncateDoubleToI() argument
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc334 char arg2[ARG_SIZE + 1]; in Debug() local
2053 int64_t arg2 = get_register(a2); SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc169 char arg2[ARG_SIZE + 1]; in Debug() local
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc303 char arg2[ARG_SIZE + 1]; in Debug() local
2248 int64_t arg2 = get_register(a2); SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc328 char arg2[ARG_SIZE + 1]; in Debug() local
2226 int32_t arg2 = get_register(a2); SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc179 char arg2[ARG_SIZE + 1]; in Debug() local
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc1636 char arg2[ARG_SIZE + 1]; in Debug() local
2777 const int64_t arg2 = get_register(a2); SoftwareInterrupt() local
4421 int64_t arg2 = get_register(a2); DecodeRVIType() local
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c235 int app_passwd(const char *arg1, const char *arg2, char **pass1, char **pass2) in app_passwd() argument
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c1368 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) in emit_op_mem2() argument
/third_party/openssl/apps/lib/
H A Dapps.c235 int app_passwd(const char *arg1, const char *arg2, char **pass1, char **pass2) in app_passwd() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2068 void Compiler::set_execution_mode(ExecutionMode mode, uint32_t arg0, uint32_t arg1, uint32_t arg2) in set_execution_mode() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp1932 void ImGui::DataTypeApplyOp(ImGuiDataType data_type, int op, void* output, const void* arg1, const void* arg2) in DataTypeApplyOp() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c3896 wpa_cli_exec(const char *program, const char *arg1, const char *arg2) wpa_cli_exec() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c4449 wpa_cli_exec(const char *program, const char *arg1, const char *arg2) wpa_cli_exec() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmutils.c1501 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) in bcm_cmp_bytes() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp10377 std::string arg2 = "-ability"; in HWTEST_F() local
10412 std::string arg2 = "-bundle"; in HWTEST_F() local
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc224 char arg2[ARG_SIZE + 1]; in ExecDebugCommand() local
1624 UnsafeGenericFunctionCall(intptr_t function, int32_t arg0, int32_t arg1, int32_t arg2, int32_t arg3, int32_t arg4, int32_t arg5, int32_t arg6, int32_t arg7, int32_t arg8, int32_t arg9, int32_t arg10, int32_t arg11, int32_t arg12, int32_t arg13, int32_t arg14, int32_t arg15, int32_t arg16, int32_t arg17, int32_t arg18, int32_t arg19) UnsafeGenericFunctionCall() argument
1667 int32_t arg2 = get_register(r2); SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2184 NewError(Handle<JSFunction> constructor, MessageTemplate template_index, Handle<Object> arg0, Handle<Object> arg1, Handle<Object> arg2) NewError() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1943 operator ()(const ExprP<typename Sig::Arg0>& arg0, const ExprP<typename Sig::Arg1>& arg1, const ExprP<typename Sig::Arg2>& arg2, const ExprP<typename Sig::Arg3>& arg3) const operator ()() argument
1991 ApplyVar(const ApplyFunc& func, const VariableP<Arg0>& arg0, const VariableP<Arg1>& arg1, const VariableP<Arg2>& arg2, const VariableP<Arg3>& arg3) ApplyVar() argument
2022 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
3541 mat3(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2) mat3() argument
3549 mat4(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2, const ExprP<Vector<T, Rows> >& arg3) mat4() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp2318 ValueId arg2; build() member
2967 const string arg2 = "%arg2 = "; specializeOperation() local
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c3643 size_t arg2 ; variable
3691 size_t arg2 ; variable
3744 size_t arg2 ; variable
3797 size_t arg2 ; variable
3850 size_t arg2 ; global() variable
3903 size_t arg2 ; global() variable
3969 int *arg2 = (int *) 0 ; global() variable
4089 int *arg2 = (int *) 0 ; global() variable
4209 int *arg2 = (int *) 0 ; global() variable
4329 int *arg2 = (int *) 0 ; global() variable
4449 int *arg2 = (int *) 0 ; global() variable
4560 int *arg2 = (int *) 0 ; global() variable
4671 int *arg2 = (int *) 0 ; global() variable
4782 int *arg2 = (int *) 0 ; global() variable
[all...]
/third_party/python/Objects/
H A Dtypeobject.c7536 slot_nb_inplace_power(PyObject *self, PyObject * arg1, PyObject *arg2) in slot_nb_inplace_power() argument

Completed in 164 milliseconds

1234567891011