OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:result_map
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/nbperf/
nbperf-bdz.c
78
uint32_t *
result_map
;
member in struct:state
129
state->
result_map
[j] = i - holes;
262
state->
result_map
[i]);
296
state.
result_map
= calloc(sizeof(uint32_t), e);
300
state.
result_map
== NULL)
318
free(state.
result_map
);
nbperf-bdz.c
78
uint32_t *
result_map
;
member in struct:state
129
state->
result_map
[j] = i - holes;
262
state->
result_map
[i]);
296
state.
result_map
= calloc(sizeof(uint32_t), e);
300
state.
result_map
== NULL)
318
free(state.
result_map
);
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc
1814
binding_map
result_map
;
local
1866
result_map
.put (offset_conc_key, sval);
1872
return mgr->get_or_create_compound_svalue (type,
result_map
);
svalue.cc
1814
binding_map
result_map
;
local
1866
result_map
.put (offset_conc_key, sval);
1872
return mgr->get_or_create_compound_svalue (type,
result_map
);
store.cc
1584
(a)
result_map
, holding the concrete keys from this cluster,
1599
binding_map
result_map
;
local
1646
result_map
.put (offset_concrete_key, sval);
1680
result_map
.put (overlap_concrete_key, overlap_sval);
1694
if (
result_map
.elements () == 0)
1697
/* Merge any bindings from default_map into
result_map
. */
1702
result_map
.put (key, sval);
1705
return sval_mgr->get_or_create_compound_svalue (reg->get_type (),
result_map
);
store.cc
1584
(a)
result_map
, holding the concrete keys from this cluster,
1599
binding_map
result_map
;
local
1646
result_map
.put (offset_concrete_key, sval);
1680
result_map
.put (overlap_concrete_key, overlap_sval);
1694
if (
result_map
.elements () == 0)
1697
/* Merge any bindings from default_map into
result_map
. */
1702
result_map
.put (key, sval);
1705
return sval_mgr->get_or_create_compound_svalue (reg->get_type (),
result_map
);
Completed in 67 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026