Searched refs:nwords (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/crypto/heimdal/kuser/
H A Dgenerate-requests.c72 unsigned nwords; local
78 nwords = read_words (filename, &words);
81 char *name = words[rand() % nwords];
/freebsd-13-stable/crypto/openssh/
H A Dmdoc2man.awk42 while(w<nwords) {
72 nwords=split($0,words)
73 for(w=1;w<=nwords;w++) {
87 w=nwords
93 w=nwords
111 while(w<nwords&&!match(words[w+1],"^[\\.,]"))
228 if(w==nwords)
239 while(w<nwords&&match(words[w+1],"^[\\.,:;)]"))
258 while(w<nwords&&match(words[w+1],"^[\\.,:;)]"))
277 while(w<nwords) {
[all...]
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dadd-random-users.c81 unsigned nwords, char **words)
92 snprintf (name, sizeof(name), "%s%d", words[r1 % nwords], r2 % 1000);
115 unsigned nwords; local
130 nwords = read_words (filename, &words);
133 add_user (context, kadm_handle, nwords, words);
80 add_user(krb5_context context, void *kadm_handle, unsigned nwords, char **words) argument
/freebsd-13-stable/lib/libc/gen/
H A Dwordexp.c131 long nwords, nbytes; /* Number of words, bytes from child */ local
224 nwords = strtol(buf + 1, NULL, 16);
226 nbytes = strtol(buf + 18, NULL, 16) + nwords;
237 we->we_wordc += nwords;
283 while (nwords-- != 0) {
/freebsd-13-stable/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c83 unsigned nwords; local
89 nwords = read_words (filename, &words);
92 char *name = words[rand() % nwords];
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c195 * buf in reverse order. Populates nwords with number of words
203 uint64_t bufsz, uint64_t *nwords)
223 ASSERT(nwords != NULL);
226 *nwords =
229 ASSERT3U(*nwords, <=, bufsz / sizeof (uint64_t));
231 uint64_t n = *nwords;
314 uint64_t nwords = 0; local
316 &nwords);
320 ASSERT3U(nwords, <=, bufsz / sizeof (uint64_t));
322 for (uint64_t i = 0; i < nwords;
202 space_map_reversed_last_block_entries(space_map_t *sm, uint64_t *buf, uint64_t bufsz, uint64_t *nwords) argument
[all...]
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dip.c39 int nwords = len >> 1; local
41 for(; nwords > 0; nwords--)
/freebsd-13-stable/contrib/byacc/
H A Dlalr.c289 int nwords; local
291 nwords = ngotos * tokensetsize;
292 F = NEW2(nwords, unsigned);
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c803 * nwords is the number of words to swap.
804 * Assumes that at least nwords are allocated in both a and b.
805 * Assumes that no more than nwords are used by either a or b.
807 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) argument
815 bn_wcheck_size(a, nwords);
816 bn_wcheck_size(b, nwords);
857 for (i = 0; i < nwords; i++) {
/freebsd-13-stable/contrib/ipfilter/iplang/
H A Diplang_y.y1799 int nwords = len >> 1;
1801 for(; nwords > 0; nwords--)
1814 int nwords = len >> 1;
1816 for(; nwords > 0; nwords--)
/freebsd-13-stable/contrib/flex/src/
H A Dscanopt.c394 int nwords = 0, nchars = 0, has_short = 0;
413 if(nwords++)\
393 int nwords = 0, nchars = 0, has_short = 0; local
/freebsd-13-stable/sys/net/
H A Dif_me.c455 me_in_cksum(uint16_t *p, int nwords) argument
459 while (nwords-- > 0)
/freebsd-13-stable/sys/dev/an/
H A Dif_an.c3684 int nwords; local
3695 for (nwords = 0; nwords != FLASH_SIZE / 2; nwords++) {
3696 CSR_WRITE_2(sc, AN_AUX_DATA, bufp[nwords] & 0xffff);
3699 for (nwords = 0; nwords != FLASH_SIZE / 4; nwords++) {
3701 ((u_int32_t *)bufp)[nwords] & 0xffff);
/freebsd-13-stable/sbin/routed/
H A Drdisc.c671 int nwords = len >> 1; local
673 while (nwords-- != 0)
/freebsd-13-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c914 unsigned int nwords; local
920 get_int_arg(argv[start_arg + 1], &nwords))
923 while (nwords--) {
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c3187 * @nwords: how many 32-bit words to read
3197 unsigned int nwords, u32 *data, int byte_oriented)
3201 if (addr + nwords * sizeof(u32) > adapter->params.sf_size || (addr & 3))
3210 for ( ; nwords; nwords--, data++) {
3211 ret = sf1_read(adapter, 4, nwords > 1, nwords == 1, data);
3212 if (nwords == 1)
9939 const unsigned int nwords = CIM_IBQ_SIZE * 4; local
9944 addr = qid * nwords;
3196 t4_read_flash(struct adapter *adapter, unsigned int addr, unsigned int nwords, u32 *data, int byte_oriented) argument
9980 unsigned int addr, v, nwords; local
[all...]
H A Dcommon.h625 int t4_read_flash(struct adapter *adapter, unsigned int addr, unsigned int nwords,
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1028 * @nwords: how many 32-bit words to read
1037 int t3_read_flash(adapter_t *adapter, unsigned int addr, unsigned int nwords, argument
1042 if (addr + nwords * sizeof(u32) > SF_SIZE || (addr & 3))
1051 for ( ; nwords; nwords--, data++) {
1052 ret = sf1_read(adapter, 4, nwords > 1, data);
H A Dcxgb_common.h720 int t3_read_flash(adapter_t *adapter, unsigned int addr, unsigned int nwords,
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dbn.h323 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/freebsd-13-stable/sys/dev/isp/
H A Disp_library.c1107 isp_get_gid_xx_response(ispsoftc_t *isp, sns_gid_xx_rsp_t *src, sns_gid_xx_rsp_t *dst, int nwords) argument
1112 for (i = 0; i < nwords; i++) {
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c7737 unsigned nwords = size / sizeof (uint64_t); local
7755 for (i = 0; i < nwords; i += 2) {
/freebsd-13-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c1498 * consist of @nwords 32-bit words (i.e, it's an (@nwords * 32)-bit structure)
1503 show_struct(const uint32_t *words, int nwords, const struct field_desc *fd) argument

Completed in 222 milliseconds