Home
last modified time | relevance | path

Searched refs:extra_bytes (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p3.patch48 - if ((G.extra_bytes != 0 &&
49 - cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) ||
52 G.extra_bytes + G.ecrec.offset_start_central_directory,
54 + G.extra_bytes + G.ecrec.offset_start_central_directory +
60 + if ((G.extra_bytes != 0 &&
61 + cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) ||
H A DCVE-2019-13232_p2.patch187 + if ((G.extra_bytes != 0 &&
188 + cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) ||
190 + G.extra_bytes + G.ecrec.offset_start_central_directory,
213 request = G.pInfo->offset + G.extra_bytes;
H A DCVE-2021-4217.patch33 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes +
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Daltera-ps-spi.c156 size_t extra_bytes = (len & 0x03); in rev_buf() local
157 const u32 *fw_end = (u32 *)(buf + len - extra_bytes); in rev_buf()
165 if (extra_bytes) { in rev_buf()
167 while (extra_bytes) { in rev_buf()
170 extra_bytes--; in rev_buf()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dud.c268 u16 *pkey, u32 extra_bytes, bool bypass) in hfi1_make_bth_deth() argument
283 bth0 |= extra_bytes << 20; in hfi1_make_bth_deth()
306 u32 nwords, extra_bytes; in hfi1_make_ud_req_9B() local
321 extra_bytes = -wqe->length & 3; in hfi1_make_ud_req_9B()
322 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_9B()
365 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, false); in hfi1_make_ud_req_9B()
382 u32 dlid, slid, nwords, extra_bytes; in hfi1_make_ud_req_16B() local
409 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2), in hfi1_make_ud_req_16B()
411 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_16B()
457 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, true); in hfi1_make_ud_req_16B()
[all …]
H A Druc.c284 u8 extra_bytes = hfi1_get_16b_padding( in hfi1_make_ruc_header_16B() local
288 extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_ruc_header_16B()
328 bth0 |= extra_bytes << 20; in hfi1_make_ruc_header_16B()
370 u8 extra_bytes = -ps->s_txreq->s_cur_size & 3; in hfi1_make_ruc_header_9B() local
372 extra_bytes) >> 2); in hfi1_make_ruc_header_9B()
405 bth0 |= extra_bytes << 20; in hfi1_make_ruc_header_9B()
H A Duc.c320 u8 extra_bytes = pad + packet->extra_byte + (SIZE_OF_CRC << 2); in hfi1_uc_rcv() local
425 if (unlikely(tlen != (hdrsize + pmtu + extra_bytes))) in hfi1_uc_rcv()
445 if (unlikely(tlen < (hdrsize + extra_bytes))) in hfi1_uc_rcv()
448 tlen -= (hdrsize + extra_bytes); in hfi1_uc_rcv()
539 tlen -= (hdrsize + extra_bytes); in hfi1_uc_rcv()
564 tlen -= (hdrsize + extra_bytes); in hfi1_uc_rcv()
H A Dverbs.c770 u8 extra_bytes = 0; in build_verbs_tx_desc() local
777 extra_bytes = hfi1_get_16b_padding(hdrbytes - 8, length) + in build_verbs_tx_desc()
785 extra_bytes, in build_verbs_tx_desc()
822 if (extra_bytes) in build_verbs_tx_desc()
824 sde->dd->sdma_pad_phys, extra_bytes); in build_verbs_tx_desc()
855 u8 extra_bytes = hfi1_get_16b_padding((hdrwords << 2), len); in hfi1_verbs_send_dma() local
857 dwords = (len + extra_bytes + (SIZE_OF_CRC << 2) + in hfi1_verbs_send_dma()
997 u8 extra_bytes = 0; in hfi1_verbs_send_pio() local
1002 extra_bytes = pad_size + (SIZE_OF_CRC << 2) + SIZE_OF_LT; in hfi1_verbs_send_pio()
1003 dwords = (len + extra_bytes) >> 2; in hfi1_verbs_send_pio()
[all …]
H A Drc.c1328 u8 extra_bytes; in hfi1_make_rc_ack_16B() local
1334 extra_bytes = hfi1_get_16b_padding(*hwords << 2, 0); in hfi1_make_rc_ack_16B()
1335 *nwords = SIZE_OF_CRC + ((extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_rc_ack_16B()
1360 bth0 |= extra_bytes << 20; in hfi1_make_rc_ack_16B()
2363 u8 extra_bytes = pad + packet->extra_byte + (SIZE_OF_CRC << 2); in rc_rcv_resp() local
2430 if (unlikely(tlen != (hdrsize + pmtu + extra_bytes))) in rc_rcv_resp()
2467 if (unlikely(tlen < (hdrsize + extra_bytes))) in rc_rcv_resp()
2489 if (unlikely(tlen <= (hdrsize + extra_bytes))) in rc_rcv_resp()
2492 tlen -= hdrsize + extra_bytes; in rc_rcv_resp()
2825 u8 extra_bytes = pad + packet->extra_byte + (SIZE_OF_CRC << 2); in hfi1_rc_rcv() local
[all …]
H A Ddriver.c1688 u32 extra_bytes; in hfi1_ipoib_ib_rcv() local
1728 extra_bytes = ib_bth_get_pad(packet->ohdr) + (SIZE_OF_CRC << 2) + in hfi1_ipoib_ib_rcv()
1730 if (unlikely(tlen < extra_bytes)) in hfi1_ipoib_ib_rcv()
1733 tlen -= extra_bytes; in hfi1_ipoib_ib_rcv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.h187 static inline struct octeon_recv_info *octeon_alloc_recv_info(int extra_bytes) in octeon_alloc_recv_info() argument
193 extra_bytes, GFP_ATOMIC); in octeon_alloc_recv_info()
201 if (extra_bytes) in octeon_alloc_recv_info()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_ruc.c213 u32 extra_bytes; in qib_make_ruc_header() local
216 extra_bytes = -qp->s_cur_size & 3; in qib_make_ruc_header()
217 nwords = (qp->s_cur_size + extra_bytes) >> 2; in qib_make_ruc_header()
237 bth0 |= extra_bytes << 20; in qib_make_ruc_header()
H A Dqib_ud.c239 u32 extra_bytes; in qib_make_ud_req() local
308 extra_bytes = -wqe->length & 3; in qib_make_ud_req()
309 nwords = (wqe->length + extra_bytes) >> 2; in qib_make_ud_req()
363 bth0 |= extra_bytes << 20; in qib_make_ud_req()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_lightbar.c426 int extra_bytes, max_size, ret; in program_store() local
438 extra_bytes = sizeof(*param) - sizeof(param->set_program.data); in program_store()
439 max_size = min(EC_LB_PROG_LEN, ec->ec_dev->max_request - extra_bytes); in program_store()
468 msg->outsize = count + extra_bytes; in program_store()
/OK3568_Linux_fs/kernel/drivers/staging/unisys/visorinput/
H A Dvisorinput.c402 unsigned int extra_bytes = 0; in devdata_create() local
408 extra_bytes = KEYCODE_TABLE_BYTES * 2; in devdata_create()
409 devdata = kzalloc(sizeof(*devdata) + extra_bytes, GFP_KERNEL); in devdata_create()
431 devdata->keycode_table_bytes = extra_bytes; in devdata_create()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dtx.h75 u8 extra_bytes; member
98 (1u << (8 * sizeof(((struct wl128x_tx_mem *) 0)->extra_bytes))))
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S535 # extra_bytes = (uncompressed_size >> 12) + 65536 + 128
541 # extra_bytes = (uncompressed_size >> 8) + 65536
547 # extra_bytes = (uncompressed_size >> 8) + 131072
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daiclib.h116 uint8_t extra_bytes[14]; member
/OK3568_Linux_fs/kernel/net/rds/
H A Dmessage.c339 int extra_bytes = num_sgs * sizeof(struct scatterlist); in rds_message_map_pages() local
341 rm = rds_message_alloc(extra_bytes, GFP_NOWAIT); in rds_message_map_pages()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c221 int extra_bytes; member
740 tu.extra_bytes = drm_fixp2int_ceil(temp2_fp); in _dp_ctrl_calc_tu()
742 tu.extra_bytes = 0; in _dp_ctrl_calc_tu()
744 temp1_fp = drm_fixp_from_fraction(tu.extra_bytes, 1); in _dp_ctrl_calc_tu()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dadvansys.c266 uchar extra_bytes; member
304 uchar extra_bytes; member
6713 scsiq->extra_bytes = (uchar)(_val >> 8); in _AscCopyLramScsiDoneQ()
6950 if (scsiq->extra_bytes != 0) { in AscIsrQDone()
6951 scsiq->remain_bytes += scsiq->extra_bytes; in AscIsrQDone()
8165 uchar extra_bytes; in AscExeScsiQueue() local
8177 scsiq->q1.extra_bytes = 0; in AscExeScsiQueue()
8272 extra_bytes = in AscExeScsiQueue()
8274 if ((extra_bytes != 0) in AscExeScsiQueue()
8282 scsiq->q1.extra_bytes = in AscExeScsiQueue()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1313 desc->wl128x_mem.extra_bytes = aligned_len - skb->len; in wl12xx_set_tx_desc_data_len()
1322 desc->wl128x_mem.extra_bytes); in wl12xx_set_tx_desc_data_len()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c438 int sector_num, int extra_bytes, int err_nbr) in pmecc_correct_data() argument
454 if (byte_pos >= (sector_size + extra_bytes)) in pmecc_correct_data()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.c1288 int extra_bytes = 0; in create_session_open_msg() local
1305 extra_bytes = 4; /* map length */ in create_session_open_msg()
1307 extra_bytes += 8 + strlen(metadata[i][0]) + in create_session_open_msg()
1317 extra_bytes += 4 + size; in create_session_open_msg()
1324 extra_bytes += 2 + 4 + 4 + size; in create_session_open_msg()
1327 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + extra_bytes, in create_session_open_msg()
/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c947 u64 bytes_allowed, extra_bytes; in tg_with_in_bps_limit() local
974 extra_bytes = tg->bytes_disp[rw] + bio_size - bytes_allowed; in tg_with_in_bps_limit()
975 jiffy_wait = div64_u64(extra_bytes * HZ, bps_limit); in tg_with_in_bps_limit()

12