OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inclusive
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/powerpc/booke/dev/
cpunode.c
110
bool
inclusive
= true;
local
131
inclusive
= false;
137
* found &
inclusive
== match
138
* !found & !
inclusive
== match
139
* found & !
inclusive
== no match
140
* !found &
inclusive
== no match
142
* found ^
inclusive
= no match
144
* !(found ^
inclusive
) = match
146
if (found ^
inclusive
)
/src/external/gpl2/xcvs/dist/src/
admin.c
775
int
inclusive
;
local
779
inclusive
= 1;
785
inclusive
= 0;
830
status |= RCS_delete_revs (rcs, rev1, rev2,
inclusive
);
log.c
41
/* Nonzero if first and last are
inclusive
. */
42
int
inclusive
;
member in struct:option_revlist
60
int
inclusive
;
member in struct:revlist
73
/* Nonzero if the range is
inclusive
rather than exclusive. */
74
int
inclusive
;
member in struct:datelist
319
if (p->
inclusive
)
375
if (!rp->
inclusive
)
607
r->
inclusive
= (*r->last != ':');
608
if (!r->
inclusive
)
614
r->
inclusive
= 1
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
rust-lang.c
204
/* Return true if TYPE is an
inclusive
range type, otherwise false.
1159
bool
inclusive
= !(kind & RANGE_HIGH_BOUND_EXCLUSIVE);
1171
name = (
inclusive
1187
name =
inclusive
? "std::ops::RangeInclusive" : "std::ops::Range";
1154
bool
inclusive
= !(kind & RANGE_HIGH_BOUND_EXCLUSIVE);
local
/src/external/gpl3/gdb.old/dist/gdb/
rust-lang.c
208
/* Return true if TYPE is an
inclusive
range type, otherwise false.
1164
bool
inclusive
= !(kind & RANGE_HIGH_BOUND_EXCLUSIVE);
1176
name = (
inclusive
1192
name =
inclusive
? "std::ops::RangeInclusive" : "std::ops::Range";
1159
bool
inclusive
= !(kind & RANGE_HIGH_BOUND_EXCLUSIVE);
local
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026