Home
last modified time | relevance | path

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

/dports/graphics/tif22pnm/tif22pnm-0.14/
H A Dminiglib.h17 # define ASSERT_SIDE2(x,y) x /* assert with side effect */ macro
23 # define ASSERT_SIDE2(x,y) assert(x y) macro
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dconfig2.h7 # define ASSERT_SIDE2(x,y) x /* assert with side effect */ macro
10 # define ASSERT_SIDE2(x,y) assert(x y) macro
H A Dgensio.cpp121 ASSERT_SIDE2(VSNPRINTF(s, n+1, fmt, ap), * 1U==did); in vformat()