HomeSort by relevance Sort by last modified time
    Searched defs:hash_ptr (Results 1 - 6 of 6) sorted by null

  /external/fio/
hash.h 71 static inline unsigned long hash_ptr(void *ptr, unsigned int bits) function
  /toolchain/binutils/binutils-2.25/bfd/
elf-vxworks.c 167 struct elf_link_hash_entry **hash_ptr; local
172 hash_ptr = rel_hash;
175 hash_ptr++)
177 if (*hash_ptr
178 && (*hash_ptr)->def_dynamic
179 && !(*hash_ptr)->def_regular
180 && ((*hash_ptr)->root.type == bfd_link_hash_defined
181 || (*hash_ptr)->root.type == bfd_link_hash_defweak)
182 && (*hash_ptr)->root.u.def.section->output_section != NULL)
196 asection *sec = (*hash_ptr)->root.u.def.section
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 53 static unsigned hash_ptr(void* p) function
83 serials_hash = util_hash_table_create(hash_ptr, compare_ptr);
u_debug_symbol.c 203 static unsigned hash_ptr(void* p) function
233 symbols_hash = util_hash_table_create(hash_ptr, compare_ptr);
  /external/wpa_supplicant_8/src/crypto/
random.c 103 u32 *hash_ptr; local
120 hash_ptr = (u32 *) hash;
121 hash_ptr[0] ^= hash_ptr[4];
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 878 struct shash *hash_ptr; \/* pointer to the hash table head *\/ member in struct:tag
1556 shash_t *hash_ptr; local
1613 shash_t *hash_ptr = (shash_t *) NULL; local
1903 thash_t *hash_ptr; local
2011 shash_t *hash_ptr; local
2068 shash_t *hash_ptr = ptag->hash_ptr; local
    [all...]

Completed in 352 milliseconds