Searched defs:ht (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10.0-release/contrib/apr/include/
H A Dapr_hash.h174 APR_DECLARE(unsigned int) apr_hash_count(apr_hash_t *ht); variable
180 APR_DECLARE(void) apr_hash_clear(apr_hash_t *ht); variable
[all...]
/freebsd-10.0-release/contrib/gcclibs/libcpp/include/
H A Dsymtab.h43 struct ht struct
/freebsd-10.0-release/sys/dev/drm/
H A Ddrm_hashtab.c44 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) argument
58 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) argument
73 drm_ht_find_key(struct drm_open_hash *ht, unsigned long key) argument
91 drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) argument
120 drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, unsigned long seed, int bits, int shift, unsigned long add) argument
144 drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item) argument
157 drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) argument
169 drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) argument
175 drm_ht_remove(struct drm_open_hash *ht) argument
[all...]
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_hashtab.c44 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) argument
58 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) argument
73 drm_ht_find_key(struct drm_open_hash *ht, unsigned long key) argument
91 drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) argument
120 drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, unsigned long seed, int bits, int shift, unsigned long add) argument
144 drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item) argument
157 drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) argument
169 drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) argument
175 drm_ht_remove(struct drm_open_hash *ht) argument
[all...]
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dsymtab.c238 ht_load (hash_table *ht, hashnode *entries, argument
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp271 double wid, ht; local
H A Dobject.cpp42 void output::set_desired_width_height(double wid, double ht) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h222 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { argument
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsorts.c137 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
H A Dxml.c563 apr_hash_t *ht, argument
502 amalgamate(const char **atts, apr_hash_t *ht, svn_boolean_t preserve, apr_pool_t *pool) argument
531 apr_hash_t *ht = apr_hash_make(pool); local
547 apr_hash_t *ht = apr_hash_make(pool); local
554 svn_xml_hash_atts_overlaying(const char **atts, apr_hash_t *ht, apr_pool_t *pool) argument
622 apr_hash_t *ht = svn_xml_ap_to_hash(ap, subpool); local
[all...]
/freebsd-10.0-release/sys/dev/drm2/ttm/
H A Dttm_object.c261 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; local
324 struct drm_open_hash *ht; local
344 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; local
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddn_heap.c327 void **ht; /* bucket heads */ member in struct:dn_ht
336 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, argument
426 dn_ht_free(struct dn_ht *ht, int flags) argument
440 dn_ht_entries(struct dn_ht *ht) argument
447 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) argument
490 dn_ht_scan(struct dn_ht *ht, int (*fn)(void *, void *), void *arg) argument
525 dn_ht_scan_bucket(struct dn_ht *ht, int *bucket, int (*fn)(void *, void *), void *arg) argument
[all...]
/freebsd-10.0-release/contrib/apr/tables/
H A Dapr_hash.c63 apr_hash_t *ht; member in struct:apr_hash_index_t
91 static apr_hash_entry_t **alloc_array(apr_hash_t *ht, unsigned int max) argument
98 apr_hash_t *ht; local
117 apr_hash_t *ht = apr_hash_make(pool); local
140 apr_hash_first(apr_pool_t *p, apr_hash_t *ht) argument
170 expand_array(apr_hash_t *ht) argument
262 find_entry(apr_hash_t *ht, const void *key, apr_ssize_t klen, const void *val) argument
304 apr_hash_t *ht; local
339 apr_hash_get(apr_hash_t *ht, const void *key, apr_ssize_t klen) argument
351 apr_hash_set(apr_hash_t *ht, const void *key, apr_ssize_t klen, const void *val) argument
379 apr_hash_count(apr_hash_t *ht) argument
384 apr_hash_clear(apr_hash_t *ht) argument
504 apr_hash_do(apr_hash_do_callback_fn_t *comp, void *rec, const apr_hash_t *ht) argument
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Ddrv_callbacks.c369 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, argument
/freebsd-10.0-release/lib/libc/net/
H A Dgethostnamadr.c270 struct hostent *ht; local
376 struct hostent *ht; local
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dap.c984 void wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht, argument
/freebsd-10.0-release/sbin/ifconfig/
H A Difbridge.c256 u_int8_t ht, fd, ma, hc, pro; local
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_hostap.c1659 const struct ieee80211_ie_htinfo *ht = local
/freebsd-10.0-release/sys/powerpc/powermac/
H A Dcpcht.c481 struct pcicfg_ht *ht = NULL; local
/freebsd-10.0-release/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c206 free_hostent(struct hostent *ht) argument
424 sdump_hostent(struct hostent *ht, cha argument
566 hostent_read_snapshot_func(struct hostent *ht, char *line) argument
694 hostent_test_correctness(struct hostent *ht, void *mdata) argument
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dwindmc.c611 unichar *ht = n->message; local
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsparc-stub.c468 struct hard_trap_info *ht; local
509 struct hard_trap_info *ht; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s1002 ht .reg %r6 label
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dsimplify-rtx.c2875 HOST_WIDE_INT h1, h2, hv, ht; local
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c1502 apr_hash_t *ht = apr_hash_make(pool); local

Completed in 269 milliseconds

12