OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:condid
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_sugar.c
103
* Return a node for "this->%condition_<
condid
>", or NULL if
condid
==0.
109
dt_sugar_new_condition_var(int
condid
)
113
if (
condid
== 0)
115
assert(
condid
> 0);
117
(void) asprintf(&str, "%%condition_%d", ABS(
condid
));
123
* Return new clause to evaluate predicate and set newcond.
condid
is
131
* (this->%condition_<
condid
> && pred);
134
* Note: if
condid
==0, we will instead do "... = (1 && pred)", to effectively
143
dt_node_t *pred, int
condid
, int newcond
464
int
condid
= 0;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026