Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 87) sorted by relevance

1234

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_znode.h92 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument
93 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument
94 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument
96 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN] argument
98 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR] argument
100 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV] argument
102 #define SA_ZPL_UID(z) z->z_attr_table[ZPL_UID] argument
103 #define SA_ZPL_GID(z) z->z_attr_table[ZPL_GID] argument
106 #define SA_ZPL_MODE(z) z->z_attr_table[ZPL_MODE] argument
109 #define SA_ZPL_SIZE(z) z->z_attr_table[ZPL_SIZE] argument
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlzio.c21 int luaZ_fill (ZIO *z) { in luaZ_fill()
35 int luaZ_lookahead (ZIO *z) { in luaZ_lookahead()
48 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
58 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h15 #define ZU(z) ((size_t)z) argument
16 #define ZD(z) ((ssize_t)z) argument
20 #define KZU(z) ZU(z##ULL) argument
21 #define KZD(z) ZD(z##LL) argument
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlzio.c20 int luaZ_fill (ZIO *z) { in luaZ_fill()
35 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
45 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
/f-stack/app/redis-5.0.5/src/
H A Dsha1.c47 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
48 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
49 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
50 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
51 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
H A Drand.c50 #define MUL(x, y, z) { int32_t l = (long)(x) * (long)(y); \ argument
53 #define ADDEQU(x, y, z) (z = CARRY(x, (y)), x = LOW(x + (y))) argument
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c122 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
123 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
124 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
125 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
/f-stack/freebsd/opencrypto/
H A Drmd160.c77 #define F0(x, y, z) ((x) ^ (y) ^ (z)) argument
78 #define F1(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
79 #define F2(x, y, z) (((x) | (~y)) ^ (z)) argument
80 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
81 #define F4(x, y, z) ((x) ^ ((y) | (~z))) argument
/f-stack/tools/compat/include/vm/
H A Duma_int.h523 #define ZONE_ASSERT_COLD(z) \ argument
528 #define ZDOM_GET(z, n) \ argument
566 #define ZDOM_LOCK_INIT(z, zdom, lc) \ argument
575 #define ZDOM_LOCK_FINI(z) mtx_destroy(&(z)->uzd_lock) argument
578 #define ZDOM_LOCK(z) mtx_lock(&(z)->uzd_lock) argument
579 #define ZDOM_OWNED(z) (mtx_owner(&(z)->uzd_lock) != NULL) argument
580 #define ZDOM_UNLOCK(z) mtx_unlock(&(z)->uzd_lock) argument
582 #define ZONE_LOCK(z) ZDOM_LOCK(ZDOM_GET((z), 0)) argument
583 #define ZONE_UNLOCK(z) ZDOM_UNLOCK(ZDOM_GET((z), 0)) argument
585 #define ZONE_CROSS_LOCK_INIT(z) \ argument
[all …]
/f-stack/freebsd/vm/
H A Duma_int.h524 #define ZONE_ASSERT_COLD(z) \ argument
529 #define ZDOM_GET(z, n) \ argument
567 #define ZDOM_LOCK_INIT(z, zdom, lc) \ argument
576 #define ZDOM_LOCK_FINI(z) mtx_destroy(&(z)->uzd_lock) argument
579 #define ZDOM_LOCK(z) mtx_lock(&(z)->uzd_lock) argument
580 #define ZDOM_OWNED(z) (mtx_owner(&(z)->uzd_lock) != NULL) argument
581 #define ZDOM_UNLOCK(z) mtx_unlock(&(z)->uzd_lock) argument
583 #define ZONE_LOCK(z) ZDOM_LOCK(ZDOM_GET((z), 0)) argument
584 #define ZONE_UNLOCK(z) ZDOM_UNLOCK(ZDOM_GET((z), 0)) argument
586 #define ZONE_CROSS_LOCK_INIT(z) \ argument
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h137 #define ASSERT3B(x,y,z) ((void)0) argument
138 #define ASSERT3S(x,y,z) ((void)0) argument
139 #define ASSERT3U(x,y,z) ((void)0) argument
140 #define ASSERT3P(x,y,z) ((void)0) argument
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h137 #define ASSERT3B(x,y,z) ((void)0) argument
138 #define ASSERT3S(x,y,z) ((void)0) argument
139 #define ASSERT3U(x,y,z) ((void)0) argument
140 #define ASSERT3P(x,y,z) ((void)0) argument
H A Dzone.h33 #define INGLOBALZONE(z) (1) argument
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/
H A Dassert.h123 #define ASSERT3B(x, y, z) ((void)0) argument
124 #define ASSERT3S(x, y, z) ((void)0) argument
125 #define ASSERT3U(x, y, z) ((void)0) argument
126 #define ASSERT3P(x, y, z) ((void)0) argument
/f-stack/freebsd/kern/
H A Dmd5c.c98 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
99 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
100 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
101 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
H A Dmd4c.c70 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
71 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) argument
72 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
/f-stack/freebsd/crypto/siphash/
H A Dsiphash.h77 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i)); argument
78 #define SipHash48(x, y, z, i) SipHashX((x), 4, 8, (y), (z), (i)); argument
/f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/
H A Dmallocx.c6 size_t z; in get_nsizes_impl() local
23 size_t z; in get_size_impl() local
H A Drallocx.c6 size_t z; in get_nsizes_impl() local
23 size_t z; in get_size_impl() local
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c340 zstd_mempool_free(struct zstd_kmem *z) in zstd_mempool_free()
558 struct zstd_kmem *z = NULL; in zstd_alloc() local
578 struct zstd_kmem *z = NULL; in zstd_dctx_alloc() local
622 struct zstd_kmem *z = (ptr - sizeof (struct zstd_kmem)); in zstd_free() local
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dnoparser.c25 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { in luaY_parser()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_generic.c45 struct aes_block z = {0, 0}; in gcm_generic_mul() local
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h229 #define BIO_END_IO_PROTO(fn, x, z) static void fn(struct bio *x) argument
240 #define BIO_END_IO_PROTO(fn, x, z) static void fn(struct bio *x) argument
252 #define BIO_END_IO_PROTO(fn, x, z) static void fn(struct bio *x, int z) argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c74 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument
75 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument
91 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument

1234