OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wraps
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c++/
tests.cpp
122
static std::map< atf_tc_t*, impl::tc* >
wraps
;
variable
145
std::map< atf_tc_t*, impl::tc* >::iterator iter =
wraps
.find(tc);
146
INV(iter !=
wraps
.end());
184
wraps
.erase(&pimpl->m_tc);
204
wraps
[&pimpl->m_tc] = this;
/src/external/mpl/bind/dist/lib/dns/
rbt-zonedb.c
799
bool
wraps
;
local
806
wraps
= true;
810
wraps
= false;
959
if (result == ISC_R_NOMORE &&
wraps
) {
963
wraps
= false;
update.c
798
unsigned int
wraps
= 0;
local
821
wraps
++;
822
if (
wraps
== 2) {
qpzone.c
3005
bool
wraps
= false;
local
3012
wraps
= true;
3141
if (result == ISC_R_NOMORE &&
wraps
) {
3145
wraps
= false;
/src/external/mit/isl/dist/
isl_coalesce.c
1178
/* Update
wraps
->max to be greater than or equal to the coefficients
1182
static isl_stat wraps_update_max(struct isl_wraps *
wraps
,
1198
if (isl_int_abs_gt(max_k,
wraps
->max))
1199
isl_int_set(
wraps
->max, max_k);
1207
if (isl_int_abs_gt(max_k,
wraps
->max))
1208
isl_int_set(
wraps
->max, max_k);
1218
* we set
wraps
->max to the largest coefficient
1222
static isl_stat wraps_init(struct isl_wraps *
wraps
, __isl_take isl_mat *mat,
1227
wraps
->failed = 0;
1228
wraps
->bound = 0
1634
struct isl_
wraps
wraps
;
local
1762
struct isl_
wraps
wraps
;
local
1946
struct isl_
wraps
wraps
;
local
2302
struct isl_
wraps
wraps
;
local
[
all
...]
isl_aff.c
4777
isl_bool
wraps
;
local
4779
wraps
= isl_pw_multi_aff_range_is_wrapping(pma);
4780
if (
wraps
< 0)
4782
if (!
wraps
)
/src/external/mpl/dhcp/bind/dist/lib/dns/
update.c
918
unsigned int
wraps
= 0;
local
941
wraps
++;
942
if (
wraps
== 2) {
rbtdb.c
3889
bool
wraps
;
local
3896
wraps
= true;
3900
wraps
= false;
4046
if (result == ISC_R_NOMORE &&
wraps
) {
4050
wraps
= false;
Completed in 81 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026