Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kadmin/
H A Dadd-random-users.c81 unsigned nwords, char **words) in add_user() argument
92 snprintf (name, sizeof(name), "%s%d", words[r1 % nwords], r2 % 1000); in add_user()
115 unsigned nwords; in add_users() local
130 nwords = read_words (filename, &words); in add_users()
133 add_user (context, kadm_handle, nwords, words); in add_users()
/freebsd/crypto/heimdal/kuser/
H A Dgenerate-requests.c72 unsigned nwords; in generate_requests() local
78 nwords = read_words (filename, &words); in generate_requests()
81 char *name = words[rand() % nwords]; in generate_requests()
/freebsd/lib/libc/gen/
H A Dwordexp.c127 long nwords, nbytes; /* Number of words, bytes from child */ in we_askshell() local
220 nwords = strtol(buf + 1, NULL, 16); in we_askshell()
222 nbytes = strtol(buf + 18, NULL, 16) + nwords; in we_askshell()
233 we->we_wordc += nwords; in we_askshell()
279 while (nwords-- != 0) { in we_askshell()
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c83 unsigned nwords; in generate_requests() local
89 nwords = read_words (filename, &words); in generate_requests()
92 char *name = words[rand() % nwords]; in generate_requests()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c203 uint64_t bufsz, uint64_t *nwords) in space_map_reversed_last_block_entries() argument
223 ASSERT(nwords != NULL); in space_map_reversed_last_block_entries()
226 *nwords = in space_map_reversed_last_block_entries()
229 ASSERT3U(*nwords, <=, bufsz / sizeof (uint64_t)); in space_map_reversed_last_block_entries()
231 uint64_t n = *nwords; in space_map_reversed_last_block_entries()
314 uint64_t nwords = 0; in space_map_incremental_destroy() local
316 &nwords); in space_map_incremental_destroy()
320 ASSERT3U(nwords, <=, bufsz / sizeof (uint64_t)); in space_map_incremental_destroy()
322 for (uint64_t i = 0; i < nwords; i++) { in space_map_incremental_destroy()
349 ASSERT3P(i, <=, nwords); in space_map_incremental_destroy()
/freebsd/sbin/ipf/ipsend/
H A Dip.c33 int nwords = len >> 1; in chksum() local
35 for(; nwords > 0; nwords--) in chksum()
/freebsd/crypto/openssh/
H A Dmdoc2man.awk42 while(w<nwords) {
/freebsd/contrib/byacc/
H A Dlalr.c286 int nwords; in initialize_F() local
288 nwords = ngotos * tokensetsize; in initialize_F()
289 F = NEW2(nwords, unsigned); in initialize_F()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c848 * nwords is the number of words to swap. in BN_consttime_swap()
849 * Assumes that at least nwords are allocated in both a and b. in BN_consttime_swap()
850 * Assumes that no more than nwords are used by either a or b. in BN_consttime_swap()
852 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap()
860 bn_wcheck_size(a, nwords); in BN_consttime_swap()
861 bn_wcheck_size(b, nwords); in BN_consttime_swap()
902 for (i = 0; i < nwords; i++) { in BN_security_bits()
827 BN_consttime_swap(BN_ULONG condition,BIGNUM * a,BIGNUM * b,int nwords) BN_consttime_swap() argument
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y1738 int nwords = len >> 1; in c_chksum() local
1740 for(; nwords > 0; nwords--) in c_chksum()
1751 int nwords = len >> 1; in p_chksum() local
1753 for(; nwords > 0; nwords--) in p_chksum()
/freebsd/contrib/flex/src/
H A Dscanopt.c393 int nwords = 0, nchars = 0, has_short = 0; in scanopt_usage() local
412 if(nwords++)\ in scanopt_usage()
/freebsd/sys/net/
H A Dif_me.c456 me_in_cksum(uint16_t *p, int nwords) in me_in_cksum() argument
460 while (nwords-- > 0) in me_in_cksum()
/freebsd/sbin/routed/
H A Drdisc.c666 int nwords = len >> 1; in in_cksum() local
668 while (nwords-- != 0) in in_cksum()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3197 unsigned int nwords, u32 *data, int byte_oriented) in t4_read_flash() argument
3201 if (addr + nwords * sizeof(u32) > adapter->params.sf_size || (addr & 3)) in t4_read_flash()
3210 for ( ; nwords; nwords--, data++) { in t4_read_flash()
3211 ret = sf1_read(adapter, 4, nwords > 1, nwords == 1, data); in t4_read_flash()
3212 if (nwords == 1) in t4_read_flash()
9903 const unsigned int nwords = CIM_IBQ_SIZE * 4; in t4_read_cim_ibq() local
9908 addr = qid * nwords; in t4_read_cim_ibq()
9909 if (n > nwords) in t4_read_cim_ibq()
9910 n = nwords; in t4_read_cim_ibq()
9944 unsigned int addr, v, nwords; in t4_read_cim_obq() local
[all …]
H A Dcommon.h633 int t4_read_flash(struct adapter *adapter, unsigned int addr, unsigned int nwords,
/freebsd/contrib/tzcode/
H A Dzic.c1269 static int nwords; in get_rand_u64() local
1270 if (!nwords) { in get_rand_u64()
1277 nwords = -1; in get_rand_u64()
1279 nwords = s / sizeof *entropy_buffer; in get_rand_u64()
1281 if (0 < nwords) in get_rand_u64()
1282 return entropy_buffer[--nwords]; in get_rand_u64()
/freebsd/sys/dev/enic/
H A Dvnic_dev.c860 unsigned int nwords = vdev->notify_sz / 4; in vnic_dev_notify_ready() local
877 for (i = 1; i < nwords; i++) in vnic_dev_notify_ready()
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c912 unsigned int nwords; in dump_tcam() local
918 get_int_arg(argv[start_arg + 1], &nwords)) in dump_tcam()
921 while (nwords--) { in dump_tcam()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1034 int t3_read_flash(adapter_t *adapter, unsigned int addr, unsigned int nwords, in t3_read_flash() argument
1039 if (addr + nwords * sizeof(u32) > SF_SIZE || (addr & 3)) in t3_read_flash()
1048 for ( ; nwords; nwords--, data++) { in t3_read_flash()
1049 ret = sf1_read(adapter, 4, nwords > 1, data); in t3_read_flash()
H A Dcxgb_common.h718 int t3_read_flash(adapter_t *adapter, unsigned int addr, unsigned int nwords,
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h352 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/freebsd/sys/dev/isp/
H A Disp_library.c1106 isp_get_gid_xx_response(ispsoftc_t *isp, sns_gid_xx_rsp_t *src, sns_gid_xx_rsp_t *dst, int nwords) in isp_get_gid_xx_response() argument
1111 for (i = 0; i < nwords; i++) { in isp_get_gid_xx_response()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c1461 show_struct(const uint32_t *words, int nwords, const struct field_desc *fd) in show_struct() argument
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c8605 unsigned nwords = size / sizeof (uint64_t); in zdb_dump_block() local
8623 for (i = 0; i < nwords; i += 2) { in zdb_dump_block()
/freebsd/contrib/bmake/
H A DChangeLog2242 o str.c: brk_string return size_t for nwords