Searched refs:hash_index (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcomposite.h117 ->contents[cmp->hash_index * 2]) \
127 ->contents[cmp->hash_index * 2]) \
173 int hash_index; member in struct:composition
H A Dcomposite.c179 int hash_index;
240 hash_index = hash_lookup (hash_table, key, &hash_code);
241 if (hash_index >= 0)
247 key = HASH_KEY (hash_table, hash_index);
248 id = HASH_VALUE (hash_table, hash_index);
301 hash_index = hash_put (hash_table, key, id, hash_code);
311 cmp->hash_index = hash_index;
178 int hash_index; local
/macosx-10.9.5/libauto-185.5/
H A Dauto_weak.cpp181 usword_t hash_index = hash(new_entry->referent) % table_size; local
182 usword_t index = hash_index;
191 } while (index != hash_index);
210 usword_t hash_index = entry - table; local
211 usword_t index = hash_index;
221 } while (index != hash_index);
279 usword_t hash_index = hash(referent) % table_size; local
280 usword_t index = hash_index;
287 } while (index != hash_index);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c2143 uint32_t hash_index; local
2176 hash_index = hashval & string_table_mask;
2177 lock_index = hash_index % NUM_STRCACHE_LOCKS;
2179 head = &string_ref_table[hash_index];
2222 uint32_t hash_index; local
2239 hash_index = hashval & string_table_mask;
2240 lock_index = hash_index % NUM_STRCACHE_LOCKS;
2242 head = &string_ref_table[hash_index];
/macosx-10.9.5/cctools-845/ld/
H A Dsymbols.c777 unsigned long hash_index; local
780 hash_index = hash_string(include_file_name, NULL) % INCLUDE_HASH_SIZE;
781 if(include_file_hash_table[hash_index] == NULL){
784 include_file_hash_table[hash_index] = include_file;
791 include_file_hash_table[hash_index] = include_file;
799 p = include_file_hash_table[hash_index];
824 q = include_file_hash_table[hash_index];
856 p = include_file_hash_table[hash_index];
857 include_file_hash_table[hash_index] = include_file;
3506 unsigned long hash_index, local
[all...]
H A Dsections.c2486 unsigned long i, hash_index; local
2503 hash_index = hash_string(load_orders[i].name, NULL) %
2505 for(hash_load_symbol = load_symbol_hashtable[hash_index];
2515 load_symbol->next = load_symbol_hashtable[hash_index];
2516 load_symbol_hashtable[hash_index] = load_symbol;
2582 unsigned long hash_index, number_of_matches; local
2629 hash_index = hash_string(symbol_name, NULL) %
2631 for(hash_load_symbol = load_symbol_hashtable[hash_index];

Completed in 175 milliseconds