Home
last modified time | relevance | path

Searched defs:zs (Results 1 – 8 of 8) sorted by relevance

/minix3/common/dist/zlib/contrib/iostream2/
H A Dzstream.h117 inline int read(izstream& zs, T* x, Items items) { in read()
131 inline zstringlen::zstringlen(izstream& zs) { in zstringlen()
147 inline char* read_string(izstream& zs) { in read_string()
266 inline int write(ozstream& zs, const T* x, Items items) { in write()
279 inline zstringlen::zstringlen(ozstream& zs, const char* x) { in zstringlen()
/minix3/usr.bin/gzip/
H A Dzuncompress.c164 zclose(void *zs) in zclose()
174 struct s_zstate *zs; in zdopen() local
215 struct s_zstate *zs; in zread() local
332 getcode(struct s_zstate *zs) in getcode()
/minix3/lib/libc/gdtoa/
H A Ddmisc.c122 ULong si, z, zs; local
/minix3/lib/libm/src/
H A Ds_fmal.c176 long double xs, ys, zs, adj; in fmal() local
H A Ds_fma.c191 double xs, ys, zs, adj; in fma() local
/minix3/external/bsd/bzip2/dist/
H A Dbzlib.c262 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ argument
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib.c214 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp519 constexpr int zs[2][2][2][2] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; variable