Home
last modified time | relevance | path

Searched refs:d_buf (Results 1 – 15 of 15) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
Ddeflate.h238 ushf *d_buf; member
321 s->d_buf[s->last_lit] = 0; \
329 s->d_buf[s->last_lit] = dist; \
Dtrees.c1031 s->d_buf[s->last_lit] = (ush)dist;
1088 dist = s->d_buf[lx];
Ddeflate.c300 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
986 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.h244 ushf *d_buf; member
328 s->d_buf[s->last_lit] = 0; \
336 s->d_buf[s->last_lit] = dist; \
Dtrees.c1019 s->d_buf[s->last_lit] = (ush)dist;
1076 dist = s->d_buf[lx];
Ddeflate.c340 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
1146 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.h244 ushf *d_buf; member
328 s->d_buf[s->last_lit] = 0; \
336 s->d_buf[s->last_lit] = dist; \
Dtrees.c1019 s->d_buf[s->last_lit] = (ush)dist;
1076 dist = s->d_buf[lx];
Ddeflate.c340 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
1146 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/third_party/mesa3d/src/amd/common/
Dac_rtld.c200 const Elf64_Sym *symbol = symbols_data->d_buf; in read_private_lds_symbols()
501 *data = target_data->d_buf; in get_section_by_name()
635 const Elf64_Sym *symbols = symbols_data->d_buf; in apply_relocs()
641 const char *orig_base = target_data->d_buf; in apply_relocs()
645 Elf64_Rel *rel = reloc_data->d_buf; in apply_relocs()
775 memcpy(u->rx_ptr + s->offset, data->d_buf, shdr->sh_size); in ac_rtld_upload()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c312 memcpy(binary->code, section_data->d_buf, binary->code_size); in r600_elf_read()
317 memcpy(binary->config, section_data->d_buf, binary->config_size); in r600_elf_read()
321 binary->disasm_string = strndup(section_data->d_buf, in r600_elf_read()
327 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size); in r600_elf_read()
/third_party/NuttX/drivers/usbdev/gadget/
Drndis.c2303 uint8_t *d_buf; in rndis_tx() local
2320 d_buf = &req->buf[RNDIS_PACKET_HDR_SIZE]; in rndis_tx()
2323 …ret = memcpy_s((void *)(d_buf + len), total_len - len, (const void *)(sg_list[i].buf), sg_list[i].… in rndis_tx()
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.ipp1199 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.ipp1199 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
/third_party/NuttX/
DReleaseNotes21410 - 6LoWPAN: Record and restore d_buf on entry/exit of sixlowpan_input.
21411 This avoids an issue where d_buf gets set to NULL by 6LoWPAN, and
25215 - wireless network devices: Attach radio to d_buf before registering
25219 that the radio's buffer be attached to d_buf. Otherwise an assertion