Home
last modified time | relevance | path

Searched refs:start_buf (Results 1 – 10 of 10) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dioctl.c263 LCN start_buf; in fstrim() local
318 for (start_buf = 0; start_buf < vol->nr_clusters; in fstrim()
319 start_buf += FSTRIM_BUFSIZ * 8) { in fstrim()
327 end_buf = start_buf + FSTRIM_BUFSIZ*8; in fstrim()
330 count = (end_buf - start_buf) / 8; in fstrim()
332 br = ntfs_attr_pread(vol->lcnbmp_na, start_buf/8, count, buf); in fstrim()
345 for (start_lcn = start_buf; start_lcn < end_buf; ++start_lcn) { in fstrim()
346 if (!ntfs_bit_get(buf, start_lcn-start_buf)) { in fstrim()
358 !ntfs_bit_get(buf, end_lcn-start_buf)) in fstrim()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_tnc.c211 char *start_buf, *end_buf; in eap_tnc_process() local
367 start_buf = tncc_if_tnccs_start(data->tncc); in eap_tnc_process()
368 if (start_buf == NULL) in eap_tnc_process()
370 start_len = os_strlen(start_buf); in eap_tnc_process()
373 os_free(start_buf); in eap_tnc_process()
381 os_free(start_buf); in eap_tnc_process()
386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
387 os_free(start_buf); in eap_tnc_process()
/third_party/libxml2/
Dbuf.c370 size_t start_buf = buf->content - buf->contentIO; in xmlBufEmpty() local
372 buf->size += start_buf; in xmlBufEmpty()
415 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
416 if (start_buf >= buf->size) { in xmlBufShrink()
420 buf->size += start_buf; in xmlBufShrink()
477 size_t start_buf = buf->content - buf->contentIO; in xmlBufGrowInternal() local
479 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufGrowInternal()
485 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
750 size_t start_buf; in xmlBufResize() local
813 start_buf = buf->content - buf->contentIO; in xmlBufResize()
[all …]
Dtree.c7271 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty() local
7273 buf->size += start_buf; in xmlBufferEmpty()
7311 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink() local
7312 if (start_buf >= buf->size) { in xmlBufferShrink()
7316 buf->size += start_buf; in xmlBufferShrink()
7356 size_t start_buf = buf->content - buf->contentIO; in xmlBufferGrow() local
7358 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow()
7364 buf->content = newbuf + start_buf; in xmlBufferGrow()
7459 size_t start_buf; in xmlBufferResize() local
7516 start_buf = buf->content - buf->contentIO; in xmlBufferResize()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_tnc.c211 char *start_buf, *end_buf; in eap_tnc_process() local
367 start_buf = tncc_if_tnccs_start(data->tncc); in eap_tnc_process()
368 if (start_buf == NULL) in eap_tnc_process()
370 start_len = os_strlen(start_buf); in eap_tnc_process()
373 os_free(start_buf); in eap_tnc_process()
381 os_free(start_buf); in eap_tnc_process()
386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
387 os_free(start_buf); in eap_tnc_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_tnc.c132 char *start_buf, *end_buf; in eap_tnc_build() local
138 start_buf = tncs_if_tnccs_start(data->tncs); in eap_tnc_build()
139 if (start_buf == NULL) in eap_tnc_build()
141 start_len = os_strlen(start_buf); in eap_tnc_build()
144 os_free(start_buf); in eap_tnc_build()
152 os_free(start_buf); in eap_tnc_build()
157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()
158 os_free(start_buf); in eap_tnc_build()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_tnc.c132 char *start_buf, *end_buf; in eap_tnc_build() local
138 start_buf = tncs_if_tnccs_start(data->tncs); in eap_tnc_build()
139 if (start_buf == NULL) in eap_tnc_build()
141 start_len = os_strlen(start_buf); in eap_tnc_build()
144 os_free(start_buf); in eap_tnc_build()
152 os_free(start_buf); in eap_tnc_build()
157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()
158 os_free(start_buf); in eap_tnc_build()
/third_party/python/PC/
Dgetpathp.c833 wchar_t *buf, *start_buf; in calculate_module_search_path() local
838 start_buf = buf; in calculate_module_search_path()
841 if (wcscpy_s(buf, bufsz - (buf - start_buf), in calculate_module_search_path()
849 if (wcscpy_s(buf, bufsz - (buf - start_buf), zip_path)) { in calculate_module_search_path()
856 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->user_path)) { in calculate_module_search_path()
863 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->machine_path)) { in calculate_module_search_path()
871 if (wcscpy_s(buf, bufsz - (buf - start_buf), PYTHONPATH)) { in calculate_module_search_path()
890 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->home)) { in calculate_module_search_path()
931 while (look >= start_buf && *look != DELIM) in calculate_module_search_path()
942 if (look < start_buf) { in calculate_module_search_path()
[all …]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c2226 uint8_t start_buf[8]; in dec_av1_Decode() local
2238 start_buf[i] = in dec_av1_Decode()
2262 memcpy(priv->codec_data.av1.bs_obu_seq_buf, start_buf, start_bytes); in dec_av1_Decode()
2270 memcpy(priv->codec_data.av1.bs_obu_td_buf, start_buf, total_obu_len); in dec_av1_Decode()
2301 buffers[num_buffers] = (void *)start_buf; in dec_av1_Decode()
/third_party/chromium/patch/
D0001-cve.patch97418 size_t start_buf;
133107 size_t start_buf = buf->content - buf->contentIO;