Home
last modified time | relevance | path

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

123

/freebsd/contrib/ntp/sntp/scripts/
H A DgenHardFlags32 if test -f $hf
34 HF=$hf
58 if test -f $hf
60 HF=$hf
72 if test -f $hf
74 HF=$hf
87 HF=$hf
95 HF=$hf
112 HF=$hf
124 if test -f $hf
[all …]
/freebsd/stand/kboot/kboot/
H A Dhostfs.c35 hostfs_file *hf; in hostfs_alloc() local
37 hf = malloc(sizeof(*hf)); in hostfs_alloc()
38 if (hf != NULL) in hostfs_alloc()
39 memset(hf, 0, sizeof(*hf)); in hostfs_alloc()
40 return (hf); in hostfs_alloc()
46 free(hf); in hostfs_free()
52 hostfs_file *hf; in hostfs_open() local
102 hostfs_free(hf); in hostfs_close()
197 dentlen = host_getdents64(hf->hf_fd, hf->hf_dents, sizeof(hf->hf_dents)); in hostfs_readdir()
201 hf->hf_curdent = hf->hf_dents; in hostfs_readdir()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c2555 hf->bitlen = malloc(len_size * sizeof(hf->bitlen[0])); in lzh_huffman_init()
2570 hf->tree = malloc(hf->tree_avail * sizeof(hf->tree[0])); in lzh_huffman_init()
2699 hf->bitlen[hf->tbl[0]] = 0; in lzh_make_fake_table()
2837 ht = &(hf->tree[hf->tree_used++]); in lzh_make_huffman_table()
2838 if (hf->tree_used > hf->tree_avail) in lzh_make_huffman_table()
2852 ht = &(hf->tree[hf->tree_used++]); in lzh_make_huffman_table()
2853 if (hf->tree_used > hf->tree_avail) in lzh_make_huffman_table()
2863 ht = &(hf->tree[hf->tree_used++]); in lzh_make_huffman_table()
2864 if (hf->tree_used > hf->tree_avail) in lzh_make_huffman_table()
2915 c = hf->tbl[rbits >> hf->shift_bits]; in lzh_decode_huffman()
[all …]
H A Darchive_read_support_format_cab.c3123 if (hf->bitlen == NULL || hf->len_size != (int)len_size) { in lzx_huffman_init()
3124 free(hf->bitlen); in lzx_huffman_init()
3125 hf->bitlen = calloc(len_size, sizeof(hf->bitlen[0])); in lzx_huffman_init()
3130 memset(hf->bitlen, 0, len_size * sizeof(hf->bitlen[0])); in lzx_huffman_init()
3132 hf->tbl = malloc(((size_t)1 << tbl_bits) * sizeof(hf->tbl[0])); in lzx_huffman_init()
3143 free(hf->bitlen); in lzx_huffman_free()
3144 free(hf->tbl); in lzx_huffman_free()
3166 if (hf->freq[i]) { in lzx_make_huffman_table()
3193 tbl = hf->tbl; in lzx_make_huffman_table()
3196 hf->tree_used = 0; in lzx_make_huffman_table()
[all …]
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ec.h685 const br_hash_class *hf, const void *hash_value,
727 const br_hash_class *hf, const void *hash_value,
743 const br_hash_class *hf, const void *hash_value,
793 const br_hash_class *hf, const void *hash_value,
809 const br_hash_class *hf, const void *hash_value,
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_humanize_number.c124 const struct hnflags *hf; in formatflags() local
135 hf = &hfs[i]; in formatflags()
136 if (flags & hf->hf_flags) { in formatflags()
137 found |= hf->hf_flags; in formatflags()
138 n = snprintf(p, len, "|%s", hf->hf_name); in formatflags()
/freebsd/contrib/bearssl/src/ec/
H A Decdsa_i15_sign_asn1.c32 const br_hash_class *hf, const void *hash_value, in br_ecdsa_i15_sign_asn1() argument
38 sig_len = br_ecdsa_i15_sign_raw(impl, hf, hash_value, sk, rsig); in br_ecdsa_i15_sign_asn1()
H A Decdsa_i31_sign_asn1.c32 const br_hash_class *hf, const void *hash_value, in br_ecdsa_i31_sign_asn1() argument
38 sig_len = br_ecdsa_i31_sign_raw(impl, hf, hash_value, sk, rsig); in br_ecdsa_i31_sign_asn1()
H A Decdsa_i15_sign_raw.c34 const br_hash_class *hf, const void *hash_value, in br_ecdsa_i15_sign_raw() argument
100 hash_len = (hf->desc >> BR_HASHDESC_OUT_OFF) & BR_HASHDESC_OUT_MASK; in br_ecdsa_i15_sign_raw()
118 br_hmac_drbg_init(&drbg, hf, tt, nlen << 1); in br_ecdsa_i15_sign_raw()
H A Decdsa_i31_sign_raw.c34 const br_hash_class *hf, const void *hash_value, in br_ecdsa_i31_sign_raw() argument
99 hash_len = (hf->desc >> BR_HASHDESC_OUT_OFF) & BR_HASHDESC_OUT_MASK; in br_ecdsa_i31_sign_raw()
117 br_hmac_drbg_init(&drbg, hf, tt, nlen << 1); in br_ecdsa_i31_sign_raw()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_server.c222 const br_hash_class *hf; in hash_data() local
229 if (hf == NULL) { in hash_data()
232 hf->init(&hc.vtable); in hash_data()
233 hf->update(&hc.vtable, src, len); in hash_data()
234 hf->out(&hc.vtable, tmp); in hash_data()
236 if (hf == NULL) { in hash_data()
239 hf->init(&hc.vtable); in hash_data()
241 hf->out(&hc.vtable, tmp + 16); in hash_data()
246 if (hf == NULL) { in hash_data()
249 hf->init(&hc.vtable); in hash_data()
[all …]
H A Dssl_hs_server.t0167 const br_hash_class *hf;
174 if (hf == NULL) {
177 hf->init(&hc.vtable);
178 hf->update(&hc.vtable, src, len);
179 hf->out(&hc.vtable, tmp);
181 if (hf == NULL) {
184 hf->init(&hc.vtable);
186 hf->out(&hc.vtable, tmp + 16);
191 if (hf == NULL) {
194 hf->init(&hc.vtable);
[all …]
/freebsd/sys/dev/videomode/
H A Dvesagtf.c661 float vf, hf; in print_xf86_mode() local
663 hf = 1000.0 * vmp->dot_clock / vmp->htotal; in print_xf86_mode()
664 vf = 1.0 * hf / vmp->vtotal; in print_xf86_mode()
668 vmp->hdisplay, vmp->vdisplay, vf, hf, vmp->dot_clock / 1000.0); in print_xf86_mode()
/freebsd/sys/contrib/ck/src/
H A Dck_hs.c361 h = hs->hf(previous, hs->seed); in ck_hs_grow()
600 h = hs->hf(entry, hs->seed); in ck_hs_gc()
925 ck_hs_hash_cb_t *hf, in ck_hs_move() argument
930 if (m == NULL || m->malloc == NULL || m->free == NULL || hf == NULL) in ck_hs_move()
937 hs->hf = hf; in ck_hs_move()
945 ck_hs_hash_cb_t *hf, in ck_hs_init() argument
952 if (m == NULL || m->malloc == NULL || m->free == NULL || hf == NULL) in ck_hs_init()
958 hs->hf = hf; in ck_hs_init()
H A Dck_rhs.c522 h = hs->hf(previous, hs->seed); in ck_rhs_grow()
554 h = hs->hf(previous, hs->seed); in ck_rhs_grow()
1440 ck_rhs_hash_cb_t *hf, in ck_rhs_move() argument
1445 if (m == NULL || m->malloc == NULL || m->free == NULL || hf == NULL) in ck_rhs_move()
1453 hs->hf = hf; in ck_rhs_move()
1461 ck_rhs_hash_cb_t *hf, in ck_rhs_init() argument
1468 if (m == NULL || m->malloc == NULL || m->free == NULL || hf == NULL) in ck_rhs_init()
1474 hs->hf = hf; in ck_rhs_init()
/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c50 uint32_t hf(uintptr_t key, int flags, void *arg) in hf() function
95 h = dn_ht_init(NULL, 10, 0, hf, matchf, newfn); in test_hash()
102 h = dn_ht_init(NULL, 10, 0, hf, matchf, NULL); in test_hash()
/freebsd/sys/contrib/ck/include/
H A Dck_hs.h89 ck_hs_hash_cb_t *hf; member
117 return hs->hf(k, hs->seed); in ck_hs_hash()
H A Dck_rhs.h89 ck_rhs_hash_cb_t *hf; member
/freebsd/contrib/libedit/
H A Dhistory.c1117 TYPE(History) hf; in FUNW()
1119 hf.h_ref = va_arg(va, void *); in FUNW()
1121 hf.h_first = va_arg(va, history_gfun_t); in FUNW()
1122 hf.h_next = va_arg(va, history_gfun_t); in FUNW()
1123 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
1124 hf.h_prev = va_arg(va, history_gfun_t); in FUNW()
1125 hf.h_curr = va_arg(va, history_gfun_t); in FUNW()
1126 hf.h_set = va_arg(va, history_sfun_t); in FUNW()
1127 hf.h_clear = va_arg(va, history_vfun_t); in FUNW()
1129 hf.h_add = va_arg(va, history_efun_t); in FUNW()
[all …]
/freebsd/contrib/ntp/include/
H A Dntp_fp.h78 #define NTOHL_MFP(ni, nf, hi, hf) \ argument
81 (hf) = ntohl(nf); \
84 #define HTONL_MFP(hi, hf, ni, nf) \ argument
87 (nf) = htonl(hf); \
/freebsd/contrib/sendmail/cf/ostype/
H A Dunicos.m416 define(`HELP_FILE', `/usr/lib/sendmail.hf')
H A Dunicosmk.m416 define(`HELP_FILE', `/usr/lib/sendmail.hf')
H A Dirix5.m428 # - helpfile is in /etc/sendmail.hf in SGI's /etc/sendmail.cf
/freebsd/contrib/llvm-project/libcxx/include/
H A Dunordered_map54 explicit unordered_map(size_type n, const hasher& hf = hasher(),
59 size_type n = 0, const hasher& hf = hasher(),
64 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
81 unordered_map(size_type n, const hasher& hf, const allocator_type& a)
82 : unordered_map(n, hf, key_equal(), a) {} // C++14
89 : unordered_map(f, l, n, hf, key_equal(), a) {} // C++14
100 : unordered_map(il, n, hf, key_equal(), a) {} // C++14
346 size_type n = 0, const hasher& hf = hasher(),
368 : unordered_multimap(n, hf, key_equal(), a) {} // C++14
375 : unordered_multimap(f, l, n, hf, key_equal(), a) {} // C++14
[all …]
H A Dunordered_set55 explicit unordered_set(size_type n, const hasher& hf = hasher(),
60 size_type n = 0, const hasher& hf = hasher(),
65 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
77 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
85 const hasher& hf, const allocator_type& a); // C++14
94 const hasher& hf, const allocator_type& a); // C++14
303 explicit unordered_multiset(size_type n, const hasher& hf = hasher(),
308 size_type n = 0, const hasher& hf = hasher(),
313 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
333 const hasher& hf, const allocator_type& a); // C++14
[all …]

123