Home
last modified time | relevance | path

Searched refs:nz (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/bearssl/src/rsa/
H A Drsa_oaep_unpad.c114 uint32_t w, nz; in br_rsa_oaep_unpad() local
121 nz = r & ((w + 0xFF) >> 8); in br_rsa_oaep_unpad()
122 s |= nz & EQ(w, 0x01); in br_rsa_oaep_unpad()
123 r &= NOT(nz); in br_rsa_oaep_unpad()
/freebsd/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 && !nz0) {
[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 && !nz0) {
[all …]
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c574 int nz; in json_events() local
584 nz = !json_streq(map, val, "0"); in json_events()
586 if (json_streq(map, field, "UMask") && nz) { in json_events()
588 } else if (json_streq(map, field, "CounterMask") && nz) { in json_events()
590 } else if (json_streq(map, field, "Invert") && nz) { in json_events()
592 } else if (json_streq(map, field, "AnyThread") && nz) { in json_events()
594 } else if (json_streq(map, field, "EdgeDetect") && nz) { in json_events()
596 } else if (json_streq(map, field, "SampleAfterValue") && nz) { in json_events()
598 } else if (json_streq(map, field, "FCMask") && nz) { in json_events()
600 } else if (json_streq(map, field, "PortMask") && nz) { in json_events()
[all...]
/freebsd/usr.bin/systat/
H A Dvmstat.c520 #define nz(x) ((x) ? (x) : 1) in showkre() macro
522 100.0 / nz(s.nchcount), in showkre()
525 putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount), in showkre()
527 #undef nz in showkre()
663 putfloat(double f, int l, int lc, int w, int d, int nz) in putfloat() argument
674 if (nz && f == 0.0) { in putfloat()
695 putlongdouble(long double f, int l, int lc, int w, int d, int nz) in putlongdouble() argument
706 if (nz && f == 0.0) { in putlongdouble()
/freebsd/contrib/file/tests/
H A Descapevel.result1 Zip data (MIME type "application/vnd.nz.gen.geek_central.ti5x"?)
/freebsd/sys/contrib/device-tree/src/arm/vt8500/
H A Dwm8750-apc8750.dts6 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dvt8500-bv07.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8650-mid.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8505-ref.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8850-w70v2.dts8 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dvt8500.dtsi5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8650.dtsi5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8505.dtsi5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8850.dtsi5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8750.dtsi5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h125 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; in raidz_rec_pqr_coeff() local
129 nz = gf_exp2(ncols - z - 1); in raidz_rec_pqr_coeff()
135 nyyz = gf_mul(gf_mul(ny, nz), ny); in raidz_rec_pqr_coeff()
139 gf_mul(nxx, nz) ^ gf_mul(nzz, nx) ^ nyzz; in raidz_rec_pqr_coeff()
141 yd = gf_inv(ny ^ nz); in raidz_rec_pqr_coeff()
145 coeff[MUL_PQR_XR] = gf_div(ny ^ nz, xd); in raidz_rec_pqr_coeff()
147 coeff[MUL_PQR_YP] = gf_mul(nz, yd); in raidz_rec_pqr_coeff()
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.subr222 nz = country_nzones[tlc]
224 printf "country_%s_nzones=%d\n", tlc, nz
227 if (nz < 0)
237 while ( ++n <= nz )
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect74 ftp://ftp.nz.freebsd.org "New Zealand"\
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dd_mach62 netbsd.unix.net.nz
/freebsd/sys/contrib/zlib/contrib/
H A DREADME.contrib42 pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c393 mask_t nz; in ossl_x448_int() local
452 nz = ~gf_eq(x1, ZERO); in ossl_x448_int()
462 return c448_succeed_if(mask_to_bool(nz)); in ossl_x448_int()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dhttpproxy.subr174 f_quietly nc -nz "$host" "$proxy_port" || continue
389 f_quietly nc -nz "$host" "$proxy_port" || continue
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrAliases.td355 defm : int_cond_alias<"nz", 0b1001>; // same as ne
380 defm : fp_cond_alias<"nz", 0b0001>; // same as ne
406 defm : reg_cond_alias<"nz", 0b101>;
/freebsd/contrib/smbfs/
H A DHISTORY121 server (thanks to kit <kit.mitchell@team.xtra.co.nz>) for report.

12