OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pret_ctr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/common/
hwctable.c
2209
/* process counter and value strings - put results in <*
pret_ctr
> */
2214
const char *counter, const char *value, Hwcentry *
pret_ctr
,
2289
*
pret_ctr
= *pfound; /* shallow copy */
2290
pret_ctr
->int_name = NULL; /* so free doesn't try to free these pfound's ptrs */
2291
pret_ctr
->name = NULL; /* so free doesn't try to free these pfound's ptrs */
2296
if (plus != 0 || ABST_PLUS_BY_DEFAULT (
pret_ctr
->memop))
2306
pret_ctr
->memop = ABST_LDST; // supply a backtracking data type - required for collector
2315
if (!ABST_BACKTRACK_ENABLED (
pret_ctr
->memop))
2323
if (
pret_ctr
->memop != ABST_EXACT)
2333
if (
pret_ctr
->memop != ABST_EXACT_PEBS_PLUS1
2583
Hwcentry *
pret_ctr
= entries[numctrs];
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/common/
hwctable.c
2209
/* process counter and value strings - put results in <*
pret_ctr
> */
2214
const char *counter, const char *value, Hwcentry *
pret_ctr
,
2289
*
pret_ctr
= *pfound; /* shallow copy */
2290
pret_ctr
->int_name = NULL; /* so free doesn't try to free these pfound's ptrs */
2291
pret_ctr
->name = NULL; /* so free doesn't try to free these pfound's ptrs */
2296
if (plus != 0 || ABST_PLUS_BY_DEFAULT (
pret_ctr
->memop))
2306
pret_ctr
->memop = ABST_LDST; // supply a backtracking data type - required for collector
2315
if (!ABST_BACKTRACK_ENABLED (
pret_ctr
->memop))
2323
if (
pret_ctr
->memop != ABST_EXACT)
2333
if (
pret_ctr
->memop != ABST_EXACT_PEBS_PLUS1
2583
Hwcentry *
pret_ctr
= entries[numctrs];
local
[
all
...]
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026