| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_lower_abi.c | 43 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 D | cve-2017-17053.c | 97 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 D | nlsTest.c | 115 int arg; in test_ioctl() local
|
| /third_party/ltp/lib/ |
| H A D | cloner.c | 60 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 D | self_exec.c | 169 char *arg; in self_exec() local
|
| /third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/ |
| H A D | tdrm.c | 81 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 D | metadata.hpp | 154 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 D | debug_utils-inl.h | 76 SPrintFImpl( const char* format, Arg&& arg, Args&&... args) SPrintFImpl() argument
|
| /third_party/node/test/js-native-api/7_factory_wrap/ |
| H A D | myobject.cc | 69 NewInstance(napi_env env, napi_value arg, napi_value* instance) NewInstance() argument
|
| /third_party/node/test/js-native-api/8_passing_wrapped/ |
| H A D | myobject.cc | 64 NewInstance(napi_env env, napi_value arg, napi_value* instance) NewInstance() argument
|
| /third_party/node/test/node-api/test_async_cleanup_hook/ |
| H A D | binding.c | 8 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 D | binding.cc | 64 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 D | timer_create.c | 38 static void *start(void *arg) in start() argument
|
| /third_party/musl/src/malloc/liteos_a/user_debug/ |
| H A D | backtrace.c | 34 static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *arg) in unwind_callback() argument
|
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_pq.c | 155 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 D | malloc-multi-thread-performance.c | 25 void *func(void *arg) in func() argument
|
| /third_party/musl/src/misc/ |
| H A D | getopt_long.c | 62 char *arg, *opt, *start = argv[optind]+1; in __getopt_long_core() local
|
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
| H A D | backtrace.c | 19 static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *arg) in unwind_callback() argument
|
| /third_party/musl/src/exit/ |
| H A D | atexit.c | 28 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 D | qsort.c | 92 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 D | ares__htable_strvp.c | 55 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 D | ares__htable_szvp.c | 55 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 D | ares_gethostbyaddr.c | 56 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 D | nghttp3_pq.c | 154 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 D | ngtcp2_pq.c | 152 int ngtcp2_pq_each(ngtcp2_pq *pq, ngtcp2_pq_item_cb fun, void *arg) { in ngtcp2_pq_each() argument
|