Home
last modified time | relevance | path

Searched defs:arg2 (Results 126 - 150 of 392) sorted by relevance

12345678910>>...16

/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...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S210 #define arg2 %rsi define
[all...]
H A Daesni-intel_asm.S118 #define arg2 rsi define
[all...]
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dsbi.c26 sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) sbi_ecall() argument
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_asm.S114 #define arg2 rsi define
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c485 u8 arg1, arg2, tree_val; in qed_init_cmd_mode_match() local
/kernel/linux/linux-5.10/drivers/staging/unisys/visorinput/
H A Dvisorinput.c71 u16 arg2; member
/kernel/linux/linux-5.10/drivers/pnp/pnpbios/
H A Dbioscalls.c81 static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3, in call_pnp_bios() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c502 u8 arg1, arg2, tree_val; in qed_init_cmd_mode_match() local
/kernel/linux/linux-6.6/drivers/pnp/pnpbios/
H A Dbioscalls.c81 static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3, in call_pnp_bios() argument
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c125 struct augmented_arg arg, arg2; member
/kernel/linux/linux-6.6/tools/testing/selftests/sched/
H A Dcs_prctl_test.c77 static int _prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, in _prctl() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_stack.c302 char *arg2, *p2, *saveptr2 = NULL; in config_output() local
/third_party/ltp/include/lapi/
H A Dkeyctl.h45 unsigned long arg2, arg3, arg4, arg5; in keyctl() 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
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
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...]

Completed in 18 milliseconds

12345678910>>...16