Searched refs:hn (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_eval_pm2exp.c43 mp_srcptr xp, mp_size_t n, mp_size_t hn, unsigned shift,
55 ASSERT (hn > 0);
56 ASSERT (hn <= n);
59 * that last coefficient, of size hn, starts at xp + k*n. */
72 cy = mpn_addlsh_n (tp, tp, xp+k*n, hn, k*shift);
73 MPN_INCR_U (tp + hn, n+1 - hn, cy);
77 cy = mpn_addlsh_n (xp2, xp2, xp+k*n, hn, k*shift);
78 MPN_INCR_U (xp2 + hn, n+1 - hn, c
42 mpn_toom_eval_pm2exp(mp_ptr xp2, mp_ptr xm2, unsigned k, mp_srcptr xp, mp_size_t n, mp_size_t hn, unsigned shift, mp_ptr tp) argument
[all...]
H A Dtoom_eval_pm2.c70 mp_srcptr xp, mp_size_t n, mp_size_t hn, mp_ptr tp)
79 ASSERT (hn > 0);
80 ASSERT (hn <= n);
83 * that last coefficient, of size hn, starts at xp + k*n. */
86 DO_addlsh2 (xp2, xp + (k-2) * n, xp + k * n, hn, cy);
87 if (hn != n)
88 cy = mpn_add_1 (xp2 + hn, xp + (k-2) * n + hn, n - hn, cy);
69 mpn_toom_eval_pm2(mp_ptr xp2, mp_ptr xm2, unsigned k, mp_srcptr xp, mp_size_t n, mp_size_t hn, mp_ptr tp) argument
H A Dtoom_eval_pm1.c43 mp_srcptr xp, mp_size_t n, mp_size_t hn, mp_ptr tp)
50 ASSERT (hn > 0);
51 ASSERT (hn <= n);
54 * that last coefficient, of size hn, starts at xp + k*n. */
65 ASSERT_NOCARRY (mpn_add (tp, tp, n+1, xp+k*n, hn));
67 ASSERT_NOCARRY (mpn_add (xp1, xp1, n+1, xp+k*n, hn));
42 mpn_toom_eval_pm1(mp_ptr xp1, mp_ptr xm1, unsigned k, mp_srcptr xp, mp_size_t n, mp_size_t hn, mp_ptr tp) argument
H A Dset_str.c144 mp_size_t ln, hn, n, sn; local
160 hn = mpn_bc_set_str (tp, str, len_hi, powtab->base);
162 hn = mpn_dc_set_str (tp, str, len_hi, powtab - 1, rp);
166 if (hn == 0)
174 if (powtab->n > hn)
175 mpn_mul (rp + sn, powtab->p, powtab->n, tp, hn);
177 mpn_mul (rp + sn, tp, hn, powtab->p, powtab->n);
192 n = hn + powtab->n + sn;
/netbsd-current/external/bsd/libbind/dist/irs/
H A Ddns_p.h29 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dwr_fstab.c53 static void write_aix1_dkrmount(FILE *ef, char *hn, fsmount *fp);
55 static void write_aix3_dkrmount(FILE *ef, char *hn, fsmount *fp);
57 static int write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *));
59 static void write_generic_dkrmount(FILE *ef, char *hn, fsmount *fp);
61 static void write_ultrix_dkrmount(FILE *ef, char *hn, fsmount *fp);
68 void (*op_mount) (FILE *ef, char *hn, fsmount *fp);
122 write_aix1_dkrmount(FILE *ef, char *hn, fsmount *fp) argument
130 domain_strip(h, hn);
171 write_aix3_dkrmount(FILE *ef, char *hn, fsmount *fp) argument
175 domain_strip(h, hn);
205 write_ultrix_dkrmount(FILE *ef, char *hn, fsmount *fp) argument
239 write_generic_dkrmount(FILE *ef, char *hn, fsmount *fp) argument
296 write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *)) argument
[all...]
H A Dwr_bparam.c54 write_nfsname(FILE *ef, fsmount *fp, char *hn) argument
59 domain_strip(h, hn);
H A Dfsinfo.h42 extern FILE *pref_open(char *pref, char *hn, void (*hdr) (FILE *, char *), char *arg);
87 extern void gen_hdr(FILE *ef, char *hn);
H A Dfsi_util.c193 gen_hdr(FILE *ef, char *hn) argument
195 fprintf(ef, "# *** NOTE: Only for use on %s\n", hn);
271 pref_open(char *pref, char *hn, void (*hdr) (FILE *, char *), char *arg) argument
276 xsnprintf(p, sizeof(p), "%s%s", pref, hn);
277 fsi_log("Writing %s info for %s to %s", pref, hn, p);
H A Dfsi_analyze.c110 compute_hostpath(char *hn) argument
116 xstrlcpy(p, hn, MAXPATHLEN);
131 fsi_log("hostpath of '%s' is '%s'", hn, path);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c50 write_macdef (cpp_reader *pfile, cpp_hashnode *hn, void *file_p) argument
54 switch (hn->type)
57 if (! (hn->flags & NODE_POISONED))
66 if (hn->value.macro->kind != cmk_assert)
72 s.name_length = NODE_LEN (hn);
73 s.flags = hn->flags & NODE_POISONED;
77 defn = NODE_NAME (hn);
82 defn = cpp_macro_definition (pfile, hn);
125 save_idents (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p) argument
129 if (hn
222 count_defs(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p) argument
260 write_defs(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p) argument
532 collect_ht_nodes(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *nl_p) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc50 write_macdef (cpp_reader *pfile, cpp_hashnode *hn, void *file_p) argument
54 switch (hn->type)
57 if (! (hn->flags & NODE_POISONED))
66 if (hn->value.macro->kind != cmk_assert)
72 s.name_length = NODE_LEN (hn);
73 s.flags = hn->flags & NODE_POISONED;
77 defn = NODE_NAME (hn);
82 defn = cpp_macro_definition (pfile, hn);
125 save_idents (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p) argument
129 if (hn
222 count_defs(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p) argument
260 write_defs(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p) argument
532 collect_ht_nodes(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *nl_p) argument
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Ddvmstat69 while getopts hn:p: name
/netbsd-current/external/cddl/dtracetoolkit/dist/
H A Ddvmstat69 while getopts hn:p: name
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dreferences.c69 uint32_t h1, h2, h4, h5, h6, hn; local
120 err = fdt_generate_phandle(fdt, &hn);
122 FAIL("generated invalid phandle 0x%x\n", hn);
/netbsd-current/external/bsd/openldap/dist/tests/data/tls/
H A Dcreate-crt.sh50 hn=$(hostname -f)
51 sed -e "s;@HOSTNAME@;$hn;" -e "s;@KEY_BITS@;$KEY_BITS;" conf/openssl.cnf > ./openssl.cnf
/netbsd-current/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd-gulm.c610 struct dm_hash_node *hn; local
613 dm_hash_iterate(hn, node_hash)
615 ninfo = dm_hash_get_data(node_hash, hn);
618 memcpy(csid, dm_hash_get_key(node_hash, hn), GULM_MAX_CSID_LEN);
673 struct dm_hash_node *hn; local
677 dm_hash_iterate(hn, node_hash)
682 ninfo = dm_hash_get_data(node_hash, hn);
683 memcpy(csid, dm_hash_get_key(node_hash, hn), GULM_MAX_CSID_LEN);
H A Dclvmd-corosync.c442 struct dm_hash_node *hn; local
446 dm_hash_iterate(hn, node_hash)
450 ninfo = dm_hash_get_data(node_hash, hn);
451 memcpy(csid, dm_hash_get_key(node_hash, hn), COROSYNC_CSID_LEN);
H A Dclvmd-openais.c467 struct dm_hash_node *hn; local
471 dm_hash_iterate(hn, node_hash)
475 ninfo = dm_hash_get_data(node_hash, hn);
476 memcpy(csid, dm_hash_get_key(node_hash, hn), OPENAIS_CSID_LEN);
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreduce-headers150 hn = normalize_header (h)
151 if hn not in headers_list:
152 headers_list.append (hn)
153 if header_dict.get(hn):
154 for y in ii_include_list (header_dict[hn]):
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreduce-headers150 hn = normalize_header (h)
151 if hn not in headers_list:
152 headers_list.append (hn)
153 if header_dict.get(hn):
154 for y in ii_include_list (header_dict[hn]):
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c2503 heim_printable_string hn; local
2504 hn.data = rk_UNCONST(hostname);
2505 hn.length = strlen(hostname);
2507 if (der_printable_string_cmp(&san.val[j].u.dNSName, &hn) == 0) {
2532 heim_printable_string hn; local
2533 hn.data = rk_UNCONST(hostname);
2534 hn.length = strlen(hostname);
2536 if (der_printable_string_cmp(&ds->u.printableString, &hn) == 0)
2541 heim_ia5_string hn; local
2542 hn
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d242 case Format.hn: // pointer to short
403 case Format.hn:
796 hn, // pointer to short
948 lm == 'h' ? Format.hn :
985 assert(parseGenericFormatSpecifier("hn", idx, genSpecifier) == Format.hn);
1056 assert(parsePrintfFormatSpecifier("%hn", idx, widthStar, precisionStar) == Format.hn);
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dxutil.c149 am_set_hostname(char *hn) argument
151 xstrlcpy(am_hostname, hn, sizeof(am_hostname));
/netbsd-current/lib/libc/net/
H A Dgetnetnamadr.c82 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)

Completed in 202 milliseconds

12