Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/rsa/
H A Drsa_oaep_unpad.c114 uint32_t w, nz; in br_rsa_oaep_unpad() local
/freebsd/usr.bin/systat/
H A Dvmstat.c520 #define nz(x) ((x) ? (x) : 1) in showkre() macro
663 putfloat(double f, int l, int lc, int w, int d, int nz) in putfloat()
695 putlongdouble(long double f, int l, int lc, int w, int d, int nz) in putlongdouble()
/freebsd/contrib/gdtoa/
H A Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
H A Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
/freebsd/contrib/bzip2/
H A Dcompress.c58 #define bsNEEDW(nz) \ argument
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c393 mask_t nz; in ossl_x448_int() local
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c574 int nz; in json_events() local
[all...]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h126 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; in raidz_rec_pqr_coeff() local
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2655 static const char *nz = "<-- preventing suspend"; in vchiq_dump_service_use_state() local
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h98 static __always_inline u32 cmovznz32(u32 t, u32 z, u32 nz) in cmovznz32()