| /freebsd/crypto/heimdal/kadmin/ |
| H A D | add-random-users.c | 81 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 D | generate-requests.c | 72 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 D | wordexp.c | 127 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() 287 while (nwords-- != 0) { in we_askshell()
|
| /freebsd/crypto/heimdal/kpasswd/ |
| H A D | kpasswd-generator.c | 83 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 D | space_map.c | 203 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 D | ip.c | 33 int nwords = len >> 1; in chksum() local 35 for(; nwords > 0; nwords--) in chksum()
|
| /freebsd/crypto/openssh/ |
| H A D | mdoc2man.awk | 42 while(w<nwords) {
|
| /freebsd/contrib/byacc/ |
| H A D | lalr.c | 286 int nwords; in initialize_F() local 288 nwords = ngotos * tokensetsize; in initialize_F() 289 F = NEW2(nwords, unsigned); in initialize_F()
|
| /freebsd/sbin/ipf/iplang/ |
| H A D | iplang_y.y | 1738 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/crypto/openssl/crypto/bn/ |
| H A D | bn_lib.c | 941 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() argument 946 bn_wcheck_size(a, nwords); in BN_consttime_swap() 947 bn_wcheck_size(b, nwords); in BN_consttime_swap() 988 for (i = 0; i < nwords; i++) { in BN_consttime_swap()
|
| /freebsd/contrib/flex/src/ |
| H A D | scanopt.c | 393 int nwords = 0, nchars = 0, has_short = 0; in scanopt_usage() local 412 if(nwords++)\ in scanopt_usage()
|
| /freebsd/sys/net/ |
| H A D | if_me.c | 456 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 D | rdisc.c | 666 int nwords = len >> 1; in in_cksum() local 668 while (nwords-- != 0) in in_cksum()
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 3935 unsigned int nwords, u32 *data, int byte_oriented) in t4_read_flash() argument 3939 if (addr + nwords * sizeof(u32) > adapter->params.sf_size || (addr & 3)) in t4_read_flash() 3948 for ( ; nwords; nwords--, data++) { in t4_read_flash() 3949 ret = sf1_read(adapter, 4, nwords > 1, nwords == 1, data); in t4_read_flash() 3950 if (nwords == 1) in t4_read_flash() 12006 u16 i, addr, nwords; in t4_read_cim_ibq_core() local 12012 t4_read_cimq_cfg_ibq_core(adap, coreid, qid, &addr, &nwords, NULL); in t4_read_cim_ibq_core() 12014 nwords >>= sizeof(u16); in t4_read_cim_ibq_core() 12015 if (n > nwords) in t4_read_cim_ibq_core() 12016 n = nwords; in t4_read_cim_ibq_core() [all …]
|
| H A D | common.h | 704 int t4_read_flash(struct adapter *adapter, unsigned int addr, unsigned int nwords,
|
| /freebsd/contrib/tzcode/ |
| H A D | zic.c | 1491 static int nwords; in get_rand_u64() local 1492 if (!nwords) { in get_rand_u64() 1501 nwords = -1; in get_rand_u64() 1503 nwords = s / sizeof *entropy_buffer; in get_rand_u64() 1505 if (0 < nwords) in get_rand_u64() 1506 return entropy_buffer[--nwords]; in get_rand_u64()
|
| /freebsd/sys/dev/enic/ |
| H A D | vnic_dev.c | 860 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 D | cxgbtool.c | 912 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 D | cxgb_t3_hw.c | 1034 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 D | cxgb_common.h | 718 int t3_read_flash(adapter_t *adapter, unsigned int addr, unsigned int nwords,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bn.h | 358 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
|
| /freebsd/sys/dev/isp/ |
| H A D | isp_library.c | 1106 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 D | cxgbetool.c | 1524 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 D | zdb.c | 9187 unsigned nwords = size / sizeof (uint64_t); in zdb_dump_block() local 9205 for (i = 0; i < nwords; i += 2) { in zdb_dump_block()
|
| /freebsd/contrib/bmake/ |
| H A D | ChangeLog | 2547 o str.c: brk_string return size_t for nwords
|