/third_party/libuv/test/ |
H A D | task.h | 330 static void close_walk_cb(uv_handle_t* handle, void* arg) { in close_walk_cb() argument
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gtables.c | 54 read_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *valp, void *arg) in read_mem() argument 69 read_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *valp, void *arg) in read_mem() argument 127 tdep_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg) in tdep_put_unwind_info() argument 140 _Uia64_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg) in _Uia64_find_dyn_list() argument 85 remote_lookup(unw_addr_space_t as, unw_word_t table, size_t table_size, unw_word_t rel_ip, struct ia64_table_entry *e, void *arg) remote_lookup() argument 251 unw_search_ia64_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) unw_search_ia64_unwind_table() argument 647 tdep_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) tdep_find_proc_info() argument 726 ia64_local_validate_cache(unw_addr_space_t as, void *arg) ia64_local_validate_cache() argument [all...] |
H A D | Gscript.c | 679 ia64_validate_cache (unw_addr_space_t as, void *arg) in ia64_validate_cache() argument
|
/third_party/libuv/src/win/ |
H A D | thread.c | 92 void* arg; member 97 static UINT __stdcall uv__thread_start(void* arg) { in uv__thread_start() argument 114 int uv_thread_create(uv_thread_t *tid, void (*entry)(void *arg), void *arg) { in uv_thread_create() argument 120 uv_thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, void (*entry)(void *arg), void *arg) uv_thread_create_ex() argument [all...] |
/third_party/mbedtls/library/ |
H A D | platform.c | 118 int mbedtls_platform_win32_vsnprintf(char *s, size_t n, const char *fmt, va_list arg) in mbedtls_platform_win32_vsnprintf() argument 146 platform_vsnprintf_uninit(char *s, size_t n, const char *format, va_list arg) platform_vsnprintf_uninit() argument 163 mbedtls_platform_set_vsnprintf(int (*vsnprintf_func)(char *s, size_t n, const char *format, va_list arg)) mbedtls_platform_set_vsnprintf() argument
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_test_lib.c | 184 int key_opaque_alg_parse(const char *arg, const char **alg1, const char **alg2) in key_opaque_alg_parse() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-math.c | 197 ecma_builtin_math_object_hypot (const ecma_value_t *arg, /**< arguments list */ in ecma_builtin_math_object_hypot() argument 121 ecma_builtin_math_object_max_min(bool is_max, const ecma_value_t *arg, ecma_length_t args_number) ecma_builtin_math_object_max_min() argument 267 ecma_builtin_math_object_trunc(ecma_number_t arg) ecma_builtin_math_object_trunc() argument 296 ecma_builtin_math_object_sign(ecma_number_t arg) ecma_builtin_math_object_sign() argument [all...] |
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 658 void *arg = va_arg(ap, void *); in ioctl() local 678 void *arg = va_arg(ap, void *); in fcntl() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_analyze_ubo_ranges.c | 516 fixup_load_uniform_filter(const nir_instr *instr, const void *arg) in fixup_load_uniform_filter() argument 525 fixup_load_uniform_instr(struct nir_builder *b, nir_instr *instr, void *arg) in fixup_load_uniform_instr() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_apply_pipeline_layout.c | 43 get_scalar_arg(nir_builder *b, unsigned size, struct ac_arg arg) in get_scalar_arg() argument
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_win32.c | 84 void *arg; member 311 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() argument
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-server.c | 97 lws_ssl_server_name_cb(SSL *ssl, int *ad, void *arg) in lws_ssl_server_name_cb() argument
|
/third_party/ltp/testcases/kdump/lib/lkdtm/ |
H A D | lkdtm.c | 188 jp_generic_ide_ioctl(ide_drive_t * drive, struct file *file, struct block_device *bdev, unsigned int cmd, unsigned long arg) jp_generic_ide_ioctl() argument
|
/third_party/ltp/include/ |
H A D | tst_test.h | 124 char **arg; member
|
/third_party/ltp/lib/ |
H A D | parse_opts.c | 86 char **arg; member
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_copy_propagation.cpp | 452 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry) in try_copy_propagate() argument 371 can_take_stride(fs_inst *inst, brw_reg_type dst_type, unsigned arg, unsigned stride, const struct brw_compiler *compiler) can_take_stride() argument [all...] |
/third_party/mesa3d/src/hgl/ |
H A D | GLView.cpp | 266 BGLView::Perform(perform_code d, void* arg) in Perform() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 211 auto arg = argument::create(barg); in bind() local 219 auto arg = argument::create(barg); in bind() local 233 auto arg in bind() local 247 auto arg = argument::create(barg); bind() local 255 auto arg = argument::create(barg); bind() local 267 auto arg = argument::create(barg); bind() local [all...] |
/third_party/node/src/ |
H A D | cares_wrap.h | 265 v8::Local<v8::Value> arg = OneByteString(env()->isolate(), code); in ParseError() local 294 static QueryWrap<Traits>* FromCallbackPointer(void* arg) { in FromCallbackPointer() argument 304 Callback( void* arg, int status, int timeouts, unsigned char* answer_buf, int answer_len) Callback() argument 328 Callback( void* arg, int status, int timeouts, struct hostent* host) Callback() argument
|
H A D | node_options.cc | 1020 HostPort SplitHostPort(const std::string& arg, in SplitHostPort() argument [all...] |
/third_party/node/test/js-native-api/test_object/ |
H A D | test_object.c | 459 napi_value arg; in Wrap() local 468 napi_value arg; in Unwrap() local
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfallocate.c | 201 static s64 option_value(const char *arg) in option_value() argument
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 420 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() argument
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 250 void *arg; /**< Parameter of the execution function*/ member
|
/third_party/nghttp2/examples/ |
H A D | libevent-client.c | 315 select_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) select_next_proto_cb() argument
|