HomeSort by relevance Sort by last modified time
    Searched refs:ht_vec (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
hash.c 48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size);
49 if (ht->ht_vec == 0)
97 slot = &ht->ht_vec[hash_1];
181 void **vec = ht->ht_vec;
197 void **vec = ht->ht_vec;
218 free (ht->ht_vec);
219 ht->ht_vec = 0;
227 void **end = &ht->ht_vec[ht->ht_size];
229 for (slot = ht->ht_vec; slot < end; slot++)
240 void **end = &ht->ht_vec[ht->ht_size]
    [all...]
dir.c 557 dc->dirfiles.ht_vec = 0;
594 if (dir == 0 || dir->dirfiles.ht_vec == 0)
875 if (dir->contents->dirfiles.ht_vec == 0)
948 if (dir == 0 || dir->dirfiles.ht_vec == 0)
996 dir_slot = (struct directory **) directories.ht_vec;
1005 else if (dir->contents->dirfiles.ht_vec == 0)
1030 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec;
1114 if (dir->contents == 0 || dir->contents->dirfiles.ht_vec == 0)
1126 new->dirfile_slot = (struct dirfile **) new->contents->dirfiles.ht_vec;
1136 struct dirfile **dirfile_end = (struct dirfile **) dc->dirfiles.ht_vec + dc->dirfiles.ht_size
    [all...]
hash.h 45 void **ht_vec; member in struct:hash_table
variable.c 295 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec;
650 struct variable **from_var_slot = (struct variable **) from_set->table.ht_vec;
887 v_slot = (struct variable **) set->table.ht_vec;
957 v_slot = (struct variable **) table.ht_vec;
    [all...]
file.c 354 file_slot = (struct file **) files.ht_vec;
1016 struct file **fp = (struct file **) files.ht_vec;

Completed in 261 milliseconds