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

12

/freebsd-11-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-11-stable/crypto/openssh/
H A Dmdoc2man.awk44 while(w<nwords) {
74 nwords=split($0,words)
75 for(w=1;w<=nwords;w++) {
89 w=nwords
95 w=nwords
113 while(w<nwords&&!match(words[w+1],"^[\\.,]"))
230 if(w==nwords)
241 while(w<nwords&&match(words[w+1],"^[\\.,:;)]"))
260 while(w<nwords&&match(words[w+1],"^[\\.,:;)]"))
279 while(w<nwords) {
[all...]
/freebsd-11-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-11-stable/lib/libc/gen/
H A Dwordexp.c129 long nwords, nbytes; /* Number of words, bytes from child */ local
222 nwords = strtol(buf + 1, NULL, 16);
224 nbytes = strtol(buf + 18, NULL, 16) + nwords;
235 we->we_wordc += nwords;
281 while (nwords-- != 0) {
/freebsd-11-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-11-stable/contrib/bmake/
H A Dfor.c156 int n, nwords;
225 words = brk_string(sub, &nwords, FALSE, &word_buf);
230 for (n = 0; n < nwords; n++) {
155 int n, nwords; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspace_map.c175 * buf in reverse order. Populates nwords with number of words
183 uint64_t bufsz, uint64_t *nwords)
203 ASSERT(nwords != NULL);
206 *nwords =
209 ASSERT3U(*nwords, <=, bufsz / sizeof (uint64_t));
211 uint64_t n = *nwords;
294 uint64_t nwords = 0; local
296 &nwords);
300 ASSERT3U(nwords, <=, bufsz / sizeof (uint64_t));
302 for (uint64_t i = 0; i < nwords;
182 space_map_reversed_last_block_entries(space_map_t *sm, uint64_t *buf, uint64_t bufsz, uint64_t *nwords) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddojump.c623 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD);
635 for (i = 0; i < nwords; i++)
646 op0_word = operand_subword_force (op0, nwords - 1 - i, mode);
647 op1_word = operand_subword_force (op1, nwords - 1 - i, mode);
694 int nwords = GET_MODE_SIZE (mode) / UNITS_PER_WORD;
706 for (i = 1; i < nwords && part != 0; i++)
723 for (i = 0; i < nwords; i++)
744 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD);
762 for (i = 0; i < nwords; i++)
621 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD); local
691 int nwords = GET_MODE_SIZE (mode) / UNITS_PER_WORD; local
741 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD); local
H A Doptabs.c1709 const unsigned int nwords = GET_MODE_BITSIZE (mode) / BITS_PER_WORD;
1736 for (i = 0; i < nwords; i++)
1738 int index = (WORDS_BIG_ENDIAN ? nwords - i - 1 : i);
1751 if (i + 1 < nwords)
1772 if (i + 1 < nwords)
2431 int bitpos, word, nwords, i;
2455 nwords = 1;
2466 nwords = (GET_MODE_BITSIZE (mode) + BITS_PER_WORD - 1) / BITS_PER_WORD;
2485 if (nwords > 1)
2489 for (i = 0; i < nwords;
1703 const unsigned int nwords = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; local
2421 int bitpos, word, nwords, i; local
3011 int word, nwords, i; local
[all...]
H A Dexpmed.c560 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD;
570 fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT);
572 for (i = 0; i < nwords; i++)
576 unsigned int wordnum = (backwards ? nwords - i - 1 : i);
1296 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD;
1305 for (i = 0; i < nwords; i++)
1336 if (GET_MODE_SIZE (GET_MODE (target)) > nwords * UNITS_PER_WORD)
1341 for (i = nwords; i < total_words; i++)
559 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; local
1292 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; local
H A Dreload.c1955 unsigned int nwords = hard_regno_nregs[regno][outmode];
1972 && ! refers_to_regno_for_reload_p (regno, regno + nwords,
1977 for (i = 0; i < nwords; i++)
1982 if (i == nwords)
2026 unsigned int nwords = hard_regno_nregs[regno][inmode];
2028 if (! refers_to_regno_for_reload_p (regno, regno + nwords, out, (rtx*) 0)
2029 && ! hard_reg_set_here_p (regno, regno + nwords,
2032 || ! refers_to_regno_for_reload_p (regno, regno + nwords,
2037 for (i = 0; i < nwords; i++)
2042 if (i == nwords)
1946 unsigned int nwords = hard_regno_nregs[regno][outmode]; local
2017 unsigned int nwords = hard_regno_nregs[regno][inmode]; local
[all...]
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dip.c39 int nwords = len >> 1; local
41 for(; nwords > 0; nwords--)
/freebsd-11-stable/sys/kern/
H A Dkern_cpuset.c661 u_int nwords; local
668 nwords = 1;
671 nwords++;
672 if (nwords > _NCPUWORDS)
676 for (i = 0; i < (nwords - 1); i++) {
685 ret = sscanf(buf, "%lx", &set->__bits[nwords - 1]);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c987 * nwords is the number of words to swap. The code assumes that at least nwords are allocated in both a and b,
988 * and that no more than nwords are used by either a or b.
991 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) argument
996 bn_wcheck_size(a, nwords);
997 bn_wcheck_size(b, nwords);
1048 switch (nwords) {
1050 for (i = 10; i < nwords; i++)
/freebsd-11-stable/contrib/byacc/
H A Dlalr.c289 int nwords; local
291 nwords = ngotos * tokensetsize;
292 F = NEW2(nwords, unsigned);
/freebsd-11-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-11-stable/contrib/flex/
H A Dscanopt.c426 int nwords = 0, nchars = 0, has_short = 0;
445 if(nwords++)\
425 int nwords = 0, nchars = 0, has_short = 0; local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c274 size_t nwords = len / sizeof (md5_uint32); local
275 const md5_uint32 *endp = words + nwords;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c274 size_t nwords = len / sizeof (md5_uint32); local
275 const md5_uint32 *endp = words + nwords;
/freebsd-11-stable/sys/net/
H A Dif_me.c406 me_in_cksum(uint16_t *p, int nwords) argument
410 while (nwords-- > 0)
/freebsd-11-stable/sys/dev/an/
H A Dif_an.c3688 int nwords; local
3699 for (nwords = 0; nwords != FLASH_SIZE / 2; nwords++) {
3700 CSR_WRITE_2(sc, AN_AUX_DATA, bufp[nwords] & 0xffff);
3703 for (nwords = 0; nwords != FLASH_SIZE / 4; nwords++) {
3705 ((u_int32_t *)bufp)[nwords] & 0xffff);
/freebsd-11-stable/sbin/routed/
H A Drdisc.c676 int nwords = len >> 1; local
678 while (nwords-- != 0)
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c913 unsigned int nwords; local
919 get_int_arg(argv[start_arg + 1], &nwords))
922 while (nwords--) {
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c3192 * @nwords: how many 32-bit words to read
3202 unsigned int nwords, u32 *data, int byte_oriented)
3206 if (addr + nwords * sizeof(u32) > adapter->params.sf_size || (addr & 3))
3215 for ( ; nwords; nwords--, data++) {
3216 ret = sf1_read(adapter, 4, nwords > 1, nwords == 1, data);
3217 if (nwords == 1)
9480 const unsigned int nwords = CIM_IBQ_SIZE * 4; local
9485 addr = qid * nwords;
3201 t4_read_flash(struct adapter *adapter, unsigned int addr, unsigned int nwords, u32 *data, int byte_oriented) argument
9521 unsigned int addr, v, nwords; local
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1027 * @nwords: how many 32-bit words to read
1036 int t3_read_flash(adapter_t *adapter, unsigned int addr, unsigned int nwords, argument
1041 if (addr + nwords * sizeof(u32) > SF_SIZE || (addr & 3))
1050 for ( ; nwords; nwords--, data++) {
1051 ret = sf1_read(adapter, 4, nwords > 1, data);

Completed in 421 milliseconds

12