Symbol: nz
lib/libc/gdtoa/strtod.c
140
sign = nz0 = nz = decpt = 0;
lib/libc/gdtoa/strtod.c
225
nz++;
lib/libc/gdtoa/strtod.c
228
nf += nz;
lib/libc/gdtoa/strtod.c
229
nz = 0;
lib/libc/gdtoa/strtod.c
236
nz++;
lib/libc/gdtoa/strtod.c
238
nf += nz;
lib/libc/gdtoa/strtod.c
239
for(i = 1; i < nz; i++)
lib/libc/gdtoa/strtod.c
248
nz = 0;
lib/libc/gdtoa/strtod.c
255
if (!nd && !nz && !nz0) {
lib/libc/gdtoa/strtod.c
291
if (!nz && !nz0) {
lib/libc/gdtoa/strtod.c
94
e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
lib/libc/gdtoa/strtodg.c
348
int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign;
lib/libc/gdtoa/strtodg.c
376
denorm = sign = nz0 = nz = 0;
lib/libc/gdtoa/strtodg.c
447
nz++;
lib/libc/gdtoa/strtodg.c
450
nf += nz;
lib/libc/gdtoa/strtodg.c
451
nz = 0;
lib/libc/gdtoa/strtodg.c
458
nz++;
lib/libc/gdtoa/strtodg.c
460
nf += nz;
lib/libc/gdtoa/strtodg.c
461
for(i = 1; i < nz; i++)
lib/libc/gdtoa/strtodg.c
470
nz = 0;
lib/libc/gdtoa/strtodg.c
477
if (!nd && !nz && !nz0) {
lib/libc/gdtoa/strtodg.c
515
if (!nz && !nz0) {
sys/crypto/curve25519.c
134
static __always_inline uint32_t cmovznz32(uint32_t t, uint32_t z, uint32_t nz)
sys/crypto/curve25519.c
137
return (t&nz) | ((~t)&z);
usr.bin/systat/vmstat.c
456
putfloat(nchtotal.ncs_goodhits * 100.0 / nz(s.nchcount),
usr.bin/systat/vmstat.c
459
putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount),
usr.bin/systat/vmstat.c
464
100.0 / nz(s.nchcount), NAMEIROW + 2, NAMEICOL + 45, 4, 0, 1);
usr.bin/systat/vmstat.c
573
putfloat(double f, int l, int c, int w, int d, int nz)
usr.bin/systat/vmstat.c
578
if (nz && f == 0.0) {
usr.sbin/nsd/remote.c
1037
struct notify_zone* nz = (struct notify_zone*)rbtree_search(
usr.sbin/nsd/remote.c
1103
if(nz) {
usr.sbin/nsd/remote.c
1104
if(nz->is_waiting) {
usr.sbin/nsd/remote.c
1107
} else if(nz->notify_send_enable || nz->notify_send6_enable) {
usr.sbin/nsd/remote.c
1112
if(!nz->pkts[i].dest) continue;
usr.sbin/nsd/remote.c
1114
nz->pkts[i].dest->ip_address_spec))
usr.sbin/nsd/remote.c
1118
(unsigned)ntohl(nz->current_soa->serial)))
usr.sbin/nsd/remote.c
1834
zone_notify_config_changed(struct notify_zone* nz, struct pattern_options* oldp, struct pattern_options* newp)
usr.sbin/nsd/remote.c
1839
nz->options->name));
usr.sbin/nsd/remote.c
1847
nz->options->name));
usr.sbin/nsd/remote.c
1854
nz->options->name));
usr.sbin/nsd/remote.c
1871
struct notify_zone* nz;
usr.sbin/nsd/remote.c
1897
RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) {
usr.sbin/nsd/remote.c
1898
struct pattern_options* oldp = nz->options->pattern;
usr.sbin/nsd/remote.c
1903
if(zone_notify_config_changed(nz, oldp, newp)) {
usr.sbin/nsd/remote.c
1905
if(nz->notify_send_enable) {
usr.sbin/nsd/remote.c
1906
notify_disable(nz);
usr.sbin/nsd/remote.c
1909
nz->notify_restart = 2;
usr.sbin/nsd/remote.c
1911
nz->notify_restart = 1;
usr.sbin/nsd/remote.c
1914
nz->notify_restart = 0;
usr.sbin/nsd/remote.c
1923
struct notify_zone* nz;
usr.sbin/nsd/remote.c
1924
RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) {
usr.sbin/nsd/remote.c
1925
if(nz->notify_restart) {
usr.sbin/nsd/remote.c
1926
if(nz->notify_current)
usr.sbin/nsd/remote.c
1927
nz->notify_current = nz->options->pattern->notify;
usr.sbin/nsd/remote.c
1928
if(nz->notify_restart == 2) {
usr.sbin/nsd/remote.c
1929
if(nz->notify_restart)
usr.sbin/nsd/remote.c
1930
xfrd_notify_start(nz, xfrd);