Searched refs:zlen (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | dh.c | 144 u8 *dst, unsigned int dlen, unsigned int zlen) in kdf_ctr() argument 161 if (zlen && h) { in kdf_ctr() 163 size_t chunk = min_t(size_t, zlen, sizeof(tmpbuffer)); in kdf_ctr() 172 zlen -= chunk; in kdf_ctr() 173 chunk = min_t(size_t, zlen, sizeof(tmpbuffer)); in kdf_ctr() 174 } while (zlen); in kdf_ctr()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | file.c | 946 int zlen = min(len - ret, i_size - off - ret); in ceph_sync_read() local 949 off + ret, off + ret + zlen); in ceph_sync_read() 950 ceph_zero_page_vector_range(zoff, zlen, pages); in ceph_sync_read() 951 ret += zlen; in ceph_sync_read() 1102 int zlen = osd_data->bvec_pos.iter.bi_size - rc; in ceph_aio_complete_req() local 1113 zlen = min_t(size_t, zlen, in ceph_aio_complete_req() 1115 aio_req->total_len = rc + zlen; in ceph_aio_complete_req() 1122 iov_iter_zero(zlen, &i); in ceph_aio_complete_req() 1342 int zlen = min_t(size_t, len - ret, in ceph_direct_read_write() local 1347 iov_iter_zero(zlen, &i); in ceph_direct_read_write() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_write.h | 1081 int j,zlen; in stbi_write_png_to_mem() local 1122 zlib = stbi_zlib_compress(filt, y*( x*n+1), &zlen, stbi_write_png_compression_level); in stbi_write_png_to_mem() 1127 out = (unsigned char *) STBIW_MALLOC(8 + 12+13 + 12+zlen + 12); in stbi_write_png_to_mem() 1129 *out_len = 8 + 12+13 + 12+zlen + 12; in stbi_write_png_to_mem() 1144 stbiw__wp32(o, zlen); in stbi_write_png_to_mem() 1146 STBIW_MEMMOVE(o, zlib, zlen); in stbi_write_png_to_mem() 1147 o += zlen; in stbi_write_png_to_mem() 1149 stbiw__wpcrc(&o, zlen); in stbi_write_png_to_mem()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 1081 int j,zlen; in stbi_write_png_to_mem() local 1122 zlib = stbi_zlib_compress(filt, y*( x*n+1), &zlen, stbi_write_png_compression_level); in stbi_write_png_to_mem() 1127 out = (unsigned char *) STBIW_MALLOC(8 + 12+13 + 12+zlen + 12); in stbi_write_png_to_mem() 1129 *out_len = 8 + 12+13 + 12+zlen + 12; in stbi_write_png_to_mem() 1144 stbiw__wp32(o, zlen); in stbi_write_png_to_mem() 1146 STBIW_MEMMOVE(o, zlib, zlen); in stbi_write_png_to_mem() 1147 o += zlen; in stbi_write_png_to_mem() 1149 stbiw__wpcrc(&o, zlen); in stbi_write_png_to_mem()
|