Searched refs:Assert (Results 1 – 1 of 1) sorted by relevance
57 #define Assert(Cond) if (!(Cond)) abort() macro143 Assert(output[0] < 64); in b64_ntop()144 Assert(output[1] < 64); in b64_ntop()145 Assert(output[2] < 64); in b64_ntop()146 Assert(output[3] < 64); in b64_ntop()166 Assert(output[0] < 64); in b64_ntop()167 Assert(output[1] < 64); in b64_ntop()168 Assert(output[2] < 64); in b64_ntop()
Completed in 4 milliseconds