Home
last modified time | relevance | path

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

/linux/tools/perf/util/
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/
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()
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()
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/
A Dtest-zlib.c6 z_stream zs; in main() local
8 inflateInit(&zs); in main()
/linux/Documentation/devicetree/bindings/clock/
A Drenesas,cpg-clocks.yaml87 - const: zs
160 - const: zs
/linux/drivers/tty/serial/
A DMakefile41 obj-$(CONFIG_SERIAL_ZS) += zs.o
A DKconfig371 the module will be called zs.
/linux/drivers/nvme/host/
A Dzns.c165 zone.cond = entry->zs >> 4; in nvme_zone_parse_entry()
/linux/drivers/nvme/target/
A Dzns.c221 zdesc.zs = z->cond << 4; in nvmet_bdev_report_zone_cb()
/linux/arch/arm/boot/dts/
A Dr8a7779.dtsi517 clock-output-names = "plla", "z", "zs", "s",
A Dr8a73a4.dtsi487 "zx", "zs", "hp";
/linux/include/linux/
A Dnvme.h594 __u8 zs; member
/linux/
A DMAINTAINERS21101 F: drivers/tty/serial/zs.*

Completed in 45 milliseconds