Home
last modified time | relevance | path

Searched refs:extra_buf (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc110 void* extra_buf = static_cast<void*>(static_cast<char*>(ptr) + in AllocateRaw() local
116 << " bytes starting at " << extra_buf in AllocateRaw()
118 TF_ANNOTATE_MEMORY_IS_INITIALIZED(extra_buf, extra_bytes); in AllocateRaw()
/external/wpa_supplicant_8/src/fst/
Dfst_session.c272 const struct wpabuf *extra_buf) in fst_session_send_action() argument
297 if (extra_buf) in fst_session_send_action()
298 len += wpabuf_size(extra_buf); in fst_session_send_action()
310 if (extra_buf) in fst_session_send_action()
311 wpabuf_put_buf(buf, extra_buf); in fst_session_send_action()
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c2758 struct wpabuf *extra_buf = NULL; in anqp_send_req() local
2781 extra_buf = wpabuf_alloc(100); in anqp_send_req()
2782 if (extra_buf == NULL) in anqp_send_req()
2784 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req()
2796 wpabuf_free(extra_buf); in anqp_send_req()
2802 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req()
2803 wpabuf_free(extra_buf); in anqp_send_req()
2807 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req()
2813 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()
2814 wpabuf_free(extra_buf); in anqp_send_req()