OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clones
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/sysinst/
label.c
1563
struct clone_data *
clones
= NULL;
local
1601
/* create temporary infos for all
clones
that work out */
1603
clones
= calloc(selected.num_sel, sizeof(*
clones
));
1604
if (
clones
== NULL)
1612
/* find selected offset from data.res and insert
clones
there */
1638
clones
[clone_cnt].info = cinfo;
1639
clones
[clone_cnt].new_id = cid;
1640
clones
[clone_cnt].ndx = s;
1667
p[s].cur_part_id =
clones
[s].new_id
[
all
...]
part_edit.c
69
struct single_clone_data *
clones
;
member in struct:outer_parts_data
478
new_clones = realloc(pdata->
clones
,
479
sizeof(*pdata->
clones
)*(pdata->num_clone_entries+1));
483
pdata->
clones
= new_clones;
515
/* find selected offset from data.res and insert
clones
there */
1221
for (ci = 0; ci < data.
clones
[i].clone_src.num_sel; ci++) {
1222
if (data.
clones
[i].clone_src.with_data)
1224
data.
clones
[i].clone_ids[ci],
1225
data.
clones
[i].clone_src.selection[ci].
1227
data.
clones
[i].clone_src.selection[ci].id)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
cgraph.h
616
Because inline
clones
are kept in the assembler name has, they also produce
814
/* Doubly linked list of SIMD
clones
. */
817
/* Original cgraph node the SIMD
clones
were created for. */
884
next_sibling_clone (NULL), prev_sibling_clone (NULL),
clones
(NULL),
906
/* Remove the node from cgraph and all inline
clones
inlined into it.
917
clones
sharing the same function body.
974
/* Remove the node from the tree of virtual and inline
clones
and make it a
1140
/* Like cgraph_create_edge walk the clone tree and update all
clones
sharing
1141
same function body. If
clones
already have edge for OLD_STMT; only
1398
cgraph_node *
clones
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cgraph.h
613
Because inline
clones
are kept in the assembler name has, they also produce
811
/* Doubly linked list of SIMD
clones
. */
814
/* Original cgraph node the SIMD
clones
were created for. */
881
next_sibling_clone (NULL), prev_sibling_clone (NULL),
clones
(NULL),
903
/* Remove the node from cgraph and all inline
clones
inlined into it.
914
clones
sharing the same function body.
971
/* Remove the node from the tree of virtual and inline
clones
and make it a
1145
/* Like cgraph_create_edge walk the clone tree and update all
clones
sharing
1146
same function body. If
clones
already have edge for OLD_STMT; only
1399
cgraph_node *
clones
;
variable
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
238
/* On PowerPC, we have a limited number of target
clones
that we care about
241
clones
from the default to the highest ISA. */
25299
the priority list for the target
clones
(ordered from lowest to
25624
tree
clones
[CLONE_MAX];
25640
memset ((void *)
clones
, '\0', sizeof (
clones
));
25641
clones
[CLONE_DEFAULT] = (*fndecls)[0];
25652
if (!
clones
[priority])
25653
clones
[priority] = ele;
25657
if (
clones
[ix]
25574
tree
clones
[CLONE_MAX];
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
239
/* On PowerPC, we have a limited number of target
clones
that we care about
242
clones
from the default to the highest ISA. */
24864
the priority list for the target
clones
(ordered from lowest to
25188
tree
clones
[CLONE_MAX];
25204
memset ((void *)
clones
, '\0', sizeof (
clones
));
25205
clones
[CLONE_DEFAULT] = (*fndecls)[0];
25216
if (!
clones
[priority])
25217
clones
[priority] = ele;
25221
if (
clones
[ix]
25138
tree
clones
[CLONE_MAX];
local
[
all
...]
Completed in 61 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026