Home
last modified time | relevance | path

Searched defs:arg (Results 1576 - 1600 of 7547) sorted by relevance

1...<<61626364656667686970>>...302

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_abi.c43 struct ac_arg arg = in load_ring() local
97 nir_ssa_def *arg = ac_nir_load_arg(b, &s->args->ac, s->args->ac.tes_rel_patch_id); in lower_abi_instr() local
/third_party/ltp/testcases/cve/
H A Dcve-2017-17053.c97 static void *fork_thread(void *arg) in fork_thread() argument
31 try_pthread_create(pthread_t *thread_id, const pthread_attr_t *attr, void *(*thread_fn)(void *), void *arg) try_pthread_create() argument
/third_party/ltp/testcases/kernel/device-drivers/nls/
H A DnlsTest.c115 int arg; in test_ioctl() local
/third_party/ltp/lib/
H A Dcloner.c60 ltp_clone_(unsigned long flags, int (*fn)(void *arg), void *arg, in ltp_clone_() argument
88 int ltp_clone(unsigned long flags, int (*fn)(void *arg), void *arg, in ltp_clone() argument
94 int ltp_clone7(unsigned long flags, int (*fn)(void *arg), voi argument
133 ltp_clone_alloc(unsigned long clone_flags, int (*fn) (void *arg), void *arg, size_t stack_size) ltp_clone_alloc() argument
160 ltp_clone_quick(unsigned long clone_flags, int (*fn) (void *arg), void *arg) ltp_clone_quick() argument
[all...]
H A Dself_exec.c169 char *arg; in self_exec() local
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/
H A Dtdrm.c81 tdrm_test_stub_register(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_stub_register() argument
92 tdrm_test_stub_unregister(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_stub_unregister() argument
99 tdrm_test_uninit_agp(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_uninit_agp() argument
106 tdrm_test_init_agp(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_init_agp() argument
113 tdrm_test_add_magic(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_add_magic() argument
122 tdrm_test_remove_magic(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_remove_magic() argument
131 tdrm_test_ctxbitmap_init(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_ctxbitmap_init() argument
139 tdrm_test_ctxbitmap_cleanup(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_ctxbitmap_cleanup() argument
148 tdrm_test_alloc_pages(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_alloc_pages() argument
156 tdrm_test_free_pages(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) tdrm_test_free_pages() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dmetadata.hpp154 get_str_argument_metadata(const ::llvm::Function &f, const ::llvm::Argument &arg, const std::string &name) get_str_argument_metadata() argument
171 get_uint_argument_metadata(const ::llvm::Function &f, const ::llvm::Argument &arg, const std::string &name) get_uint_argument_metadata() argument
/third_party/node/src/
H A Ddebug_utils-inl.h76 SPrintFImpl( const char* format, Arg&& arg, Args&&... args) SPrintFImpl() argument
/third_party/node/test/js-native-api/7_factory_wrap/
H A Dmyobject.cc69 NewInstance(napi_env env, napi_value arg, napi_value* instance) NewInstance() argument
/third_party/node/test/js-native-api/8_passing_wrapped/
H A Dmyobject.cc64 NewInstance(napi_env env, napi_value arg, napi_value* instance) NewInstance() argument
/third_party/node/test/node-api/test_async_cleanup_hook/
H A Dbinding.c8 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) { in MustNotCall() argument
37 static void AsyncCleanupHook(napi_async_cleanup_hook_handle handle, void* arg) { in AsyncCleanupHook() argument
/third_party/node/test/addons/async-resource/
H A Dbinding.cc64 Local<Value> arg = Integer::New(isolate, 42); in CallViaFunction() local
77 Local<Value> arg = Integer::New(isolate, 42); in CallViaString() local
87 Local<Value> arg = Integer::New(isolate, 42); in CallViaUtf8Name() local
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c38 static void *start(void *arg) in start() argument
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dbacktrace.c34 static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *arg) in unwind_callback() argument
/third_party/nghttp2/lib/
H A Dnghttp2_pq.c155 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() argument
171 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_each() argument
/third_party/musl/libc-test/src/regression/
H A Dmalloc-multi-thread-performance.c25 void *func(void *arg) in func() argument
/third_party/musl/src/misc/
H A Dgetopt_long.c62 char *arg, *opt, *start = argv[optind]+1; in __getopt_long_core() local
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dbacktrace.c19 static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *arg) in unwind_callback() argument
/third_party/musl/src/exit/
H A Datexit.c28 void (*func)(void *), *arg; in __funcs_on_exit() local
43 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/third_party/musl/src/stdlib/
H A Dqsort.c92 static void sift(unsigned char *head, size_t width, cmpfun cmp, void *arg, int pshift, size_t lp[]) in sift() argument
119 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, void *arg, size_t pp[2], int pshift, int trusty, size_t lp[]) in trinkle() argument
158 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__htable_strvp.c55 const char *arg = key; in hash_func() local
62 const ares__htable_strvp_bucket_t *arg = bucket; in bucket_key() local
68 ares__htable_strvp_bucket_t *arg = bucket; in bucket_free() local
[all...]
H A Dares__htable_szvp.c55 const size_t *arg = key; in hash_func() local
62 const ares__htable_szvp_bucket_t *arg = bucket; in bucket_key() local
68 ares__htable_szvp_bucket_t *arg = bucket; in bucket_free() local
[all...]
H A Dares_gethostbyaddr.c56 void *arg; member
71 ares_gethostbyaddr_int(ares_channel_t *channel, const void *addr, int addrlen, int family, ares_host_callback callback, void *arg) ares_gethostbyaddr_int() argument
114 ares_gethostbyaddr(ares_channel_t *channel, const void *addr, int addrlen, int family, ares_host_callback callback, void *arg) ares_gethostbyaddr() argument
162 addr_callback(void *arg, int status, int timeouts, unsigned char *abuf, int alen) addr_callback() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_pq.c154 int nghttp3_pq_each(const nghttp3_pq *pq, nghttp3_pq_item_cb fun, void *arg) { in nghttp3_pq_each() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pq.c152 int ngtcp2_pq_each(ngtcp2_pq *pq, ngtcp2_pq_item_cb fun, void *arg) { in ngtcp2_pq_each() argument

Completed in 10 milliseconds

1...<<61626364656667686970>>...302