Home
last modified time | relevance | path

Searched refs:result_map (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/nbperf/
H A Dnbperf-bdz.c78 uint32_t *result_map; member
129 state->result_map[j] = i - holes; in assign_nodes()
262 state->result_map[i]); in print_hash()
296 state.result_map = calloc(sizeof(uint32_t), e); in bpz_compute()
300 state.result_map == NULL) in bpz_compute()
318 free(state.result_map); in bpz_compute()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc1599 binding_map result_map; in maybe_get_compound_binding() local
1646 result_map.put (offset_concrete_key, sval); in maybe_get_compound_binding()
1680 result_map.put (overlap_concrete_key, overlap_sval); in maybe_get_compound_binding()
1694 if (result_map.elements () == 0) in maybe_get_compound_binding()
1702 result_map.put (key, sval); in maybe_get_compound_binding()
1705 return sval_mgr->get_or_create_compound_svalue (reg->get_type (), result_map); in maybe_get_compound_binding()
H A Dsvalue.cc1814 binding_map result_map; in maybe_fold_bits_within() local
1866 result_map.put (offset_conc_key, sval); in maybe_fold_bits_within()
1872 return mgr->get_or_create_compound_svalue (type, result_map); in maybe_fold_bits_within()