Searched refs:dcode (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inffast.c | 85 code const *dcode; /* local strm->distcode */ in inflate_fast() local 112 dcode = state->distcode; in inflate_fast() 152 this = dcode[hold & dmask]; in inflate_fast() 287 this = dcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_sup.c | 556 uint32_t *dcode = (uint32_t *)req->ring; in qla2xxx_find_flt_start() local 587 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, 0x20); in qla2xxx_find_flt_start() 594 qla24xx_read_flash_data(vha, dcode, pcids >> 2, 0x20); in qla2xxx_find_flt_start() 609 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, sizeof(*fltl) >> 2); in qla2xxx_find_flt_start() 3167 uint16_t *dcode; in qla2x00_get_flash_version() local 3258 dcode = (uint16_t *)dbyte; in qla2x00_get_flash_version() 3268 if ((dcode[0] == 0xffff && dcode[1] == 0xffff && in qla2x00_get_flash_version() 3269 dcode[2] == 0xffff && dcode[3] == 0xffff) || in qla2x00_get_flash_version() 3270 (dcode[0] == 0 && dcode[1] == 0 && dcode[2] == 0 && in qla2x00_get_flash_version() 3271 dcode[3] == 0)) { in qla2x00_get_flash_version() [all …]
|
| H A D | qla_init.c | 7895 uint32_t *dcode; in qla24xx_load_risc_flash() local 7904 dcode = (uint32_t *)req->ring; in qla24xx_load_risc_flash() 7905 qla24xx_read_flash_data(vha, dcode, faddr, 8); in qla24xx_load_risc_flash() 7906 if (qla24xx_risc_firmware_invalid(dcode)) { in qla24xx_load_risc_flash() 7912 dcode[0], dcode[1], dcode[2], dcode[3]); in qla24xx_load_risc_flash() 7917 dcode = (uint32_t *)req->ring; in qla24xx_load_risc_flash() 7923 qla24xx_read_flash_data(vha, dcode, faddr, 10); in qla24xx_load_risc_flash() 7924 risc_addr = be32_to_cpu((__force __be32)dcode[2]); in qla24xx_load_risc_flash() 7925 risc_size = be32_to_cpu((__force __be32)dcode[3]); in qla24xx_load_risc_flash() 7928 risc_attr = be32_to_cpu((__force __be32)dcode[9]); in qla24xx_load_risc_flash() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inffast.c | 88 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local 123 dcode = state->distcode; in inflate_fast() 167 this = dcode[hold & dmask]; in inflate_fast() 300 this = dcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()
|
| H A D | trees.c | 1054 int dcode; local 1055 for (dcode = 0; dcode < D_CODES; dcode++) { 1056 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1057 (5L+extra_dbits[dcode]);
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deftree.c | 943 int dcode; local 944 for (dcode = 0; dcode < D_CODES; dcode++) { 945 out_length += (ulg)s->dyn_dtree[dcode].Freq * 946 (5L+extra_dbits[dcode]);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 293 - int dcode; 294 - for (dcode = 0; dcode < D_CODES; dcode++) { 295 - out_length += (ulg)s->dyn_dtree[dcode].Freq * 296 - (5L+extra_dbits[dcode]);
|