Home
last modified time | relevance | path

Searched refs:dcode (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/zlib/
H A Dinffast.c67 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local
94 dcode = state->distcode; in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
264 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
/freebsd-14.2/sys/dev/isp/
H A Disp.c5199 uint32_t *dcode; in isp_load_risc_flash() local
5205 dcode = isp->isp_rquest; in isp_load_risc_flash()
5206 isp_read_flash_data(isp, dcode, faddr, 8); in isp_load_risc_flash()
5207 if (isp_risc_firmware_invalid(isp, dcode)) { in isp_load_risc_flash()
5214 dcode[0], dcode[1], dcode[2], dcode[3]); in isp_load_risc_flash()
5218 fcp->fw_flashrev[i] = be32toh(dcode[4 + i]); in isp_load_risc_flash()
5252 dcode = isp->isp_rquest; in isp_load_risc_flash()
5256 isp_read_flash_data(isp, dcode, faddr, 10); in isp_load_risc_flash()
5257 risc_addr = be32toh(dcode[2]); in isp_load_risc_flash()
5258 risc_size = be32toh(dcode[3]); in isp_load_risc_flash()
[all …]