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

12

/openbsd-current/usr.bin/compress/
H A Dzopen.c163 #define htabof(i) zs->zs_htab[i]
164 #define codetabof(i) zs->zs_codetab[i]
167 #define tab_suffixof(i) ((u_char *)(zs->zs_htab))[i]
215 struct s_zstate *zs; local
220 zs = cookie;
223 switch (zs->zs_state) {
229 zs->zs_state = S_MIDDLE;
231 zs->zs_maxmaxcode = 1L << zs->zs_maxbits;
232 if (write(zs
312 struct s_zstate *zs; local
367 output(struct s_zstate *zs, code_int ocode) argument
466 struct s_zstate *zs; local
594 getcode(struct s_zstate *zs) argument
670 cl_block(struct s_zstate *zs) argument
701 cl_hash(struct s_zstate *zs, count_int cl_hsize) argument
735 struct s_zstate *zs; local
770 struct s_zstate *zs; local
[all...]
/openbsd-current/sbin/savecore/
H A Dzopen.c163 #define htabof(i) zs->zs_htab[i]
164 #define codetabof(i) zs->zs_codetab[i]
167 #define tab_suffixof(i) ((u_char *)(zs->zs_htab))[i]
214 struct s_zstate *zs; local
219 zs = cookie;
222 switch (zs->zs_state) {
228 zs->zs_state = S_MIDDLE;
230 zs->zs_maxmaxcode = 1L << zs->zs_maxbits;
231 if (write(zs
311 struct s_zstate *zs; local
369 output(struct s_zstate *zs, code_int ocode) argument
460 cl_block(struct s_zstate *zs) argument
491 cl_hash(struct s_zstate *zs, count_int cl_hsize) argument
548 struct s_zstate *zs; local
[all...]
/openbsd-current/sys/dev/microcode/myx/
H A Dbuild.c40 z_stream zs; local
55 bzero(&zs, sizeof (zs));
56 rv = inflateInit(&zs);
60 zs.avail_in = len;
61 zs.next_in = fw;
62 zs.avail_out = ulen;
63 zs.next_out = ufw;
64 rv = inflate(&zs, Z_FINISH);
68 inflateEnd(&zs);
[all...]
/openbsd-current/lib/libfido2/src/
H A Dcompress.c47 z_stream zs; local
51 memset(&zs, 0, sizeof(zs));
60 if ((z = inflateInit2(&zs, -MAX_WBITS)) != Z_OK) {
70 zs.next_in = in->ptr;
71 zs.avail_in = ilen;
72 zs.next_out = out->ptr;
73 zs.avail_out = olen;
75 if ((z = inflate(&zs, Z_FINISH)) != Z_STREAM_END) {
80 if (zs
102 z_stream zs; local
[all...]
/openbsd-current/share/man/man4/man4.alpha/
H A DMakefile4 lca.4 le.4 mem.4 mcbus.4 mcpcia.4 tcasic.4 tga.4 tsc.4 tsciic.4 zs.4
/openbsd-current/share/man/man4/man4.macppc/
H A DMakefile9 snapper.4 sysbutton.4 tumbler.4 xlights.4 zs.4
/openbsd-current/lib/libm/src/
H A Ds_fma.c55 double xs, ys, zs; local
78 zs = frexp(z, &ez);
169 zs = ldexp(zs, -spread);
170 r = c + zs;
172 rr = (c - (r - s)) + (zs - s) + cc;
H A Ds_fmal.c50 long double xs, ys, zs; local
73 zs = frexpl(z, &ez);
164 zs = ldexpl(zs, -spread);
165 r = c + zs;
167 rr = (c - (r - s)) + (zs - s) + cc;
/openbsd-current/lib/libc/gdtoa/
H A Ddmisc.c124 ULong si, z, zs; local
158 zs = (si >> 16) * q + (ys >> 16);
159 carry = zs >> 16;
162 z = (*bx >> 16) - (zs & 0xffff) - borrow;
199 zs = (si >> 16) + (ys >> 16);
200 carry = zs >> 16;
203 z = (*bx >> 16) - (zs & 0xffff) - borrow;
/openbsd-current/sys/dev/tc/
H A Dzs_ioasic.c183 NULL, "zs", DV_TTY
195 * Is the zs chip present?
221 * Attach a found zs.
226 struct zsc_softc *zs = (void *)self; local
261 zs->zsc_cs[channel] = cs;
262 zs->zsc_addroffset = d->iada_offset; /* cookie only */
298 cs->cs_ctl_chan = zs->zsc_cs[0];
339 zs_ioasic_hardintr, zs, self->dv_xname);
340 zs->zsc_sih = softintr_establish(IPL_SOFTSERIAL, zs_ioasic_softintr, zs);
[all...]
/openbsd-current/sys/arch/macppc/include/
H A Dconf.h47 cdev_decl(zs); variable
/openbsd-current/sys/arch/macppc/macppc/
H A Dconf.c137 cdev_tty_init(NZSTTY,zs), /* 7: Serial ports */
294 cons_decl(zs); variable
301 cons_init(zs),
/openbsd-current/share/man/man4/man4.sparc64/
H A DMakefile15 xbox.4 zs.4 zx.4
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c264 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \
268 if (zchh != zs->state_in_ch && \
269 zs->state_in_len == 1) { \
270 UChar ch = (UChar)(zs->state_in_ch); \
271 BZ_UPDATE_CRC( zs->blockCRC, ch ); \
272 zs->inUse[zs->state_in_ch] = True; \
273 zs->block[zs->nblock] = (UChar)ch; \
274 zs
[all...]
/openbsd-current/sys/arch/alpha/alpha/
H A Dconf.c85 #include "zs.h"
86 cdev_decl(zs); variable
148 cdev_tty_init(NZS,zs), /* 15: Z8530 serial interface */
/openbsd-current/sys/arch/sparc64/include/
H A Dconf.h70 cdev_decl(zs); variable
/openbsd-current/usr.sbin/rpki-client/
H A Dhttp.c109 z_stream zs; member in struct:http_zlib
706 if (inflateInit2(&zctx->zs, MAX_WBITS + 32) != Z_OK)
725 inflateEnd(&conn->zlibctx->zs);
735 if (inflateReset(&conn->zlibctx->zs) != Z_OK)
757 zctx->zs.next_in = conn->buf;
758 zctx->zs.avail_in = bsz;
759 zctx->zs.next_out = zctx->zbuf;
760 zctx->zs.avail_out = zctx->zbufsz;
762 switch ((rv = inflate(&zctx->zs, Z_NO_FLUSH))) {
769 if (zctx->zs
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DSeconds.pm252 Bal��zs Szab�� (dLux), dlux@kapu.hu
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dconf.c164 cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8530 serial port */
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-checkconf.c192 struct local_zones* zs; local
193 if(!(zs = local_zones_create()))
195 if(!local_zones_apply_cfg(zs, cfg))
197 local_zones_delete(zs);
/openbsd-current/gnu/llvm/llvm/utils/vim/syntax/
H A Dllvm.vim227 syn match llvmType /!\zs\a\+\ze\s*(/
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm243 my $zs = $cs . ("9" x $MAX_EXP_F); # = "9999899999"
245 last if $zn != $zs;
282 my $zs = $cs . ("9" x $MAX_EXP_I); # = "9999899999"
284 next if $zn != $zs;
H A DLib.pm362 my ($za, $zs);
372 $zs = $class -> _is_zero($za) ? '+' : $xs;
373 return $za, $zs;
380 $zs = '+';
381 return $za, $zs;
386 $zs = $xs;
389 $zs = $ys;
391 return $za, $zs;
/openbsd-current/sys/arch/macppc/dev/
H A Dzs.c1 /* $OpenBSD: zs.c,v 1.33 2023/01/04 09:34:26 jsg Exp $ */
2 /* $NetBSD: zs.c,v 1.17 2001/06/19 13:42:15 wiz Exp $ */
41 * (port-sun3?) zs.c driver (which was in turn based on code in the
71 #include "zs.h"
137 NULL, "zs", DV_TTY
160 * Is the zs chip present?
181 * Attach a found zs.
183 * Match slave number to zs unit number, so that misconfiguration will
540 * This routine draws inspiration from the Atari port's zs.c
861 cons_decl(zs); variable
[all...]
/openbsd-current/sys/dev/ic/
H A Dz8530tty.c72 * @(#)zs.c 8.1 (Berkeley) 7/19/93
83 * The original version of this code was the sparc/dev/zs.c driver
206 cdev_decl(zs); variable
239 * zstty_match: how is this zs channel configured?
455 * Open a zs serial (tty) port.
683 * Close a zs serial port.
717 * Read/write zs serial port.

Completed in 413 milliseconds

12