/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 2692 int radius_server_dac_request(struct radius_server_data *data, const char *req) in radius_server_dac_request() argument 2698 const char *pos = req; in radius_server_dac_request() 2713 /* req: <disconnect|coa> <MAC Address> [t_c_clear] */ in radius_server_dac_request() 2718 } else if (os_strncmp(req, "coa ", 4) == 0) { in radius_server_dac_request()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1149 VkMemoryRequirements req; in CreateOrResizeBuffer() local 1150 data->vtable.GetBufferMemoryRequirements(data->device, *buffer, &req); in CreateOrResizeBuffer() 1153 alloc_info.allocationSize = req.size; in CreateOrResizeBuffer() 1155 vk_memory_type(data, VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, req.memoryTypeBits); in CreateOrResizeBuffer()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 5743 VkMemoryDedicatedRequirements *req = (VkMemoryDedicatedRequirements *)ext; in radv_get_buffer_memory_requirements() local 5744 req->requiresDedicatedAllocation = false; in radv_get_buffer_memory_requirements() 5745 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in radv_get_buffer_memory_requirements() 5794 VkMemoryDedicatedRequirements *req = (VkMemoryDedicatedRequirements *)ext; in radv_GetImageMemoryRequirements2() local 5795 req->requiresDedicatedAllocation = in radv_GetImageMemoryRequirements2() 5797 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in radv_GetImageMemoryRequirements2()
|
H A D | radv_pipeline.c | 3928 unsigned req = bit_size * num_components; in mem_vectorize_callback() local 3929 if (req == 64 || req == 128) /* 64-bit and 128-bit loads can use ds_read2_b{32,64} */ in mem_vectorize_callback() 3930 req /= 2u; in mem_vectorize_callback() 3931 return align % (req / 8u) == 0; in mem_vectorize_callback()
|
/third_party/curl/lib/ |
H A D | easy.c | 1094 k = &data->req; in curl_easy_pause()
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 315 const OSSL_CMP_MSG *req) in test_transfer_cb() 314 test_transfer_cb(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) test_transfer_cb() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.h | 1398 * @req: Query reference from p2p_sd_request() 1401 int p2p_sd_cancel_request(struct p2p_data *p2p, void *req);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.h | 1425 * @req: Query reference from p2p_sd_request() 1428 int p2p_sd_cancel_request(struct p2p_data *p2p, void *req);
|
/third_party/vulkan-loader/loader/ |
H A D | unknown_ext_chain_masm.asm | 35 PhysDevExtTramp macro num:req
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 698 VkMemoryRequirements req = getBufferMemoryRequirements(vkd, device, *m_buffer); in Buffer() local 700 m_allocation = context.getDefaultAllocator().allocate(req, MemoryRequirement::HostVisible); in Buffer() 801 VkMemoryRequirements req = getImageMemoryRequirements(vk, device, *m_image); in Image() local 803 req.size *= 2; in Image() 804 m_allocation = context.getDefaultAllocator().allocate(req, MemoryRequirement::Any); in Image()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 698 VkMemoryRequirements req = getBufferMemoryRequirements(vkd, device, *m_buffer); in Buffer() local 700 m_allocation = context.getDefaultAllocator().allocate(req, MemoryRequirement::HostVisible); in Buffer() 801 VkMemoryRequirements req = getImageMemoryRequirements(vk, device, *m_image); in Image() local 803 req.size *= 2; in Image() 804 m_allocation = context.getDefaultAllocator().allocate(req, MemoryRequirement::Any); in Image()
|
/third_party/libdrm/radeon/ |
H A D | radeon_surface.c | 124 static int radeon_get_value(int fd, unsigned req, uint32_t *value) in radeon_get_value() argument 130 info.request = req; in radeon_get_value()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 1765 pub fn dynamic_link_require_all(mut self, req: bool) -> Self { in dynamic_link_require_all() 1766 self.options.dynamic_link_require_all = req; in dynamic_link_require_all()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ap.c | 1223 const struct wpabuf *req, in wpas_ap_wps_nfc_report_handover() 1231 return hostapd_wps_nfc_report_handover(hapd, req, sel); in wpas_ap_wps_nfc_report_handover() 1222 wpas_ap_wps_nfc_report_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *req, const struct wpabuf *sel) wpas_ap_wps_nfc_report_handover() argument
|
H A D | p2p_supplicant.c | 8946 const struct wpabuf *req, in wpas_p2p_nfc_report_handover() 8958 wpabuf_head(req), wpabuf_len(req)); in wpas_p2p_nfc_report_handover() 8963 tmp = ndef_parse_p2p(init ? sel : req); in wpas_p2p_nfc_report_handover() 8945 wpas_p2p_nfc_report_handover(struct wpa_supplicant *wpa_s, int init, const struct wpabuf *req, const struct wpabuf *sel, int forced_freq) wpas_p2p_nfc_report_handover() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 1018 void WpaGui::processCtrlReq(const char *req) in processCtrlReq() argument 1027 if (udr->setParams(this, req) < 0) { in processCtrlReq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 2126 const struct wpabuf *req, in hostapd_wps_nfc_report_handover() 2141 wps = ndef_parse_wifi(req); in hostapd_wps_nfc_report_handover() 2125 hostapd_wps_nfc_report_handover(struct hostapd_data *hapd, const struct wpabuf *req, const struct wpabuf *sel) hostapd_wps_nfc_report_handover() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ap.c | 1472 const struct wpabuf *req, in wpas_ap_wps_nfc_report_handover() 1480 return hostapd_wps_nfc_report_handover(hapd, req, sel); in wpas_ap_wps_nfc_report_handover() 1471 wpas_ap_wps_nfc_report_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *req, const struct wpabuf *sel) wpas_ap_wps_nfc_report_handover() argument
|
H A D | p2p_supplicant.c | 10387 const struct wpabuf *req, 10399 wpabuf_head(req), wpabuf_len(req)); 10404 tmp = ndef_parse_p2p(init ? sel : req);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 1033 void WpaGui::processCtrlReq(const char *req) in processCtrlReq() argument 1042 if (udr->setParams(this, req) < 0) { in processCtrlReq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 1932 const struct wpabuf *req, in hostapd_wps_nfc_report_handover() 1947 wps = ndef_parse_wifi(req); in hostapd_wps_nfc_report_handover() 1931 hostapd_wps_nfc_report_handover(struct hostapd_data *hapd, const struct wpabuf *req, const struct wpabuf *sel) hostapd_wps_nfc_report_handover() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 3085 struct crypto_csr * crypto_csr_verify(const struct wpabuf *req) in crypto_csr_verify() argument 3089 const u8 *der = wpabuf_head(req); in crypto_csr_verify() 3091 csr = d2i_X509_REQ(NULL, &der, wpabuf_len(req)); in crypto_csr_verify()
|
/third_party/backends/backend/ |
H A D | hp-option.c | 2901 #define REQUIRES(req) req
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 4177 struct timespec req = { 0, 100000000 }; /* 100 msec */ in load_fuse_module() local 4196 nanosleep(&req, NULL); in load_fuse_module()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 399 pub req: ::c_ushort,
|