Lines Matching refs:pos
71 unsigned int pos;
118 for (pos = 0 ; pos < data->descr->size*BUCKET_FACTOR ; ++pos)
119 data->hash_base[pos] = 0;
122 for (pos = 1; pos < data->descr->current_size; ++pos) {
123 odb_node_t * node = &data->node_base[pos];
126 data->hash_base[index] = pos;
157 struct list_head * pos;
165 list_for_each(pos, &files_hash[hash]) {
166 odb_data_t * entry = list_entry(pos, odb_data_t, list);