Home
last modified time | relevance | path

Searched defs:msg_type (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.h354 unsigned msg_type, in brw_urb_desc()
397 unsigned msg_type, in brw_sampler_desc()
484 unsigned msg_type, in brw_dp_desc()
541 unsigned msg_type, in brw_dp_read_desc()
590 unsigned msg_type, in brw_dp_write_desc()
642 unsigned msg_type, in brw_dp_surface_desc()
658 unsigned msg_type; in brw_dp_untyped_atomic_desc() local
687 const unsigned msg_type = GFX9_DATAPORT_DC_PORT1_UNTYPED_ATOMIC_FLOAT_OP; in brw_dp_untyped_atomic_float_desc() local
719 unsigned msg_type; in brw_dp_untyped_surface_rw_desc() local
774 const unsigned msg_type = in brw_dp_byte_scattered_rw_desc() local
[all …]
Dbrw_vec4_generator.cpp118 int msg_type = -1; in generate_tex() local
1152 uint32_t msg_type; in generate_scratch_read() local
1212 uint32_t msg_type; in generate_scratch_write() local
1295 uint32_t msg_type; in generate_pull_constant_load() local
Dbrw_fs_generator.cpp997 int msg_type = -1; in generate_tex() local
1606 uint32_t simd_mode, rlen, msg_type; in generate_varying_pull_constant_load_gfx4() local
1656 unsigned msg_type) in generate_pixel_interpolator_query()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/
Dworker-report-crypto-subtle-presence.js3 postMessage({ msg_type: 'subtle_crypto_found', msg_value: subtle_crypto_found }); property
/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()
339 int s, RadiusType msg_type) in radius_client_handle_send_error()
667 RadiusType msg_type, in radius_client_list_add()
747 struct radius_msg *msg, RadiusType msg_type, in radius_client_send()
817 RadiusType msg_type = (RadiusType) sock_ctx; in radius_client_receive() local
/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()
340 int s, RadiusType msg_type) in radius_client_handle_send_error()
674 RadiusType msg_type, in radius_client_list_add()
754 struct radius_msg *msg, RadiusType msg_type, in radius_client_send()
824 RadiusType msg_type = (uintptr_t) sock_ctx; in radius_client_receive() local
/third_party/vulkan-loader/loader/
Dlog.c91 void loader_log(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, const char … in loader_log()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv03.c43 int msg_type; member
/third_party/python/Modules/_ssl/
Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
/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
/third_party/lwip/src/core/ipv4/
Ddhcp.c89 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument
92 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) d… argument
1828 u8_t msg_type; local
/third_party/node/deps/uv/src/unix/
Ddarwin.c334 mach_msg_type_number_t msg_type; in uv_cpu_info() local
/third_party/libuv/src/unix/
Ddarwin.c334 mach_msg_type_number_t msg_type; in uv_cpu_info() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_attr_build.c274 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type()
Dwps_attr_parse.h18 const u8 *msg_type; /* 1 octet */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_attr_build.c276 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type()
Dwps_attr_parse.h18 const u8 *msg_type; /* 1 octet */ member
/third_party/lwip/src/apps/mqtt/
Dmqtt.c153 mqtt_msg_type_to_str(u8_t msg_type) in mqtt_msg_type_to_str()
494 mqtt_output_append_fixed_header(struct mqtt_ringbuf_t *rb, u8_t msg_type, u8_t fdup, in mqtt_output_append_fixed_header()
/third_party/lwip/src/include/lwip/
Dopt.h3103 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument
3131 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) argument
3159 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument
/third_party/python/Lib/test/
Dtest_ssl.py4503 def msg_cb(conn, direction, version, content_type, msg_type, data): argument
4814 def msg_cb(conn, direction, version, content_type, msg_type, data): argument
4829 def msg_cb(conn, direction, version, content_type, msg_type, data): argument
4858 def msg_cb(conn, direction, version, content_type, msg_type, data): argument
/third_party/openssl/crypto/cmp/
Dcmp_client.c38 const char *msg_type = NULL; in unprotected_exception() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_client.c38 const char *msg_type = NULL; in unprotected_exception() local
/third_party/mbedtls/programs/test/
Dudp_proxy.c320 static const char *msg_type(unsigned char *msg, size_t len) in msg_type() function
/third_party/openssl/crypto/asn1/
Dasn_mime.c246 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dasn_mime.c246 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local

12