Home
last modified time | relevance | path

Searched refs:nx (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h103 gf_t nx, ny, nxxy, nxyy, d; in raidz_rec_qr_coeff() local
105 nx = gf_exp2(ncols - x - 1); in raidz_rec_qr_coeff()
107 nxxy = gf_mul(gf_mul(nx, nx), ny); in raidz_rec_qr_coeff()
108 nxyy = gf_mul(gf_mul(nx, ny), ny); in raidz_rec_qr_coeff()
113 coeff[MUL_QR_YQ] = nx; in raidz_rec_qr_coeff()
114 coeff[MUL_QR_Y] = gf_div(nx, d); in raidz_rec_qr_coeff()
125 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; in raidz_rec_pqr_coeff() local
127 nx = gf_exp2(ncols - x - 1); in raidz_rec_pqr_coeff()
138 xd = gf_mul(nxx, ny) ^ gf_mul(nx, nyy) ^ nyyz ^ in raidz_rec_pqr_coeff()
139 gf_mul(nxx, nz) ^ gf_mul(nzz, nx) ^ nyzz; in raidz_rec_pqr_coeff()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dt_string.c303 void msetGenericCommand(client *c, int nx) { in msetGenericCommand() argument
313 if (nx) { in msetGenericCommand()
328 addReply(c, nx ? shared.cone : shared.ok); in msetGenericCommand()
H A Ddb.c869 void renameGenericCommand(client *c, int nx) { in renameGenericCommand() argument
882 addReply(c,nx ? shared.czero : shared.ok); in renameGenericCommand()
889 if (nx) { in renameGenericCommand()
908 addReply(c,nx ? shared.cone : shared.ok); in renameGenericCommand()
H A Dt_zset.c1317 int nx = (*flags & ZADD_NX) != 0; in zsetAdd() local
1334 if (nx) { in zsetAdd()
1379 if (nx) { in zsetAdd()
1564 int nx = (flags & ZADD_NX) != 0; in zaddGenericCommand() local
1578 if (nx && xx) { in zaddGenericCommand()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstring.tcl384 set v1 [r set foo 1 nx]
385 set v2 [r set foo 2 nx]
H A Dzset.tcl83 catch {r zadd ztmp xx nx 10 x} err
89 r zadd ztmp nx 10 x 20 y 30 z
96 assert {[r zadd ztmp nx 11 x 21 y 100 a 200 b] == 2}
/f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/
H A Dtegra194-p3509-0000+p3668-0000.dts31 nvidia,model = "jetson-xavier-nx-hda";