OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_mark
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c
1858
ctf_dynset_t *
to_mark
= NULL;
local
1860
if ((
to_mark
= ctf_dynset_create (htab_hash_string, htab_eq_string,
1878
if (ctf_dynset_cinsert (
to_mark
, hval) < 0)
1884
while ((err = ctf_dynset_cnext (
to_mark
, &i, &k)) == 0)
1894
ctf_dynset_destroy (
to_mark
);
1904
ctf_dynset_destroy (
to_mark
);
/src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c
1833
ctf_dynset_t *
to_mark
= NULL;
local
1835
if ((
to_mark
= ctf_dynset_create (htab_hash_string, htab_eq_string,
1853
if (ctf_dynset_cinsert (
to_mark
, hval) < 0)
1859
while ((err = ctf_dynset_cnext (
to_mark
, &i, &k)) == 0)
1869
ctf_dynset_destroy (
to_mark
);
1879
ctf_dynset_destroy (
to_mark
);
/src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c
1928
ctf_dynset_t *
to_mark
= NULL;
local
1930
if ((
to_mark
= ctf_dynset_create (htab_hash_string, htab_eq_string,
1948
if (ctf_dynset_cinsert (
to_mark
, hval) < 0)
1954
while ((err = ctf_dynset_cnext (
to_mark
, &i, &k)) == 0)
1964
ctf_dynset_destroy (
to_mark
);
1974
ctf_dynset_destroy (
to_mark
);
/src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c
1928
ctf_dynset_t *
to_mark
= NULL;
local
1930
if ((
to_mark
= ctf_dynset_create (htab_hash_string, htab_eq_string,
1948
if (ctf_dynset_cinsert (
to_mark
, hval) < 0)
1954
while ((err = ctf_dynset_cnext (
to_mark
, &i, &k)) == 0)
1964
ctf_dynset_destroy (
to_mark
);
1974
ctf_dynset_destroy (
to_mark
);
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026