Home
last modified time | relevance | path

Searched refs:tsl_hh_assert (Results 1 – 3 of 3) sorted by relevance

/dports/databases/R-cran-fastmap/fastmap/src/lib/tsl/
H A Dhopscotch_hash.h59 # define tsl_hh_assert(expr) assert(expr) macro
61 # define tsl_hh_assert(expr) (static_cast<void>(0)) macro
240 tsl_hh_assert(empty());
313 tsl_hh_assert(ineighbor <= NeighborhoodSize);
328 tsl_hh_assert(!empty());
333 tsl_hh_assert(!empty());
339 tsl_hh_assert(empty());
347 tsl_hh_assert(empty_bucket.empty());
371 tsl_hh_assert(empty());
389 tsl_hh_assert(!empty());
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A Dhopscotch_hash.h225 tsl_hh_assert(empty());
293 tsl_hh_assert(ineighbor <= NeighborhoodSize);
300 tsl_hh_assert(ineighbor <= NeighborhoodSize);
311 tsl_hh_assert(!empty());
316 tsl_hh_assert(!empty());
323 tsl_hh_assert(empty());
332 tsl_hh_assert(empty_bucket.empty());
357 tsl_hh_assert(empty());
374 tsl_hh_assert(!empty());
1600 tsl_hh_assert(
[all …]
H A Dhopscotch_growth_policy.h45 #define tsl_hh_assert(expr) assert(expr) macro
47 #define tsl_hh_assert(expr) (static_cast<void>(0)) macro