Searched refs:ht (Results 26 - 50 of 109) sorted by relevance

12345

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_bdg.h137 * By default points to *ht which is allocated on attach and used by the default lookup
141 struct nm_hash_ent *ht; member in struct:nm_bridge
161 return b->ht;
170 return !(b->bdg_flags & NM_BDG_EXCLUSIVE) || b->ht == auth_token;
H A Dnetmap_bdg.c215 b->ht = nm_os_malloc(sizeof(struct nm_hash_ent) * NM_BDG_HASH);
216 if (b->ht == NULL) {
227 b->private_data = b->ht;
243 nm_os_free(b->ht);
872 bzero(b->ht, sizeof(struct nm_hash_ent) * NM_BDG_HASH);
874 b->private_data = b->ht;
1413 nm_prdis("%s[%d] PRE rx(c%3d t%3d l%3d) ring(h%3d c%3d t%3d) tx(c%3d ht%3d t%3d)",
1432 nm_prdis("%s[%d] PST rx(c%3d t%3d l%3d) ring(h%3d c%3d t%3d) tx(c%3d ht%3d t%3d)",
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Delement.c40 svn_eid__hash_get(apr_hash_t *ht, argument
43 return apr_hash_get(ht, &key, sizeof(key));
47 svn_eid__hash_set(apr_hash_t *ht, argument
51 int *id_p = apr_pmemdup(apr_hash_pool_get(ht), &key, sizeof(key));
53 apr_hash_set(ht, id_p, sizeof(key), val);
64 apr_hash_t *ht,
70 if (apr_hash_count(ht) == 0)
73 hi->array = svn_sort__hash(ht, comparison_func, pool);
63 svn_eid__hash_sorted_first(apr_pool_t *pool, apr_hash_t *ht, int (*comparison_func)(const svn_sort__item_t *, const svn_sort__item_t *)) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_xml.h277 apr_hash_t *ht,
285 apr_hash_t *ht,
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Doutput.h39 void set_desired_width_height(double wid, double ht);
H A Dmain.cpp271 double wid, ht; local
272 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) {
274 ht = 0.0;
279 ht = wid = 0.0;
282 out->set_desired_width_height(wid, ht);
/freebsd-11-stable/sys/dev/usb/net/
H A Duhso.c552 struct uhso_tty *ht; local
627 ht = &sc->sc_tty[i];
631 port = uhso_mux_port_map[ht->ht_muxport];
640 ht->ht_name[0] = 0;
642 snprintf(ht->ht_name, 32, "cuaU%d", ucom->sc_super->sc_unit);
644 snprintf(ht->ht_name, 32, "cuaU%d.%d",
650 "tty", CTLFLAG_RD, ht->ht_name, 0, "");
656 "\"%s\" port at %s\n", desc, ht->ht_name);
1152 struct uhso_tty *ht; local
1159 ht
1209 struct uhso_tty *ht; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c2766 struct htree_t *ht; local
2828 ht = &(hf->tree[hf->tree_used++]);
2831 ht->left = 0;
2832 ht->right = 0;
2837 ht = &(hf->tree[*p - len_avail]);
2841 if (ht->left < len_avail) {
2842 ht->left = len_avail + hf->tree_used;
2843 ht = &(hf->tree[hf->tree_used++]);
2846 ht->left = 0;
2847 ht
2881 struct htree_t *ht; local
[all...]
/freebsd-11-stable/sys/powerpc/powermac/
H A Dcpcht.c158 if (strcmp(type, "ht") != 0)
161 if (strcmp(compatible, "u3-ht") != 0)
482 struct pcicfg_ht *ht = NULL; local
487 ht = &dinfo->cfg.ht;
489 if (ht == NULL)
493 if (ht == NULL)
496 *addr = ht->ht_msiaddr;
/freebsd-11-stable/contrib/gcc/
H A Dstringpool.c50 struct ht *ident_hash;
H A Dtoplev.h143 extern struct ht *ident_hash;
H A Dfold-const.c11884 htab_t ht;
11886 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
11888 fold_checksum_tree (expr, &ctx, ht);
11890 htab_empty (ht);
11895 fold_checksum_tree (expr, &ctx, ht);
11897 htab_delete (ht);
11910 htab_t ht;
11912 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
11914 fold_checksum_tree (expr, &ctx, ht);
11916 htab_delete (ht);
11849 htab_t ht; local
11875 htab_t ht; local
11894 fold_checksum_tree(tree expr, struct md5_ctx *ctx, htab_t ht) argument
11939 fold_checksum_tree (TREE_TYPE (expr), ctx, ht); local
11943 fold_checksum_tree (TREE_CHAIN (expr), ctx, ht); local
11954 fold_checksum_tree (TREE_REALPART (expr), ctx, ht); local
11955 fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht); local
11958 fold_checksum_tree (TREE_VECTOR_CST_ELTS (expr), ctx, ht); local
11968 fold_checksum_tree (TREE_PURPOSE (expr), ctx, ht); local
11969 fold_checksum_tree (TREE_VALUE (expr), ctx, ht); local
11975 fold_checksum_tree (TREE_VEC_ELT (expr, i), ctx, ht); local
11989 fold_checksum_tree (TREE_OPERAND (expr, i), ctx, ht); local
11992 fold_checksum_tree (DECL_NAME (expr), ctx, ht); local
11993 fold_checksum_tree (DECL_CONTEXT (expr), ctx, ht); local
11996 fold_checksum_tree (DECL_SIZE (expr), ctx, ht); local
11997 fold_checksum_tree (DECL_SIZE_UNIT (expr), ctx, ht); local
11998 fold_checksum_tree (DECL_INITIAL (expr), ctx, ht); local
11999 fold_checksum_tree (DECL_ABSTRACT_ORIGIN (expr), ctx, ht); local
12000 fold_checksum_tree (DECL_ATTRIBUTES (expr), ctx, ht); local
12003 fold_checksum_tree (DECL_SECTION_NAME (expr), ctx, ht); local
12007 fold_checksum_tree (DECL_VINDEX (expr), ctx, ht); local
12008 fold_checksum_tree (DECL_RESULT_FLD (expr), ctx, ht); local
12009 fold_checksum_tree (DECL_ARGUMENT_FLD (expr), ctx, ht); local
12014 fold_checksum_tree (TYPE_VALUES (expr), ctx, ht); local
12015 fold_checksum_tree (TYPE_SIZE (expr), ctx, ht); local
12016 fold_checksum_tree (TYPE_SIZE_UNIT (expr), ctx, ht); local
12017 fold_checksum_tree (TYPE_ATTRIBUTES (expr), ctx, ht); local
12018 fold_checksum_tree (TYPE_NAME (expr), ctx, ht); local
12022 fold_checksum_tree (TYPE_MIN_VALUE (expr), ctx, ht); local
12023 fold_checksum_tree (TYPE_MAX_VALUE (expr), ctx, ht); local
12025 fold_checksum_tree (TYPE_MAIN_VARIANT (expr), ctx, ht); local
12029 fold_checksum_tree (TYPE_BINFO (expr), ctx, ht); local
12030 fold_checksum_tree (TYPE_CONTEXT (expr), ctx, ht); local
12051 htab_t ht; local
12092 htab_t ht; local
12148 htab_t ht; local
[all...]
H A Dtree-ssa-alias-warnings.c398 add_key (htab_t ht, tree t, alloc_pool references_pool)
407 slot = htab_find_slot (ht, tp, INSERT);
396 add_key(htab_t ht, tree t, alloc_pool references_pool) argument
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_ht.c386 ck_ht_gc(struct ck_ht *ht, unsigned long cycles, unsigned long seed) argument
389 struct ck_ht_map *map = ht->map;
406 bounds = ht->m->malloc(size);
428 if (ht->mode & CK_HT_MODE_BYTESTRING) {
432 ht->h(&h, ck_ht_entry_key(entry), ck_ht_entry_key_length(entry),
433 ht->seed);
443 ht->h(&h, &entry->key, sizeof(entry->key), ht->seed);
490 ht->m->free(bounds, size, false);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dhash.c572 svn_hash__gets_debug(apr_hash_t *ht, const char *key)
574 return apr_hash_get(ht, key, APR_HASH_KEY_STRING); argument
579 svn_hash__sets_debug(apr_hash_t *ht, const char *key, const void *val)
581 apr_hash_set(ht, key, APR_HASH_KEY_STRING, val);
567 svn_hash__gets_debug(apr_hash_t *ht, const char *key) argument
H A Dsorts.c150 svn_sort__hash(apr_hash_t *ht,
161 ary = apr_array_make(pool, apr_hash_count(ht), sizeof(svn_sort__item_t));
166 for (hi = apr_hash_first(pool, ht); hi; hi = apr_hash_next(hi))
148 svn_sort__hash(apr_hash_t *ht, int (*comparison_func)(const svn_sort__item_t *, const svn_sort__item_t *), apr_pool_t *pool) argument
/freebsd-11-stable/sys/dev/videomode/
H A Dvideomode.c29 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \
30 { clk, hr, hs, he, ht, vr, vs, ve, vt, f, nm }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h229 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { argument
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dht-internal.h130 int name##_HT_GROW(struct name *ht, unsigned min_capacity); \
131 void name##_HT_CLEAR(struct name *ht); \
132 int name##_HT_REP_IS_BAD_(const struct name *ht); \
H A DMakefile.am271 ht-internal.h \
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h519 int ht; member in struct:wpa_ssid
H A Dap.h56 void wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht,
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l90 HT|ht { number = 9; return TNUM; }
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c611 unichar *ht = n->message; local
617 while (txt_len > 0 && ht[txt_len - 1] > 0 && ht[txt_len - 1] < 0x20)
618 ht[--txt_len] = 0;
627 while (*ht != 0)
629 target_put_16 (ret->data + txt_len, *ht++);
/freebsd-11-stable/sbin/ifconfig/
H A Difbridge.c255 u_int8_t ht, fd, ma, hc, pro; local
270 ht = ifbp.ifbop_hellotime;
277 ether_ntoa((struct ether_addr *)lladdr), pri, ht, fd);

Completed in 414 milliseconds

12345