Searched refs:nz (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/bearssl/src/rsa/
H A Drsa_oaep_unpad.c114 uint32_t w, nz; local
119 * nz == 1 only for the first non-zero byte.
121 nz = r & ((w + 0xFF) >> 8);
122 s |= nz & EQ(w, 0x01);
123 r &= NOT(nz);
/freebsd-current/contrib/gdtoa/
H A Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
145 sign = nz0 = nz = decpt = 0;
228 nz++;
231 nf += nz;
232 nz = 0;
239 nz++;
241 nf += nz;
242 for(i = 1; i < nz; i++)
251 nz = 0;
258 if (!nd && !nz
[all...]
H A Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
358 denorm = sign = nz0 = nz = 0;
427 nz++;
430 nf += nz;
431 nz = 0;
438 nz++;
440 nf += nz;
441 for(i = 1; i < nz; i++)
450 nz = 0;
457 if (!nd && !nz
[all...]
/freebsd-current/lib/libpmc/pmu-events/
H A Djevents.c574 int nz; local
584 nz = !json_streq(map, val, "0");
586 if (json_streq(map, field, "UMask") && nz) {
588 } else if (json_streq(map, field, "CounterMask") && nz) {
590 } else if (json_streq(map, field, "Invert") && nz) {
592 } else if (json_streq(map, field, "AnyThread") && nz) {
594 } else if (json_streq(map, field, "EdgeDetect") && nz) {
596 } else if (json_streq(map, field, "SampleAfterValue") && nz) {
598 } else if (json_streq(map, field, "FCMask") && nz) {
600 } else if (json_streq(map, field, "PortMask") && nz) {
[all...]
/freebsd-current/usr.bin/systat/
H A Dvmstat.c520 #define nz(x) ((x) ? (x) : 1) macro
522 100.0 / nz(s.nchcount),
525 putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount),
527 #undef nz macro
663 putfloat(double f, int l, int lc, int w, int d, int nz) argument
674 if (nz && f == 0.0) {
695 putlongdouble(long double f, int l, int lc, int w, int d, int nz) argument
706 if (nz && f == 0.0) {
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect74 ftp://ftp.nz.freebsd.org "New Zealand"\
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h125 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; local
129 nz = gf_exp2(ncols - z - 1);
135 nyyz = gf_mul(gf_mul(ny, nz), ny);
139 gf_mul(nxx, nz) ^ gf_mul(nzz, nx) ^ nyzz;
141 yd = gf_inv(ny ^ nz);
145 coeff[MUL_PQR_XR] = gf_div(ny ^ nz, xd);
147 coeff[MUL_PQR_YP] = gf_mul(nz, yd);
/freebsd-current/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c393 mask_t nz; local
452 nz = ~gf_eq(x1, ZERO);
462 return c448_succeed_if(mask_to_bool(nz));
/freebsd-current/contrib/bzip2/
H A Dcompress.c58 #define bsNEEDW(nz) \
/freebsd-current/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h98 static __always_inline u32 cmovznz32(u32 t, u32 z, u32 nz) argument
101 return (t&nz) | ((~t)&z);
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2655 static const char *nz = "<-- preventing suspend"; local
2717 service_data[i].use_count ? nz : "");
/freebsd-current/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4903 cEVJy0q6b8kXgJ2mQR9X83UeptQJ/nz/HOf0h7Bf1aOsaxY12dSkri9nLUzyarNr

Completed in 305 milliseconds