Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.h350 unsigned msg_type, in brw_urb_desc() argument
359 SET_BITS(msg_type, 3, 0)); in brw_urb_desc()
364 SET_BITS(msg_type, 3, 0)); in brw_urb_desc()
393 unsigned msg_type, in brw_sampler_desc() argument
400 return (desc | SET_BITS(msg_type, 16, 12) | in brw_sampler_desc()
403 return (desc | SET_BITS(msg_type, 15, 12) | in brw_sampler_desc()
406 return desc | SET_BITS(msg_type, 15, 12); in brw_sampler_desc()
409 SET_BITS(msg_type, 15, 14)); in brw_sampler_desc()
463 unsigned msg_type, in brw_dp_desc() argument
473 SET_BITS(msg_type, 18, 14)); in brw_dp_desc()
[all …]
Dbrw_vec4_generator.cpp118 int msg_type = -1; in generate_tex() local
125 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE; in generate_tex()
127 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LOD; in generate_tex()
134 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE; in generate_tex()
136 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_DERIVS; in generate_tex()
140 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LD; in generate_tex()
144 msg_type = GFX7_SAMPLER_MESSAGE_SAMPLE_LD2DMS; in generate_tex()
146 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LD; in generate_tex()
150 msg_type = GFX7_SAMPLER_MESSAGE_SAMPLE_LD_MCS; in generate_tex()
153 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_RESINFO; in generate_tex()
[all …]
Dbrw_fs_generator.cpp1087 int msg_type = -1; in generate_tex() local
1134 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_COMPARE; in generate_tex()
1136 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE; in generate_tex()
1141 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_BIAS_COMPARE; in generate_tex()
1143 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_BIAS; in generate_tex()
1148 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE; in generate_tex()
1150 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LOD; in generate_tex()
1154 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_RESINFO; in generate_tex()
1158 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_DERIVS; in generate_tex()
1161 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LD; in generate_tex()
[all …]
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dtcp_communicator.cc38 const std::string &msg_type = kUserCommandToMsgType.at(user_command); in Start() local
39 if (msg_type == "" || !msg_callbacks_[msg_type]) { in Start()
40 MS_LOG(ERROR) << "Tcp server doesn't support command " << user_command << " " << msg_type; in Start()
44 MS_LOG(DEBUG) << "TcpCommunicator receives message for " << msg_type; in Start()
52 return task_executor_->Submit(msg_callbacks_[msg_type], tcp_msg_handler); in Start()
92 void TcpCommunicator::RegisterMsgCallBack(const std::string &msg_type, const MessageCallback &cb) { in RegisterMsgCallBack() argument
93 msg_callbacks_.try_emplace(msg_type, cb); in RegisterMsgCallBack()
Dhttp_communicator.cc53 void HttpCommunicator::RegisterMsgCallBack(const std::string &msg_type, const MessageCallback &cb) { in RegisterMsgCallBack() argument
54 msg_callbacks_[msg_type] = cb; in RegisterMsgCallBack()
55 http_msg_callbacks_[msg_type] = std::bind( in RegisterMsgCallBack()
59 msg_callbacks_[msg_type](http_msg_handler); in RegisterMsgCallBack()
65 url += msg_type; in RegisterMsgCallBack()
67 bool is_succeed = http_server_->RegisterRoute(url, &http_msg_callbacks_[msg_type]); in RegisterMsgCallBack()
Dhttp_communicator.h44 void RegisterMsgCallBack(const std::string &msg_type, const MessageCallback &cb) override;
Dcommunicator_base.h81 virtual void RegisterMsgCallBack(const std::string &msg_type, const MessageCallback &cb) = 0;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_client.c100 RadiusType msg_type; member
282 RadiusType msg_type, in radius_client_register() argument
293 if (msg_type == RADIUS_ACCT) { in radius_client_register()
339 int s, RadiusType msg_type) in radius_client_handle_send_error() argument
350 if (msg_type == RADIUS_ACCT || in radius_client_handle_send_error()
351 msg_type == RADIUS_ACCT_INTERIM) { in radius_client_handle_send_error()
377 if (entry->msg_type == RADIUS_ACCT || in radius_client_retransmit()
378 entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit()
414 if (entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit()
431 if (entry->msg_type == RADIUS_ACCT && in radius_client_retransmit()
[all …]
Dradius_client.h238 RadiusType msg_type,
249 RadiusType msg_type, const u8 *addr);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.c101 RadiusType msg_type; member
283 RadiusType msg_type, in radius_client_register() argument
294 if (msg_type == RADIUS_ACCT) { in radius_client_register()
340 int s, RadiusType msg_type) in radius_client_handle_send_error() argument
351 if (msg_type == RADIUS_ACCT || in radius_client_handle_send_error()
352 msg_type == RADIUS_ACCT_INTERIM) { in radius_client_handle_send_error()
378 if (entry->msg_type == RADIUS_ACCT || in radius_client_retransmit()
379 entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit()
415 if (entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit()
432 if (entry->msg_type == RADIUS_ACCT && in radius_client_retransmit()
[all …]
Dradius_client.h243 RadiusType msg_type,
254 RadiusType msg_type, const u8 *addr);
/third_party/python/Modules/_ssl/
Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv03.c43 int msg_type; member
62 …TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, tc->msg_type, MSG_COPY | tc->msg_flag), tc->exp_… in verify_msgrcv()
63 "msgrcv(%i, %p, %i, %i, %i)", queue_id, &rcv_buf, MSGSIZE, tc->msg_type, MSG_COPY | tc->msg_flag); in verify_msgrcv()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_validate.c545 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type() argument
547 if (msg_type == NULL) { in wps_validate_msg_type()
555 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type()
557 "attribute value 0x%x", *msg_type); in wps_validate_msg_type()
1302 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1()
1358 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2()
1413 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d()
1465 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3()
1501 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m4()
1570 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m5()
[all …]
Dwps_enrollee.c1285 if (attr.msg_type == NULL) { in wps_process_wsc_msg()
1291 switch (*attr.msg_type) { in wps_process_wsc_msg()
1331 *attr.msg_type); in wps_process_wsc_msg()
1342 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) { in wps_process_wsc_msg()
1363 if (attr.msg_type == NULL) { in wps_process_wsc_ack()
1368 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack()
1370 *attr.msg_type); in wps_process_wsc_ack()
1410 if (attr.msg_type == NULL) { in wps_process_wsc_nack()
1415 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack()
1417 *attr.msg_type); in wps_process_wsc_nack()
[all …]
Dwps_upnp.h34 enum wps_msg_type msg_type);
Dwps_attr_build.c274 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type() argument
276 wpa_printf(MSG_DEBUG, "WPS: * Message Type (%d)", msg_type); in wps_build_msg_type()
279 wpabuf_put_u8(msg, msg_type); in wps_build_msg_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_validate.c545 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type() argument
547 if (msg_type == NULL) { in wps_validate_msg_type()
555 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type()
557 "attribute value 0x%x", *msg_type); in wps_validate_msg_type()
1302 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1()
1358 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2()
1413 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d()
1465 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3()
1501 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m4()
1570 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m5()
[all …]
Dwps_enrollee.c1296 if (attr.msg_type == NULL) { in wps_process_wsc_msg()
1302 switch (*attr.msg_type) { in wps_process_wsc_msg()
1342 *attr.msg_type); in wps_process_wsc_msg()
1353 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) { in wps_process_wsc_msg()
1374 if (attr.msg_type == NULL) { in wps_process_wsc_ack()
1379 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack()
1381 *attr.msg_type); in wps_process_wsc_ack()
1421 if (attr.msg_type == NULL) { in wps_process_wsc_nack()
1426 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack()
1428 *attr.msg_type); in wps_process_wsc_nack()
[all …]
Dwps_upnp.h34 enum wps_msg_type msg_type);
Dwps_attr_build.c276 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type() argument
278 wpa_printf(MSG_DEBUG, "WPS: * Message Type (%d)", msg_type); in wps_build_msg_type()
281 wpabuf_put_u8(msg, msg_type); in wps_build_msg_type()
Dwps_upnp_web.c532 if (attr.msg_type && in web_process_put_message()
533 *attr.msg_type != WPS_M2 && in web_process_put_message()
534 *attr.msg_type != WPS_M2D && in web_process_put_message()
646 attr.msg_type == NULL) in web_process_put_wlan_response()
649 type = *attr.msg_type; in web_process_put_wlan_response()
/third_party/libuv/src/unix/
Ddarwin.c334 mach_msg_type_number_t msg_type; in uv_cpu_info() local
352 &msg_type) != KERN_SUCCESS) { in uv_cpu_info()
358 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info()
376 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info()
/third_party/openssl/crypto/asn1/
Dasn_mime.c237 const char *msg_type = NULL; in SMIME_write_ASN1() local
292 msg_type = "enveloped-data"; in SMIME_write_ASN1()
295 msg_type = "signed-receipt"; in SMIME_write_ASN1()
297 msg_type = "signed-data"; in SMIME_write_ASN1()
299 msg_type = "certs-only"; in SMIME_write_ASN1()
301 msg_type = "compressed-data"; in SMIME_write_ASN1()
309 if (msg_type) in SMIME_write_ASN1()
310 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1()
/third_party/lwip/src/core/ipv6/
Ddhcp6.c74 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument
77 #define LWIP_HOOK_DHCP6_PARSE_OPTION(netif, dhcp6, state, msg, msg_type, option, len, pbuf, offset)… argument
703 u8_t msg_type; in dhcp6_recv() local
746 msg_type = reply_msg->msgtype; in dhcp6_recv()
748 if (msg_type == DHCP6_REPLY) { in dhcp6_recv()

123