Searched refs:hashcodes (Results 1 – 3 of 3) sorted by relevance
416 Set<HashCode> hashcodes = Sets.newHashSetWithExpectedSize(objects); in assertInvariants() local424 hashcodes.add(hashcode1); in assertInvariants()426 Assert.assertTrue(hashcodes.size() > objects * 0.95); // quite relaxed test in assertInvariants()
3495 optimal_bucket_size (Elf32_Word *hashcodes, size_t maxcnt, int optlevel) in optimal_bucket_size() argument3543 assert (hashcodes[0] == 0); in optimal_bucket_size()3545 ++lengths[hashcodes[inner] % size]; in optimal_bucket_size()3606 optimal_gnu_hash_size (Elf32_Word *hashcodes, size_t maxcnt, int optlevel, in optimal_gnu_hash_size() argument4041 Elf32_Word *hashcodes) in create_hash() argument4055 nbucket = optimal_bucket_size (hashcodes, nsym_dyn, ld_state.optlevel); in create_hash()4083 size_t hashidx = hashcodes[dynidx] % nbucket; in create_hash()4333 Elf32_Word *hashcodes = NULL; in ld_generic_create_outfile() local5823 hashcodes = (Elf32_Word *) xcalloc (__builtin_popcount ((int) ld_state.hash_style) in ld_generic_create_outfile()5826 gnuhashcodes = hashcodes; in ld_generic_create_outfile()[all …]
286 // than object identity. (Implementations should not assume that hashcodes