Home
last modified time | relevance | path

Searched defs:arg (Results 2976 - 3000 of 3005) sorted by relevance

1...<<111112113114115116117118119120121

/third_party/elfutils/src/
H A Dreadelf.c287 const char *arg; member
424 parse_opt (int key, char *arg, in parse_opt() argument
782 count_dwflmod(Dwfl_Module *dwflmod __attribute__ ((unused)), void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr base __attribute__ ((unused)), void *arg) count_dwflmod() argument
801 process_dwflmod(Dwfl_Module *dwflmod, void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr base __attribute__ ((unused)), void *arg) process_dwflmod() argument
7204 attr_callback(Dwarf_Attribute *attrp, void *arg) attr_callback() argument
10576 print_pubnames(Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, void *arg) print_pubnames() argument
11405 getone_dwflmod(Dwfl_Module *dwflmod, void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr base __attribute__ ((unused)), void *arg) getone_dwflmod() argument
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp2182 TIntermSymbol* arg = intermediate.addSymbol(*argVars.back()); in transformEntryPoint() local
4532 int arg = 0; decomposeSampleMethods() local
5786 TIntermTyped* arg = function.getParamCount() == 1 addInputArgumentConversions() local
5876 TIntermTyped* arg = function.getParamCount() == 1 expandArguments() local
6123 int arg = -1; builtInOpCheck() local
10114 TIntermTyped* arg = nullptr; addPatchConstantInvocation() local
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c4299 ldap_rebind_proc(LDAP *RebindLDAPHandle, char **dnp, char **passwdp, int *authmethodp, int freeit, void *arg) ldap_rebind_proc() argument
/third_party/node/deps/v8/src/d8/
H A Dd8.cc2270 Local<Value> arg = args[i]; in WriteToFile() local
2708 auto arg = args[1] in Fuzzilli() local
3331 Local<String> arg = in CreateEvaluationContext() local
3536 void Dummy(char* arg) {} in Dummy() argument
3948 const char* arg = argv_[i]; Execute() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc684 Node* WasmGraphBuilder::RefAsNonNull(Node* arg, in RefAsNonNull() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc6852 Register arg = register_allocator()->NewRegister(); in BuildNewLocalActivationContext() local
/third_party/openssl/test/
H A Dsslapitest.c138 static int hostname_cb(SSL *s, int *al, void *arg) in hostname_cb() argument
545 static int verify_retry_cb(X509_STORE_CTX *ctx, void *arg) in verify_retry_cb() argument
711 static int full_client_hello_callback(SSL *s, int *al, void *arg) in full_client_hello_callback() argument
1807 static int ocsp_server_cb(SSL *s, void *arg) in ocsp_server_cb() argument
1839 static int ocsp_client_cb(SSL *s, void *arg) in ocsp_client_cb() argument
3686 static int allow_early_data_cb(SSL *s, void *arg) in allow_early_data_cb() argument
4136 alpn_select_cb(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) alpn_select_cb() argument
5798 sni_cb(SSL *s, int *al, void *arg) sni_cb() argument
7056 ssl_srp_cb(SSL *s, int *ad, void *arg) ssl_srp_cb() argument
7784 gen_tick_cb(SSL *s, void *arg) gen_tick_cb() argument
7792 dec_tick_cb(SSL *s, SSL_SESSION *ss, const unsigned char *keyname, size_t keyname_length, SSL_TICKET_STATUS status, void *arg) dec_tick_cb() argument
8310 cert_cb(SSL *s, void *arg) cert_cb() argument
10430 resume_servername_cb(SSL *s, int *ad, void *arg) resume_servername_cb() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c2858 jit_callback(void *arg) in jit_callback() argument
8353 c_option(const char *arg) in c_option() argument
8897 char *arg = argv[op]; main() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13118 ArgT arg; in call() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c11995 const char *arg = 9+*argv; in main() local
[all...]
/third_party/toybox/generated/
H A Dglobals.h976 struct sh_arg arg; member
990 int arg; member
1547 char *arg; member
/third_party/toybox/toys/pending/
H A Dbc.c5147 BcResult *arg; in bc_program_call() local
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c1811 XML_SetExternalEntityRefHandlerArg(XML_Parser parser, void *arg) { in XML_SetExternalEntityRefHandlerArg() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c5975 int msvc_vsnprintf(char* s, size_t n, const char* format, va_list arg) { in msvc_vsnprintf() argument
5987 va_list arg; in msvc_snprintf() local
/third_party/python/Python/
H A Dcompile.c1296 Py_ssize_t arg; in compiler_add_o() local
1437 Py_ssize_t arg = compiler_add_o(c->u->u_consts, key); in compiler_add_const() local
1445 Py_ssize_t arg = compiler_add_const(c, o); in compiler_addop_load_const() local
1455 Py_ssize_t arg = compiler_add_o(dict, o); compiler_addop_o() local
1465 Py_ssize_t arg; compiler_addop_name() local
2281 int arg; compiler_make_closure() local
2362 arg_ty arg = asdl_seq_GET(kwonlyargs, i); compiler_visit_kwonlydefaults() local
2455 arg_ty arg = (arg_ty)asdl_seq_GET(args, i); compiler_visit_argannotations() local
2551 compiler_check_debug_one_arg(struct compiler *c, arg_ty arg) compiler_check_debug_one_arg() argument
4251 Py_ssize_t arg; compiler_nameop() local
5088 Py_ssize_t arg = compiler_add_const(c, names); compiler_call_simple_kw_helper() local
8557 int arg = inst[i].i_oparg; fold_tuple_on_constants() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c1013 PyObject *arg, *res; in test_buildvalue_N_error() local
1054 PyObject *arg, *res; test_buildvalue_N() local
1816 PyObject *arg, *result; getargs_es() local
1832 PyObject *arg, *result; getargs_et() local
1848 PyObject *arg, *result; getargs_es_hash() local
1871 PyObject *arg, *result; getargs_et_hash() local
3103 _pending_callback(void *arg) _pending_callback() argument
3117 pending_threadfunc(PyObject *self, PyObject *arg) pending_threadfunc() argument
3578 failing_converter(PyObject *obj, void *arg) failing_converter() argument
6304 record_func(PyObject *obj, PyFrameObject *f, int what, PyObject *arg) record_func() argument
6349 error_func(PyObject *obj, PyFrameObject *f, int what, PyObject *arg) error_func() argument
7466 heapgcctype_traverse(HeapCTypeObject *self, visitproc visit, void *arg) heapgcctype_traverse() argument
[all...]
H A Dposixmodule.c1485 Py_off_t_converter(PyObject *arg, void *addr) in Py_off_t_converter() argument
2341 _posix_traverse(PyObject *module, visitproc visit, void *arg) in _posix_traverse() argument
11609 conv_confname(PyObject *arg, int *valuep, struct constdef *table, size_t tablesize) conv_confname() argument
11741 conv_path_confname(PyObject *arg, int *valuep) conv_path_confname() argument
11972 conv_confstr_confname(PyObject *arg, int *valuep) conv_confstr_confname() argument
12529 conv_sysconf_confname(PyObject *arg, int *valuep) conv_sysconf_confname() argument
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c4059 PyUnicode_FSConverter(PyObject* arg, void* addr) in PyUnicode_FSConverter() argument
4099 PyUnicode_FSDecoder(PyObject* arg, void* addr) in PyUnicode_FSDecoder() argument
5373 _Py_DecodeUTF8_surrogateescape(const char *arg, Py_ssize_t arglen, size_t *wlen) _Py_DecodeUTF8_surrogateescape() argument
14368 formatfloat(PyObject *v, struct unicode_format_arg_t *arg, PyObject **p_output, _PyUnicodeWriter *writer) formatfloat() argument
14555 mainformatlong(PyObject *v, struct unicode_format_arg_t *arg, PyObject **p_output, _PyUnicodeWriter *writer) mainformatlong() argument
14692 unicode_format_arg_parse(struct unicode_formatter_t *ctx, struct unicode_format_arg_t *arg) unicode_format_arg_parse() argument
14879 unicode_format_arg_format(struct unicode_formatter_t *ctx, struct unicode_format_arg_t *arg, PyObject **p_str) unicode_format_arg_format() argument
14984 unicode_format_arg_output(struct unicode_formatter_t *ctx, struct unicode_format_arg_t *arg, PyObject *str) unicode_format_arg_output() argument
15143 struct unicode_format_arg_t arg; unicode_format_arg() local
15691 unicodeiter_traverse(unicodeiterobject *it, visitproc visit, void *arg) unicodeiter_traverse() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c1747 XML_SetExternalEntityRefHandlerArg(XML_Parser parser, void *arg) { in XML_SetExternalEntityRefHandlerArg() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c315 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() argument
322 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() argument
365 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() argument
465 static int family_handler(struct nl_msg *msg, void *arg) in family_handler() argument
596 static int netdev_info_handler(struct nl_msg *msg, void *arg) in netdev_info_handler() argument
329 error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) error_handler() argument
708 process_beacon_event(struct nl_msg *msg, void *arg) process_beacon_event() argument
1306 nl80211_get_assoc_freq_handler(struct nl_msg *msg, void *arg) nl80211_get_assoc_freq_handler() argument
1371 struct nl80211_get_assoc_freq_arg arg; nl80211_get_assoc_ssid() local
1392 struct nl80211_get_assoc_freq_arg arg; nl80211_get_assoc_freq() local
1414 get_link_signal(struct nl_msg *msg, void *arg) get_link_signal() argument
1494 get_link_noise(struct nl_msg *msg, void *arg) get_link_noise() argument
1551 get_channel_info(struct nl_msg *msg, void *arg) get_channel_info() argument
1666 nl80211_get_country(struct nl_msg *msg, void *arg) nl80211_get_country() argument
2556 qca_vendor_test_cmd_handler(struct nl_msg *msg, void *arg) qca_vendor_test_cmd_handler() argument
4857 nl80211_create_iface_once(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg) nl80211_create_iface_once() argument
4940 nl80211_create_iface(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg, int use_existing) nl80211_create_iface() argument
6175 get_key_handler(struct nl_msg *msg, void *arg) get_key_handler() argument
6327 get_sta_handler(struct nl_msg *msg, void *arg) get_sta_handler() argument
7124 nl80211_wdev_handler(struct nl_msg *msg, void *arg) nl80211_wdev_handler() argument
7374 cookie_handler(struct nl_msg *msg, void *arg) cookie_handler() argument
7807 get_channel_width(struct nl_msg *msg, void *arg) get_channel_width() argument
8169 survey_handler(struct nl_msg *msg, void *arg) survey_handler() argument
9205 cmd_reply_handler(struct nl_msg *msg, void *arg) cmd_reply_handler() argument
9226 vendor_reply_handler(struct nl_msg *msg, void *arg) vendor_reply_handler() argument
10180 preferred_freq_info_handler(struct nl_msg *msg, void *arg) preferred_freq_info_handler() argument
10545 nl80211_get_bss_transition_status_handler(struct nl_msg *msg, void *arg) nl80211_get_bss_transition_status_handler() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c296 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() argument
310 static int ack_handler_cookie(struct nl_msg *msg, void *arg) in ack_handler_cookie() argument
340 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() argument
383 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() argument
606 static int family_handler(struct nl_msg *msg, void *arg) in family_handler() argument
347 error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) error_handler() argument
746 netdev_info_handler(struct nl_msg *msg, void *arg) netdev_info_handler() argument
886 process_beacon_event(struct nl_msg *msg, void *arg) process_beacon_event() argument
1060 get_mlo_info(struct nl_msg *msg, void *arg) get_mlo_info() argument
1555 nl80211_get_assoc_freq_handler(struct nl_msg *msg, void *arg) nl80211_get_assoc_freq_handler() argument
1670 struct nl80211_get_assoc_freq_arg arg; nl80211_get_assoc_ssid() local
1704 struct nl80211_get_assoc_freq_arg arg; nl80211_get_assoc_freq() local
1739 get_link_signal(struct nl_msg *msg, void *arg) get_link_signal() argument
1819 get_link_noise(struct nl_msg *msg, void *arg) get_link_noise() argument
1877 get_channel_info(struct nl_msg *msg, void *arg) get_channel_info() argument
1992 nl80211_get_country(struct nl_msg *msg, void *arg) nl80211_get_country() argument
2960 qca_vendor_test_cmd_handler(struct nl_msg *msg, void *arg) qca_vendor_test_cmd_handler() argument
5675 nl80211_create_iface_once(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg) nl80211_create_iface_once() argument
5762 nl80211_create_iface(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg, int use_existing) nl80211_create_iface() argument
7233 get_key_handler(struct nl_msg *msg, void *arg) global() argument
7385 get_sta_handler(struct nl_msg *msg, void *arg) global() argument
8206 nl80211_wdev_handler(struct nl_msg *msg, void *arg) global() argument
8470 cookie_handler(struct nl_msg *msg, void *arg) global() argument
8929 get_channel_width(struct nl_msg *msg, void *arg) global() argument
8990 get_links_noise(struct nl_msg *msg, void *arg) global() argument
9051 get_links_channel_width(struct nl_msg *msg, void *arg) global() argument
9472 survey_handler(struct nl_msg *msg, void *arg) global() argument
10523 cmd_reply_handler(struct nl_msg *msg, void *arg) global() argument
10544 vendor_reply_handler(struct nl_msg *msg, void *arg) global() argument
10683 get_wowlan_handler(struct nl_msg *msg, void *arg) global() argument
11671 preferred_freq_info_handler(struct nl_msg *msg, void *arg) global() argument
12037 nl80211_get_bss_transition_status_handler(struct nl_msg *msg, void *arg) global() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c2268 wl_cfg80211_set_iface_policy(struct net_device *ndev, char *arg, int len) wl_cfg80211_set_iface_policy() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp250 auto arg = runtimeCallInfo->GetCallArgRef(index); in ParseCalcDimensions() local
273 auto arg = runtimeCallInfo->GetCallArgRef(index); in ParseCalcDimensionsNG() local
1375 auto arg = runtimeCallInfo->GetCallArgRef(index); in ParseResizableCalcDimensions() local
1387 bool ParseJsAlignRule(const EcmaVM* vm, const Local<JSValueRef> &arg, std::string& anchor, ArkUI_Int32 &direction) in ParseJsAlignRule() argument
[all...]
/third_party/python/Parser/
H A Dparser.c10408 expr_ty arg; in keyword_pattern_rule() local
[all...]

Completed in 291 milliseconds

1...<<111112113114115116117118119120121