/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | zlib.c | 24 z_stream zs = { in gzip_decompress_to_file() local 43 if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK) in gzip_decompress_to_file() 46 zs.next_in = ptr; in gzip_decompress_to_file() 47 zs.avail_in = stbuf.st_size; in gzip_decompress_to_file() 50 zs.next_out = buf; in gzip_decompress_to_file() 51 zs.avail_out = CHUNK_SIZE; in gzip_decompress_to_file() 53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file() 65 len = CHUNK_SIZE - zs.avail_out; in gzip_decompress_to_file() 74 inflateEnd(&zs); in gzip_decompress_to_file()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | zlib.c | 24 z_stream zs = { in gzip_decompress_to_file() local 43 if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK) in gzip_decompress_to_file() 46 zs.next_in = ptr; in gzip_decompress_to_file() 47 zs.avail_in = stbuf.st_size; in gzip_decompress_to_file() 50 zs.next_out = buf; in gzip_decompress_to_file() 51 zs.avail_out = CHUNK_SIZE; in gzip_decompress_to_file() 53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file() 65 len = CHUNK_SIZE - zs.avail_out; in gzip_decompress_to_file() 74 inflateEnd(&zs); in gzip_decompress_to_file()
|
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
H A D | sp_maddf.c | 43 zs ^= 1; in _sp_maddf() 82 if ((zc == IEEE754_CLASS_INF) && (zs != rs)) { in _sp_maddf() 103 return ieee754sp_inf(zs); in _sp_maddf() 106 if (zs == rs) in _sp_maddf() 125 return ieee754sp_inf(zs); in _sp_maddf() 131 return ieee754sp_inf(zs); in _sp_maddf() 137 return ieee754sp_inf(zs); in _sp_maddf() 205 if (zs == rs) { in _sp_maddf() 208 * leaving result in zm64, zs and ze. in _sp_maddf() 220 zs in _sp_maddf() [all...] |
H A D | dp_maddf.c | 75 zs ^= 1; in _dp_maddf() 113 if ((zc == IEEE754_CLASS_INF) && (zs != rs)) { in _dp_maddf() 134 return ieee754dp_inf(zs); in _dp_maddf() 137 if (zs == rs) in _dp_maddf() 156 return ieee754dp_inf(zs); in _dp_maddf() 162 return ieee754dp_inf(zs); in _dp_maddf() 168 return ieee754dp_inf(zs); in _dp_maddf() 262 if (zs == rs) { in _dp_maddf() 265 * leaving result in hzm:lzm, zs and ze. in _dp_maddf() 280 zs in _dp_maddf() [all...] |
H A D | ieee754int.h | 52 unsigned int zm; int ze; int zs; int zc 80 #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm) 90 u64 zm; int ze; int zs; int zc 118 #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm) 144 #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm) 147 #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm)
|
/kernel/linux/linux-6.6/arch/mips/math-emu/ |
H A D | sp_maddf.c | 43 zs ^= 1; in _sp_maddf() 82 if ((zc == IEEE754_CLASS_INF) && (zs != rs)) { in _sp_maddf() 103 return ieee754sp_inf(zs); in _sp_maddf() 106 if (zs == rs) in _sp_maddf() 125 return ieee754sp_inf(zs); in _sp_maddf() 131 return ieee754sp_inf(zs); in _sp_maddf() 137 return ieee754sp_inf(zs); in _sp_maddf() 205 if (zs == rs) { in _sp_maddf() 208 * leaving result in zm64, zs and ze. in _sp_maddf() 220 zs in _sp_maddf() [all...] |
H A D | dp_maddf.c | 75 zs ^= 1; in _dp_maddf() 113 if ((zc == IEEE754_CLASS_INF) && (zs != rs)) { in _dp_maddf() 134 return ieee754dp_inf(zs); in _dp_maddf() 137 if (zs == rs) in _dp_maddf() 156 return ieee754dp_inf(zs); in _dp_maddf() 162 return ieee754dp_inf(zs); in _dp_maddf() 168 return ieee754dp_inf(zs); in _dp_maddf() 262 if (zs == rs) { in _dp_maddf() 265 * leaving result in hzm:lzm, zs and ze. in _dp_maddf() 280 zs in _dp_maddf() [all...] |
H A D | ieee754int.h | 52 unsigned int zm; int ze; int zs; int zc 80 #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm) 90 u64 zm; int ze; int zs; int zc 118 #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm) 144 #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm) 147 #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm)
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-zlib.c | 6 z_stream zs; in main() local 8 inflateInit(&zs); in main()
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-zlib.c | 6 z_stream zs; in main() local 8 inflateInit(&zs); in main()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | Makefile | 42 obj-$(CONFIG_SERIAL_ZS) += zs.o
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | zns.c | 160 zone.cond = entry->zs >> 4; in nvme_zone_parse_entry()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | zns.c | 164 zone.cond = entry->zs >> 4; in nvme_zone_parse_entry()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | zns.c | 239 zdesc.zs = z->cond << 4; in nvmet_bdev_report_zone_cb()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nvme.h | 570 __u8 zs; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme.h | 682 __u8 zs; member
|