Functions
-
int64_t ClampAdd (int64_t a, int64_t b)Simple wrappers around the compiler built-in add/sub overflow routines which
implement a clamping policy in the case of overflow for int64_t.
Defined at line 18 of file ../../zircon/system/ulib/affine/include/lib/affine/utils.h
-
int64_t ClampSub (int64_t aint64_t b)Defined at line 26 of file ../../zircon/system/ulib/affine/include/lib/affine/utils.h