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

/barrelfish-master/usr/pci/
H A Dht_config.c57 struct ht_config_t ht; local
60 ht_config_initialize(&ht, pciaddr);
64 nodeid = ht_config_nodeid_rd(&ht);
68 ht_config_rtnode_t node = ht_config_rtnodes_rd(&ht, i);
/barrelfish-master/lib/hashtable/
H A Dhashtable.c70 struct hashtable *ht = (struct hashtable*) dict; local
72 return ht->entry_count;
77 * \param ht the hashtable
87 struct hashtable *ht = (struct hashtable*) dict; local
92 ++(ht->entry_count);
95 int _index = index_for(ht->table_length, _hash_value);
96 entry->next = ht->entries[_index];
97 ht->entries[_index] = entry;
133 * \param ht the hashtable
144 struct hashtable *ht local
169 struct hashtable *ht = (struct hashtable*) dict; local
190 struct hashtable *ht = (struct hashtable*) dict; local
[all...]
/barrelfish-master/usr/skb/octopus/
H A Dpredicates.c60 static int skip_index_insert(collections_hash_table* ht, uint64_t key, char* value) argument
62 assert(ht != NULL);
65 struct skip_list* sl = (struct skip_list*) collections_hash_find(ht, key);
71 collections_hash_insert(ht, key, sl);
80 static char* skip_index_remove(collections_hash_table* ht, uint64_t key, char* value) argument
82 assert(ht != NULL);
85 struct skip_list* sl = (struct skip_list*) collections_hash_find(ht, key);
176 collections_hash_table* ht = record_index; local
198 struct skip_list* sl = collections_hash_find(ht, hash_key);
237 collections_hash_table* ht local
294 bitfield_index_insert(collections_hash_table* ht, uint64_t key, long int id) argument
311 bitfield_index_remove(collections_hash_table* ht, uint64_t key, long int id) argument
330 collections_hash_table* ht = NULL; local
377 collections_hash_table* ht = NULL; local
424 collections_hash_table* ht = NULL; local
[all...]
/barrelfish-master/include/hashtable/
H A Dhashtable.h63 void print_hashtable(FILE *stream, struct hashtable *ht);
/barrelfish-master/lib/openssl-1.0.0d/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...]
/barrelfish-master/lib/libc/tests/nss/
H A Dgethostby_test.c195 free_hostent(struct hostent *ht) argument
199 ATF_REQUIRE(ht != NULL);
201 free(ht->h_name);
203 if (ht->h_aliases != NULL) {
204 for (cp = ht->h_aliases; *cp; ++cp)
206 free(ht->h_aliases);
209 if (ht->h_addr_list != NULL) {
210 for (cp = ht->h_addr_list; *cp; ++cp)
212 free(ht->h_addr_list);
407 sdump_hostent(struct hostent *ht, cha argument
551 hostent_read_snapshot_func(struct hostent *ht, char *line) argument
679 hostent_test_correctness(struct hostent *ht, void *mdata) argument
[all...]
/barrelfish-master/lib/libc/net/
H A Dgethostnamadr.c263 struct hostent *ht; local
283 ht = va_arg(ap, struct hostent *);
286 if (ht->h_name != NULL)
287 desired_size += strlen(ht->h_name) + 1;
289 if (ht->h_aliases != NULL) {
291 for (iter = ht->h_aliases; *iter; ++iter) {
300 if (ht->h_addr_list != NULL) {
302 for (iter = ht->h_addr_list; *iter; ++iter)
305 desired_size += addr_size * _ALIGN(ht->h_length);
315 memcpy(&new_ht, ht, sizeo
369 struct hostent *ht; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_lcl.h398 BN_ULONG m,m1,lt,ht; \
401 ht=h; \
404 m1=(bl)*(ht); \
405 ht =(bh)*(ht); \
406 m=(m+m1)&BN_MASK2; if (m < m1) ht+=L2HBITS((BN_ULONG)1); \
407 ht+=HBITS(m); \
409 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \
411 (h)=ht; \
/barrelfish-master/doc/015-disk-driver-arch/
H A Dintro.tex35 \begin{figure}[ht]
54 \begin{figure}[ht]
66 \begin{figure}[ht]
82 \begin{figure}[ht]
99 \begin{figure}[ht]
110 \begin{figure}[ht]
H A Ddesign.tex35 \begin{figure}[ht]
H A Drunning.tex91 \begin{figure}[ht]
H A Dblockdevfs.tex35 \begin{figure}[ht]
/barrelfish-master/lib/cpuid/
H A Dcpuid_amd.c434 uint8_t ht = logical_processors / mnc; local
435 uint8_t ht_shift = cpuid_bits_needed(ht - 1);
H A Dcpuid_intel.c590 coreid_t ht = logical_cores / cores_per_package; local
592 uint8_t ht_shift = cpuid_bits_needed(ht - 1);
/barrelfish-master/usr/eclipseclp/
H A Dconfigure994 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
997 | --ht=*)

Completed in 191 milliseconds