Searched refs:zs (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/build/feature/
H A Dtest-zlib.c6 z_stream zs; local
8 inflateInit(&zs);
/linux-master/tools/perf/util/
H A Dzlib.c24 z_stream zs = { local
43 if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK)
46 zs.next_in = ptr;
47 zs.avail_in = stbuf.st_size;
50 zs.next_out = buf;
51 zs.avail_out = CHUNK_SIZE;
53 ret = inflate(&zs, Z_NO_FLUSH);
65 len = CHUNK_SIZE - zs.avail_out;
74 inflateEnd(&zs);
/linux-master/arch/mips/math-emu/
H A Dsp_maddf.c43 zs ^= 1;
82 if ((zc == IEEE754_CLASS_INF) && (zs != rs)) {
103 return ieee754sp_inf(zs);
106 if (zs == rs)
125 return ieee754sp_inf(zs);
131 return ieee754sp_inf(zs);
137 return ieee754sp_inf(zs);
205 if (zs == rs) {
208 * leaving result in zm64, zs and ze.
220 zs
[all...]
H A Ddp_maddf.c75 zs ^= 1;
113 if ((zc == IEEE754_CLASS_INF) && (zs != rs)) {
134 return ieee754dp_inf(zs);
137 if (zs == rs)
156 return ieee754dp_inf(zs);
162 return ieee754dp_inf(zs);
168 return ieee754dp_inf(zs);
262 if (zs == rs) {
265 * leaving result in hzm:lzm, zs and ze.
280 zs
[all...]
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-master/drivers/tty/serial/
H A DMakefile92 obj-$(CONFIG_SERIAL_ZS) += zs.o
/linux-master/drivers/nvme/host/
H A Dzns.c165 zone.cond = entry->zs >> 4;
/linux-master/drivers/nvme/target/
H A Dzns.c239 zdesc.zs = z->cond << 4;
/linux-master/include/linux/
H A Dnvme.h687 __u8 zs; member in struct:nvme_zone_descriptor

Completed in 182 milliseconds