Home
last modified time | relevance | path

Searched defs:arg1 (Results 76 - 100 of 416) sorted by relevance

12345678910>>...17

/kernel/linux/linux-6.6/drivers/firmware/
H A Dtrusted_foundations.c36 static void tf_generic_smc(u32 type, u32 arg1, u32 arg2) in tf_generic_smc() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dbw_fixed.c140 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h42 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, in bw_min2() argument
48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2() argument
101 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, in bw_add() argument
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub() argument
121 bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_div() argument
126 bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mod() argument
136 bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_equ() argument
141 bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_neq() argument
146 bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_leq() argument
151 bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_meq() argument
156 bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_ltn() argument
161 bw_mtn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mtn() argument
[all...]
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-daemon.c117 static void _poll_for_config_change(struct isst_id *id, void *arg1, void *arg2, in _poll_for_config_change() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_syscall_macro.c10 int arg1 = 0; variable
/kernel/liteos_a/shell/full/src/cmds/
H A Dwatch_shellcmd.c69 STATIC VOID OsShellCmdDoWatch(UINTPTR arg1) in OsShellCmdDoWatch() argument
/third_party/alsa-lib/test/
H A Dseq.c156 int morehelp, err, arg, arg1; in main() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dtest2.c79 const char *arg1; member
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.c51 void check_call(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call() argument
63 void check_trap(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_trap() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D4-2.c181 struct thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D4-1.c247 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-3.c304 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c92 Thread arg1, arg2, arg3, arg4, arg5; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c204 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
H A D4-2.c224 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D4-3.c235 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-3.c224 struct thestruct arg1; in do_child() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D6-3.c171 struct thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c280 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D6-1.c219 thestruct arg1, arg2; in main() local
/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

Completed in 15 milliseconds

12345678910>>...17