Home
last modified time | relevance | path

Searched defs:wsize (Results 1 – 10 of 10) sorted by relevance

/xnu-10063.141.1/bsd/netkey/
H A Dkeydb.c185 keydb_newsecreplay(u_int8_t wsize) in keydb_newsecreplay()
H A Dkeydb.h134 u_int8_t wsize; /* window size */ member
/xnu-10063.141.1/libsyscall/wrappers/string/
H A Dmemset.c36 #define wsize sizeof(u_int) macro
H A Dmemcpy.c41 #define wsize sizeof(word) macro
/xnu-10063.141.1/libkern/zlib/
H A Dinffast.c90 unsigned wsize; /* window size or zero if not using window */ in inflate_fast() local
H A Dinflate.h116 unsigned wsize; /* window size or zero if not using window */ member
H A Dinflate.c1369 unsigned wsize; in inflateCopy() local
H A Ddeflate.c1297 uInt wsize = s->w_size; in fill_window() local
/xnu-10063.141.1/bsd/nfs/
H A Dnfs.h307 int wsize; /* write size in bytes */ member
351 int wsize; /* write size in bytes */ member
/xnu-10063.141.1/bsd/netinet6/
H A Dipsec.c3026 vshiftl(unsigned char *bitmap, int nbit, size_t wsize) in vshiftl()