Home
last modified time | relevance | path

Searched refs:lastlen (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.49-cmd_arg.patch87 + long dirlen, namelen, lastlen=0;
107 + if (namelen > lastlen) {
110 + lastlen = namelen;
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dixp4xx_crypto.c1010 unsigned int lastlen; in aead_perform() local
1050 lastlen = buf->buf_len; in aead_perform()
1051 if (lastlen >= authsize) in aead_perform()
1072 lastlen = buf->buf_len; in aead_perform()
1073 if (lastlen >= authsize) in aead_perform()
1079 if (unlikely(lastlen < authsize)) { in aead_perform()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_wr.c1052 uint32_t bufsz, len, lastlen = 0; in csio_wr_process_fl() local
1081 lastlen = min(bufsz, len); in csio_wr_process_fl()
1082 fbuf->len = lastlen; in csio_wr_process_fl()
1084 len -= lastlen; in csio_wr_process_fl()
1096 flq->un.fl.offset += ALIGN(lastlen, sge->csio_fl_align); in csio_wr_process_fl()