Searched refs:ht (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_hashtab.c44 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) argument
46 ht->size = 1 << order;
47 ht->order = order;
48 ht->table = NULL;
49 ht->table = hashinit_flags(ht->size, DRM_MEM_HASHTAB, &ht->mask,
51 if (!ht->table) {
58 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) argument
65 hashed_key = hash32_buf(&key, sizeof(key), ht
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...]
H A Ddrm_hashtab.h56 extern int drm_ht_create(struct drm_open_hash *ht, unsigned int order);
57 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
58 extern int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
61 extern int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item);
63 extern void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key);
64 extern int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key);
65 extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
66 extern void drm_ht_remove(struct drm_open_hash *ht);
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_hashtab.c44 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) argument
46 ht->size = 1 << order;
47 ht->order = order;
48 ht->table = NULL;
49 ht->table = hashinit_flags(ht->size, DRM_MEM_HASHTAB, &ht->mask,
51 if (!ht->table) {
58 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) argument
65 hashed_key = hash32_buf(&key, sizeof(key), ht
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...]
H A Ddrm_hashtab.h56 extern int drm_ht_create(struct drm_open_hash *ht, unsigned int order);
57 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
58 extern int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
61 extern int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item);
63 extern void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key);
64 extern int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key);
65 extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
66 extern void drm_ht_remove(struct drm_open_hash *ht);
/freebsd-9.3-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
357 * The ht->buckets variable store the bucket size - 1 to simply
358 * do an AND between the index returned by hash function and ht->bucket
389 if (ht) { /* see if we can reuse */
390 if (buckets <= ht->buckets) {
391 ht->buckets = buckets;
394 if (ht->ht != (void *)(ht
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-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dzvmstat10 # USAGE: zvmstat [-ht] [interval [count]]
79 while getopts ht name
84 USAGE: zvmstat [-ht] [interval [count]]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Zones/
H A Dzvmstat10 # USAGE: zvmstat [-ht] [interval [count]]
79 while getopts ht name
84 USAGE: zvmstat [-ht] [interval [count]]
/freebsd-9.3-release/crypto/openssh/regress/
H A Dkeytype.sh38 for ht in $htypes; do
39 trace "ssh connect, userkey $ut, hostkey $ht"
42 echo HostKey $OBJ/key.$ht
50 cat $OBJ/key.$ht.pub
54 printf "userkey $ut, hostkey ${ht}:\t"
57 fail "ssh userkey $ut, hostkey $ht failed"
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dsymtab.h37 typedef struct ht hash_table;
43 struct ht struct
90 extern void ht_load (hash_table *ht, hashnode *entries,
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c206 free_hostent(struct hostent *ht) argument
210 assert(ht != NULL);
212 free(ht->h_name);
214 if (ht->h_aliases != NULL) {
215 for (cp = ht->h_aliases; *cp; ++cp)
217 free(ht->h_aliases);
220 if (ht->h_addr_list != NULL) {
221 for (cp = ht->h_addr_list; *cp; ++cp)
223 free(ht->h_addr_list);
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-9.3-release/contrib/gdb/gdb/
H A Dsparc-stub.c468 struct hard_trap_info *ht; local
470 for (ht = hard_trap_info; ht->tt && ht->signo; ht++)
471 exceptionHandler(ht->tt, trap_low);
509 struct hard_trap_info *ht; local
511 for (ht = hard_trap_info; ht->tt && ht
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s165 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
166 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
195 LDD -24(%sp),ht_0 ; ht[0]
196 LDD -56(%sp),ht_1 ; ht[1]
203 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32)
206 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32)
212 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32)
213 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32)
216 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
218 ADD,DC ht_1,%r0,ht_1 ; ht[
1015 ht .reg %r6 label
[all...]
H A Dpa-risc2W.s157 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
158 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
187 LDD -24(%sp),ht_0 ; ht[0]
188 LDD -56(%sp),ht_1 ; ht[1]
195 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32)
198 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32)
204 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32)
205 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32)
208 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
210 ADD,DC ht_1,%r0,ht_1 ; ht[
1002 ht .reg %r6 label
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dgethostnamadr.c270 struct hostent *ht; local
290 ht = va_arg(ap, struct hostent *);
293 if (ht->h_name != NULL)
294 desired_size += strlen(ht->h_name) + 1;
296 if (ht->h_aliases != NULL) {
298 for (iter = ht->h_aliases; *iter; ++iter) {
307 if (ht->h_addr_list != NULL) {
309 for (iter = ht->h_addr_list; *iter; ++iter)
312 desired_size += addr_size * _ALIGN(ht->h_length);
322 memcpy(&new_ht, ht, sizeo
376 struct hostent *ht; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsymtab.c238 ht_load (hash_table *ht, hashnode *entries, argument
242 if (ht->entries_owned)
243 free (ht->entries);
244 ht->entries = entries;
245 ht->nslots = nslots;
246 ht->nelements = nelements;
247 ht->entries_owned = own;
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_object.c261 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; local
272 ret = drm_ht_find_item(ht, base->hash.key, &hash);
299 ret = drm_ht_insert_item(ht, &ref->hash);
324 struct drm_open_hash *ht; local
327 ht = &tfile->ref_hash[ref->ref_type];
328 (void)drm_ht_remove_item(ht, &ref->hash);
344 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; local
350 ret = drm_ht_find_item(ht, key, &hash);
/freebsd-9.3-release/tools/tools/net80211/scripts/
H A Dsetup.simple221 ifconfig $WLAN ssid $SSID-2 mtu 1500 -ht
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_lcl.h391 BN_ULONG m,m1,lt,ht; \
394 ht=h; \
397 m1=(bl)*(ht); \
398 ht =(bh)*(ht); \
399 m=(m+m1)&BN_MASK2; if (m < m1) ht+=L2HBITS((BN_ULONG)1); \
400 ht+=HBITS(m); \
402 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \
404 (h)=ht; \
/freebsd-9.3-release/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-9.3-release/sys/dev/usb/net/
H A Duhso.c550 struct uhso_tty *ht; local
625 ht = &sc->sc_tty[i];
629 port = uhso_mux_port_map[ht->ht_muxport];
638 ht->ht_name[0] = 0;
640 snprintf(ht->ht_name, 32, "cuaU%d", ucom->sc_super->sc_unit);
642 snprintf(ht->ht_name, 32, "cuaU%d.%d",
648 "tty", CTLFLAG_RD, ht->ht_name, 0, "");
654 "\"%s\" port at %s\n", desc, ht->ht_name);
1150 struct uhso_tty *ht; local
1157 ht
1207 struct uhso_tty *ht; local
[all...]
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dcpcht.c157 if (strcmp(type, "ht") != 0)
160 if (strcmp(compatible, "u3-ht") != 0)
481 struct pcicfg_ht *ht = NULL; local
486 ht = &dinfo->cfg.ht;
488 if (ht == NULL)
492 if (ht == NULL)
495 *addr = ht->ht_msiaddr;
/freebsd-9.3-release/contrib/gcc/
H A Dstringpool.c50 struct ht *ident_hash;
H A Dtoplev.h143 extern struct ht *ident_hash;
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h222 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { argument

Completed in 306 milliseconds

1234