Home
last modified time | relevance | path

Searched refs:zs (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/util/
H A Dzlib.c24 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()
/linux/arch/mips/math-emu/
H A Dsp_maddf.c43 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()
220 zs = rs; in _sp_maddf()
241 return ieee754sp_format(zs, ze, zm); in _sp_maddf()
H A Ddp_maddf.c75 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()
280 zs = rs; in _dp_maddf()
321 return ieee754dp_format(zs, ze, lzm); in _dp_maddf()
H A Dieee754int.h52 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)
/linux/tools/build/feature/
H A Dtest-zlib.c6 z_stream zs; in main() local
8 inflateInit(&zs); in main()
/linux/Documentation/devicetree/bindings/clock/
H A Drenesas,cpg-clocks.yaml87 - const: zs
160 - const: zs
H A Drenesas,cpg-div6-clock.yaml63 "zx", "zs", "hp";
/linux/drivers/tty/serial/
H A DMakefile94 obj-$(CONFIG_SERIAL_ZS) += zs.o
H A DKconfig370 the module will be called zs.
/linux/drivers/nvme/host/
H A Dzns.c165 zone.cond = entry->zs >> 4; in nvme_zone_parse_entry()
/linux/drivers/nvme/target/
H A Dzns.c235 zdesc.zs = z->cond << 4; in nvmet_bdev_report_zone_cb()
/linux/arch/arm/boot/dts/renesas/
H A Dr8a7779.dtsi585 clock-output-names = "plla", "z", "zs", "s",
H A Dr8a73a4.dtsi516 "zx", "zs", "hp";
/linux/include/linux/
H A Dnvme.h687 __u8 zs; member
/linux/
H A DMAINTAINERS24913 F: drivers/tty/serial/zs.*